Documentation ¶
Index ¶
- type FrontendIpConfiguration
- type FrontendIpConfigurationAttributes
- func (fic FrontendIpConfigurationAttributes) Id() terra.StringValue
- func (fic FrontendIpConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (fic FrontendIpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (fic FrontendIpConfigurationAttributes) InternalWithRef(ref terra.Reference) FrontendIpConfigurationAttributes
- func (fic FrontendIpConfigurationAttributes) Name() terra.StringValue
- func (fic FrontendIpConfigurationAttributes) PrivateIpAddress() terra.StringValue
- func (fic FrontendIpConfigurationAttributes) PrivateIpAddressAllocation() terra.StringValue
- func (fic FrontendIpConfigurationAttributes) PrivateIpAddressVersion() terra.StringValue
- func (fic FrontendIpConfigurationAttributes) PublicIpAddressId() terra.StringValue
- func (fic FrontendIpConfigurationAttributes) SubnetId() terra.StringValue
- func (fic FrontendIpConfigurationAttributes) Zones() terra.ListValue[terra.StringValue]
- type FrontendIpConfigurationState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrontendIpConfiguration ¶
type FrontendIpConfiguration struct{}
type FrontendIpConfigurationAttributes ¶
type FrontendIpConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (FrontendIpConfigurationAttributes) Id ¶
func (fic FrontendIpConfigurationAttributes) Id() terra.StringValue
func (FrontendIpConfigurationAttributes) InternalRef ¶
func (fic FrontendIpConfigurationAttributes) InternalRef() (terra.Reference, error)
func (FrontendIpConfigurationAttributes) InternalTokens ¶
func (fic FrontendIpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (FrontendIpConfigurationAttributes) InternalWithRef ¶
func (fic FrontendIpConfigurationAttributes) InternalWithRef(ref terra.Reference) FrontendIpConfigurationAttributes
func (FrontendIpConfigurationAttributes) Name ¶
func (fic FrontendIpConfigurationAttributes) Name() terra.StringValue
func (FrontendIpConfigurationAttributes) PrivateIpAddress ¶
func (fic FrontendIpConfigurationAttributes) PrivateIpAddress() terra.StringValue
func (FrontendIpConfigurationAttributes) PrivateIpAddressAllocation ¶
func (fic FrontendIpConfigurationAttributes) PrivateIpAddressAllocation() terra.StringValue
func (FrontendIpConfigurationAttributes) PrivateIpAddressVersion ¶
func (fic FrontendIpConfigurationAttributes) PrivateIpAddressVersion() terra.StringValue
func (FrontendIpConfigurationAttributes) PublicIpAddressId ¶
func (fic FrontendIpConfigurationAttributes) PublicIpAddressId() terra.StringValue
func (FrontendIpConfigurationAttributes) SubnetId ¶
func (fic FrontendIpConfigurationAttributes) SubnetId() terra.StringValue
func (FrontendIpConfigurationAttributes) Zones ¶
func (fic FrontendIpConfigurationAttributes) Zones() terra.ListValue[terra.StringValue]
type FrontendIpConfigurationState ¶
type FrontendIpConfigurationState struct { Id string `json:"id"` Name string `json:"name"` PrivateIpAddress string `json:"private_ip_address"` PrivateIpAddressAllocation string `json:"private_ip_address_allocation"` PrivateIpAddressVersion string `json:"private_ip_address_version"` PublicIpAddressId string `json:"public_ip_address_id"` SubnetId string `json:"subnet_id"` Zones []string `json:"zones"` }
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.