Documentation
¶
Index ¶
- type IpConfiguration
- type IpConfigurationAttributes
- func (ic IpConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (ic IpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ic IpConfigurationAttributes) InternalWithRef(ref terra.Reference) IpConfigurationAttributes
- func (ic IpConfigurationAttributes) Name() terra.StringValue
- func (ic IpConfigurationAttributes) PrivateIpAddress() terra.StringValue
- func (ic IpConfigurationAttributes) PublicIpAddressId() terra.StringValue
- func (ic IpConfigurationAttributes) SubnetId() terra.StringValue
- type IpConfigurationState
- type ManagementIpConfiguration
- type ManagementIpConfigurationAttributes
- func (mic ManagementIpConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (mic ManagementIpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mic ManagementIpConfigurationAttributes) InternalWithRef(ref terra.Reference) ManagementIpConfigurationAttributes
- func (mic ManagementIpConfigurationAttributes) Name() terra.StringValue
- func (mic ManagementIpConfigurationAttributes) PrivateIpAddress() terra.StringValue
- func (mic ManagementIpConfigurationAttributes) PublicIpAddressId() terra.StringValue
- func (mic ManagementIpConfigurationAttributes) SubnetId() terra.StringValue
- type ManagementIpConfigurationState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
- type VirtualHub
- type VirtualHubAttributes
- func (vh VirtualHubAttributes) InternalRef() (terra.Reference, error)
- func (vh VirtualHubAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vh VirtualHubAttributes) InternalWithRef(ref terra.Reference) VirtualHubAttributes
- func (vh VirtualHubAttributes) PrivateIpAddress() terra.StringValue
- func (vh VirtualHubAttributes) PublicIpAddresses() terra.ListValue[terra.StringValue]
- func (vh VirtualHubAttributes) PublicIpCount() terra.NumberValue
- func (vh VirtualHubAttributes) VirtualHubId() terra.StringValue
- type VirtualHubState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IpConfiguration ¶
type IpConfiguration struct{}
type IpConfigurationAttributes ¶
type IpConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (IpConfigurationAttributes) InternalRef ¶
func (ic IpConfigurationAttributes) InternalRef() (terra.Reference, error)
func (IpConfigurationAttributes) InternalTokens ¶
func (ic IpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IpConfigurationAttributes) InternalWithRef ¶
func (ic IpConfigurationAttributes) InternalWithRef(ref terra.Reference) IpConfigurationAttributes
func (IpConfigurationAttributes) Name ¶
func (ic IpConfigurationAttributes) Name() terra.StringValue
func (IpConfigurationAttributes) PrivateIpAddress ¶
func (ic IpConfigurationAttributes) PrivateIpAddress() terra.StringValue
func (IpConfigurationAttributes) PublicIpAddressId ¶
func (ic IpConfigurationAttributes) PublicIpAddressId() terra.StringValue
func (IpConfigurationAttributes) SubnetId ¶
func (ic IpConfigurationAttributes) SubnetId() terra.StringValue
type IpConfigurationState ¶
type ManagementIpConfiguration ¶
type ManagementIpConfiguration struct{}
type ManagementIpConfigurationAttributes ¶
type ManagementIpConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ManagementIpConfigurationAttributes) InternalRef ¶
func (mic ManagementIpConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ManagementIpConfigurationAttributes) InternalTokens ¶
func (mic ManagementIpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ManagementIpConfigurationAttributes) InternalWithRef ¶
func (mic ManagementIpConfigurationAttributes) InternalWithRef(ref terra.Reference) ManagementIpConfigurationAttributes
func (ManagementIpConfigurationAttributes) Name ¶
func (mic ManagementIpConfigurationAttributes) Name() terra.StringValue
func (ManagementIpConfigurationAttributes) PrivateIpAddress ¶
func (mic ManagementIpConfigurationAttributes) PrivateIpAddress() terra.StringValue
func (ManagementIpConfigurationAttributes) PublicIpAddressId ¶
func (mic ManagementIpConfigurationAttributes) PublicIpAddressId() terra.StringValue
func (ManagementIpConfigurationAttributes) SubnetId ¶
func (mic ManagementIpConfigurationAttributes) SubnetId() 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"`
}
type VirtualHub ¶
type VirtualHub struct{}
type VirtualHubAttributes ¶
type VirtualHubAttributes struct {
// contains filtered or unexported fields
}
func (VirtualHubAttributes) InternalRef ¶
func (vh VirtualHubAttributes) InternalRef() (terra.Reference, error)
func (VirtualHubAttributes) InternalTokens ¶
func (vh VirtualHubAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VirtualHubAttributes) InternalWithRef ¶
func (vh VirtualHubAttributes) InternalWithRef(ref terra.Reference) VirtualHubAttributes
func (VirtualHubAttributes) PrivateIpAddress ¶
func (vh VirtualHubAttributes) PrivateIpAddress() terra.StringValue
func (VirtualHubAttributes) PublicIpAddresses ¶
func (vh VirtualHubAttributes) PublicIpAddresses() terra.ListValue[terra.StringValue]
func (VirtualHubAttributes) PublicIpCount ¶
func (vh VirtualHubAttributes) PublicIpCount() terra.NumberValue
func (VirtualHubAttributes) VirtualHubId ¶
func (vh VirtualHubAttributes) VirtualHubId() terra.StringValue
Click to show internal directories.
Click to hide internal directories.