Documentation ¶
Index ¶
- type Capabilities
- type CapabilitiesAttributes
- type CapabilitiesState
- type ConsistencyPolicy
- type ConsistencyPolicyAttributes
- func (cp ConsistencyPolicyAttributes) ConsistencyLevel() terra.StringValue
- func (cp ConsistencyPolicyAttributes) InternalRef() (terra.Reference, error)
- func (cp ConsistencyPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cp ConsistencyPolicyAttributes) InternalWithRef(ref terra.Reference) ConsistencyPolicyAttributes
- func (cp ConsistencyPolicyAttributes) MaxIntervalInSeconds() terra.NumberValue
- func (cp ConsistencyPolicyAttributes) MaxStalenessPrefix() terra.NumberValue
- type ConsistencyPolicyState
- type GeoLocation
- type GeoLocationAttributes
- func (gl GeoLocationAttributes) FailoverPriority() terra.NumberValue
- func (gl GeoLocationAttributes) Id() terra.StringValue
- func (gl GeoLocationAttributes) InternalRef() (terra.Reference, error)
- func (gl GeoLocationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gl GeoLocationAttributes) InternalWithRef(ref terra.Reference) GeoLocationAttributes
- func (gl GeoLocationAttributes) Location() terra.StringValue
- type GeoLocationState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
- type VirtualNetworkRule
- type VirtualNetworkRuleAttributes
- func (vnr VirtualNetworkRuleAttributes) Id() terra.StringValue
- func (vnr VirtualNetworkRuleAttributes) InternalRef() (terra.Reference, error)
- func (vnr VirtualNetworkRuleAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vnr VirtualNetworkRuleAttributes) InternalWithRef(ref terra.Reference) VirtualNetworkRuleAttributes
- type VirtualNetworkRuleState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capabilities ¶
type Capabilities struct{}
type CapabilitiesAttributes ¶
type CapabilitiesAttributes struct {
// contains filtered or unexported fields
}
func (CapabilitiesAttributes) InternalRef ¶
func (c CapabilitiesAttributes) InternalRef() (terra.Reference, error)
func (CapabilitiesAttributes) InternalTokens ¶
func (c CapabilitiesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CapabilitiesAttributes) InternalWithRef ¶
func (c CapabilitiesAttributes) InternalWithRef(ref terra.Reference) CapabilitiesAttributes
func (CapabilitiesAttributes) Name ¶
func (c CapabilitiesAttributes) Name() terra.StringValue
type CapabilitiesState ¶
type CapabilitiesState struct {
Name string `json:"name"`
}
type ConsistencyPolicy ¶
type ConsistencyPolicy struct{}
type ConsistencyPolicyAttributes ¶
type ConsistencyPolicyAttributes struct {
// contains filtered or unexported fields
}
func (ConsistencyPolicyAttributes) ConsistencyLevel ¶
func (cp ConsistencyPolicyAttributes) ConsistencyLevel() terra.StringValue
func (ConsistencyPolicyAttributes) InternalRef ¶
func (cp ConsistencyPolicyAttributes) InternalRef() (terra.Reference, error)
func (ConsistencyPolicyAttributes) InternalTokens ¶
func (cp ConsistencyPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConsistencyPolicyAttributes) InternalWithRef ¶
func (cp ConsistencyPolicyAttributes) InternalWithRef(ref terra.Reference) ConsistencyPolicyAttributes
func (ConsistencyPolicyAttributes) MaxIntervalInSeconds ¶
func (cp ConsistencyPolicyAttributes) MaxIntervalInSeconds() terra.NumberValue
func (ConsistencyPolicyAttributes) MaxStalenessPrefix ¶
func (cp ConsistencyPolicyAttributes) MaxStalenessPrefix() terra.NumberValue
type ConsistencyPolicyState ¶
type GeoLocation ¶
type GeoLocation struct{}
type GeoLocationAttributes ¶
type GeoLocationAttributes struct {
// contains filtered or unexported fields
}
func (GeoLocationAttributes) FailoverPriority ¶
func (gl GeoLocationAttributes) FailoverPriority() terra.NumberValue
func (GeoLocationAttributes) Id ¶
func (gl GeoLocationAttributes) Id() terra.StringValue
func (GeoLocationAttributes) InternalRef ¶
func (gl GeoLocationAttributes) InternalRef() (terra.Reference, error)
func (GeoLocationAttributes) InternalTokens ¶
func (gl GeoLocationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GeoLocationAttributes) InternalWithRef ¶
func (gl GeoLocationAttributes) InternalWithRef(ref terra.Reference) GeoLocationAttributes
func (GeoLocationAttributes) Location ¶
func (gl GeoLocationAttributes) Location() terra.StringValue
type GeoLocationState ¶
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"`
}
type VirtualNetworkRule ¶
type VirtualNetworkRule struct{}
type VirtualNetworkRuleAttributes ¶
type VirtualNetworkRuleAttributes struct {
// contains filtered or unexported fields
}
func (VirtualNetworkRuleAttributes) Id ¶
func (vnr VirtualNetworkRuleAttributes) Id() terra.StringValue
func (VirtualNetworkRuleAttributes) InternalRef ¶
func (vnr VirtualNetworkRuleAttributes) InternalRef() (terra.Reference, error)
func (VirtualNetworkRuleAttributes) InternalTokens ¶
func (vnr VirtualNetworkRuleAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VirtualNetworkRuleAttributes) InternalWithRef ¶
func (vnr VirtualNetworkRuleAttributes) InternalWithRef(ref terra.Reference) VirtualNetworkRuleAttributes
type VirtualNetworkRuleState ¶
type VirtualNetworkRuleState struct {
Id string `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.