Documentation ¶
Index ¶
- type NatIpConfiguration
- type NatIpConfigurationAttributes
- func (nic NatIpConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (nic NatIpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nic NatIpConfigurationAttributes) InternalWithRef(ref terra.Reference) NatIpConfigurationAttributes
- func (nic NatIpConfigurationAttributes) Name() terra.StringValue
- func (nic NatIpConfigurationAttributes) Primary() terra.BoolValue
- func (nic NatIpConfigurationAttributes) PrivateIpAddress() terra.StringValue
- func (nic NatIpConfigurationAttributes) PrivateIpAddressVersion() terra.StringValue
- func (nic NatIpConfigurationAttributes) SubnetId() terra.StringValue
- type NatIpConfigurationState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NatIpConfiguration ¶
type NatIpConfiguration struct{}
type NatIpConfigurationAttributes ¶
type NatIpConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (NatIpConfigurationAttributes) InternalRef ¶
func (nic NatIpConfigurationAttributes) InternalRef() (terra.Reference, error)
func (NatIpConfigurationAttributes) InternalTokens ¶
func (nic NatIpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NatIpConfigurationAttributes) InternalWithRef ¶
func (nic NatIpConfigurationAttributes) InternalWithRef(ref terra.Reference) NatIpConfigurationAttributes
func (NatIpConfigurationAttributes) Name ¶
func (nic NatIpConfigurationAttributes) Name() terra.StringValue
func (NatIpConfigurationAttributes) Primary ¶
func (nic NatIpConfigurationAttributes) Primary() terra.BoolValue
func (NatIpConfigurationAttributes) PrivateIpAddress ¶
func (nic NatIpConfigurationAttributes) PrivateIpAddress() terra.StringValue
func (NatIpConfigurationAttributes) PrivateIpAddressVersion ¶
func (nic NatIpConfigurationAttributes) PrivateIpAddressVersion() terra.StringValue
func (NatIpConfigurationAttributes) SubnetId ¶
func (nic NatIpConfigurationAttributes) SubnetId() terra.StringValue
type NatIpConfigurationState ¶
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.