Documentation
¶
Index ¶
- type Args
- type Resource
- func (gats *Resource) Attributes() googleApigeeTargetServerAttributes
- func (gats *Resource) Configuration() interface{}
- func (gats *Resource) DependOn() terra.Reference
- func (gats *Resource) Dependencies() terra.Dependencies
- func (gats *Resource) ImportState(state io.Reader) error
- func (gats *Resource) LifecycleManagement() *terra.Lifecycle
- func (gats *Resource) LocalName() string
- func (gats *Resource) State() (*googleApigeeTargetServerState, bool)
- func (gats *Resource) StateMust() *googleApigeeTargetServerState
- func (gats *Resource) Type() string
- type SSlInfo
- type SSlInfoAttributes
- func (ssi SSlInfoAttributes) Ciphers() terra.ListValue[terra.StringValue]
- func (ssi SSlInfoAttributes) ClientAuthEnabled() terra.BoolValue
- func (ssi SSlInfoAttributes) CommonName() terra.ListValue[SSlInfoCommonNameAttributes]
- func (ssi SSlInfoAttributes) Enabled() terra.BoolValue
- func (ssi SSlInfoAttributes) IgnoreValidationErrors() terra.BoolValue
- func (ssi SSlInfoAttributes) InternalRef() (terra.Reference, error)
- func (ssi SSlInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ssi SSlInfoAttributes) InternalWithRef(ref terra.Reference) SSlInfoAttributes
- func (ssi SSlInfoAttributes) KeyAlias() terra.StringValue
- func (ssi SSlInfoAttributes) KeyStore() terra.StringValue
- func (ssi SSlInfoAttributes) Protocols() terra.ListValue[terra.StringValue]
- func (ssi SSlInfoAttributes) TrustStore() terra.StringValue
- type SSlInfoCommonName
- type SSlInfoCommonNameAttributes
- func (cn SSlInfoCommonNameAttributes) InternalRef() (terra.Reference, error)
- func (cn SSlInfoCommonNameAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cn SSlInfoCommonNameAttributes) InternalWithRef(ref terra.Reference) SSlInfoCommonNameAttributes
- func (cn SSlInfoCommonNameAttributes) Value() terra.StringValue
- func (cn SSlInfoCommonNameAttributes) WildcardMatch() terra.BoolValue
- type SSlInfoCommonNameState
- type SSlInfoState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // EnvId: string, required EnvId terra.StringValue `hcl:"env_id,attr" validate:"required"` // Host: string, required Host terra.StringValue `hcl:"host,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IsEnabled: bool, optional IsEnabled terra.BoolValue `hcl:"is_enabled,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Port: number, required Port terra.NumberValue `hcl:"port,attr" validate:"required"` // Protocol: string, optional Protocol terra.StringValue `hcl:"protocol,attr"` // SSlInfo: optional SSlInfo *SSlInfo `hcl:"s_sl_info,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_apigee_target_server.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_apigee_target_server.
func (*Resource) Attributes ¶
func (gats *Resource) Attributes() googleApigeeTargetServerAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gats *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gats *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type SSlInfo ¶
type SSlInfo struct { // Ciphers: list of string, optional Ciphers terra.ListValue[terra.StringValue] `hcl:"ciphers,attr"` // ClientAuthEnabled: bool, optional ClientAuthEnabled terra.BoolValue `hcl:"client_auth_enabled,attr"` // Enabled: bool, required Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"` // IgnoreValidationErrors: bool, optional IgnoreValidationErrors terra.BoolValue `hcl:"ignore_validation_errors,attr"` // KeyAlias: string, optional KeyAlias terra.StringValue `hcl:"key_alias,attr"` // KeyStore: string, optional KeyStore terra.StringValue `hcl:"key_store,attr"` // Protocols: list of string, optional Protocols terra.ListValue[terra.StringValue] `hcl:"protocols,attr"` // TrustStore: string, optional TrustStore terra.StringValue `hcl:"trust_store,attr"` // SSlInfoCommonName: optional CommonName *SSlInfoCommonName `hcl:"common_name,block"` }
type SSlInfoAttributes ¶
type SSlInfoAttributes struct {
// contains filtered or unexported fields
}
func (SSlInfoAttributes) Ciphers ¶
func (ssi SSlInfoAttributes) Ciphers() terra.ListValue[terra.StringValue]
func (SSlInfoAttributes) ClientAuthEnabled ¶
func (ssi SSlInfoAttributes) ClientAuthEnabled() terra.BoolValue
func (SSlInfoAttributes) CommonName ¶
func (ssi SSlInfoAttributes) CommonName() terra.ListValue[SSlInfoCommonNameAttributes]
func (SSlInfoAttributes) Enabled ¶
func (ssi SSlInfoAttributes) Enabled() terra.BoolValue
func (SSlInfoAttributes) IgnoreValidationErrors ¶
func (ssi SSlInfoAttributes) IgnoreValidationErrors() terra.BoolValue
func (SSlInfoAttributes) InternalRef ¶
func (ssi SSlInfoAttributes) InternalRef() (terra.Reference, error)
func (SSlInfoAttributes) InternalTokens ¶
func (ssi SSlInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SSlInfoAttributes) InternalWithRef ¶
func (ssi SSlInfoAttributes) InternalWithRef(ref terra.Reference) SSlInfoAttributes
func (SSlInfoAttributes) KeyAlias ¶
func (ssi SSlInfoAttributes) KeyAlias() terra.StringValue
func (SSlInfoAttributes) KeyStore ¶
func (ssi SSlInfoAttributes) KeyStore() terra.StringValue
func (SSlInfoAttributes) Protocols ¶
func (ssi SSlInfoAttributes) Protocols() terra.ListValue[terra.StringValue]
func (SSlInfoAttributes) TrustStore ¶
func (ssi SSlInfoAttributes) TrustStore() terra.StringValue
type SSlInfoCommonName ¶
type SSlInfoCommonName struct { // Value: string, optional Value terra.StringValue `hcl:"value,attr"` // WildcardMatch: bool, optional WildcardMatch terra.BoolValue `hcl:"wildcard_match,attr"` }
type SSlInfoCommonNameAttributes ¶
type SSlInfoCommonNameAttributes struct {
// contains filtered or unexported fields
}
func (SSlInfoCommonNameAttributes) InternalRef ¶
func (cn SSlInfoCommonNameAttributes) InternalRef() (terra.Reference, error)
func (SSlInfoCommonNameAttributes) InternalTokens ¶
func (cn SSlInfoCommonNameAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SSlInfoCommonNameAttributes) InternalWithRef ¶
func (cn SSlInfoCommonNameAttributes) InternalWithRef(ref terra.Reference) SSlInfoCommonNameAttributes
func (SSlInfoCommonNameAttributes) Value ¶
func (cn SSlInfoCommonNameAttributes) Value() terra.StringValue
func (SSlInfoCommonNameAttributes) WildcardMatch ¶
func (cn SSlInfoCommonNameAttributes) WildcardMatch() terra.BoolValue
type SSlInfoCommonNameState ¶
type SSlInfoState ¶
type SSlInfoState struct { Ciphers []string `json:"ciphers"` ClientAuthEnabled bool `json:"client_auth_enabled"` Enabled bool `json:"enabled"` IgnoreValidationErrors bool `json:"ignore_validation_errors"` KeyAlias string `json:"key_alias"` KeyStore string `json:"key_store"` Protocols []string `json:"protocols"` TrustStore string `json:"trust_store"` CommonName []SSlInfoCommonNameState `json:"common_name"` }
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.