Documentation ¶
Index ¶
- type ClusterSetting
- type ClusterSettingAttributes
- func (cs ClusterSettingAttributes) InternalRef() (terra.Reference, error)
- func (cs ClusterSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cs ClusterSettingAttributes) InternalWithRef(ref terra.Reference) ClusterSettingAttributes
- func (cs ClusterSettingAttributes) Name() terra.StringValue
- func (cs ClusterSettingAttributes) Value() terra.StringValue
- type ClusterSettingState
- type InboundNetworkDependencies
- type InboundNetworkDependenciesAttributes
- func (ind InboundNetworkDependenciesAttributes) Description() terra.StringValue
- func (ind InboundNetworkDependenciesAttributes) InternalRef() (terra.Reference, error)
- func (ind InboundNetworkDependenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ind InboundNetworkDependenciesAttributes) InternalWithRef(ref terra.Reference) InboundNetworkDependenciesAttributes
- func (ind InboundNetworkDependenciesAttributes) IpAddresses() terra.ListValue[terra.StringValue]
- func (ind InboundNetworkDependenciesAttributes) Ports() terra.ListValue[terra.StringValue]
- type InboundNetworkDependenciesState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterSetting ¶
type ClusterSetting struct{}
type ClusterSettingAttributes ¶
type ClusterSettingAttributes struct {
// contains filtered or unexported fields
}
func (ClusterSettingAttributes) InternalRef ¶
func (cs ClusterSettingAttributes) InternalRef() (terra.Reference, error)
func (ClusterSettingAttributes) InternalTokens ¶
func (cs ClusterSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ClusterSettingAttributes) InternalWithRef ¶
func (cs ClusterSettingAttributes) InternalWithRef(ref terra.Reference) ClusterSettingAttributes
func (ClusterSettingAttributes) Name ¶
func (cs ClusterSettingAttributes) Name() terra.StringValue
func (ClusterSettingAttributes) Value ¶
func (cs ClusterSettingAttributes) Value() terra.StringValue
type ClusterSettingState ¶
type InboundNetworkDependencies ¶
type InboundNetworkDependencies struct{}
type InboundNetworkDependenciesAttributes ¶
type InboundNetworkDependenciesAttributes struct {
// contains filtered or unexported fields
}
func (InboundNetworkDependenciesAttributes) Description ¶
func (ind InboundNetworkDependenciesAttributes) Description() terra.StringValue
func (InboundNetworkDependenciesAttributes) InternalRef ¶
func (ind InboundNetworkDependenciesAttributes) InternalRef() (terra.Reference, error)
func (InboundNetworkDependenciesAttributes) InternalTokens ¶
func (ind InboundNetworkDependenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InboundNetworkDependenciesAttributes) InternalWithRef ¶
func (ind InboundNetworkDependenciesAttributes) InternalWithRef(ref terra.Reference) InboundNetworkDependenciesAttributes
func (InboundNetworkDependenciesAttributes) IpAddresses ¶
func (ind InboundNetworkDependenciesAttributes) IpAddresses() terra.ListValue[terra.StringValue]
func (InboundNetworkDependenciesAttributes) Ports ¶
func (ind InboundNetworkDependenciesAttributes) Ports() terra.ListValue[terra.StringValue]
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.