Documentation ¶
Index ¶
- type BackendAddress
- type BackendAddressAttributes
- func (ba BackendAddressAttributes) InboundNatRulePortMapping() terra.ListValue[InboundNatRulePortMappingAttributes]
- func (ba BackendAddressAttributes) InternalRef() (terra.Reference, error)
- func (ba BackendAddressAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ba BackendAddressAttributes) InternalWithRef(ref terra.Reference) BackendAddressAttributes
- func (ba BackendAddressAttributes) IpAddress() terra.StringValue
- func (ba BackendAddressAttributes) Name() terra.StringValue
- func (ba BackendAddressAttributes) VirtualNetworkId() terra.StringValue
- type BackendAddressState
- type BackendIpConfigurations
- type BackendIpConfigurationsAttributes
- func (bic BackendIpConfigurationsAttributes) Id() terra.StringValue
- func (bic BackendIpConfigurationsAttributes) InternalRef() (terra.Reference, error)
- func (bic BackendIpConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bic BackendIpConfigurationsAttributes) InternalWithRef(ref terra.Reference) BackendIpConfigurationsAttributes
- type BackendIpConfigurationsState
- type InboundNatRulePortMapping
- type InboundNatRulePortMappingAttributes
- func (inrpm InboundNatRulePortMappingAttributes) BackendPort() terra.NumberValue
- func (inrpm InboundNatRulePortMappingAttributes) FrontendPort() terra.NumberValue
- func (inrpm InboundNatRulePortMappingAttributes) InboundNatRuleName() terra.StringValue
- func (inrpm InboundNatRulePortMappingAttributes) InternalRef() (terra.Reference, error)
- func (inrpm InboundNatRulePortMappingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (inrpm InboundNatRulePortMappingAttributes) InternalWithRef(ref terra.Reference) InboundNatRulePortMappingAttributes
- type InboundNatRulePortMappingState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendAddress ¶
type BackendAddress struct { // InboundNatRulePortMapping: min=0 InboundNatRulePortMapping []InboundNatRulePortMapping `hcl:"inbound_nat_rule_port_mapping,block" validate:"min=0"` }
type BackendAddressAttributes ¶
type BackendAddressAttributes struct {
// contains filtered or unexported fields
}
func (BackendAddressAttributes) InboundNatRulePortMapping ¶
func (ba BackendAddressAttributes) InboundNatRulePortMapping() terra.ListValue[InboundNatRulePortMappingAttributes]
func (BackendAddressAttributes) InternalRef ¶
func (ba BackendAddressAttributes) InternalRef() (terra.Reference, error)
func (BackendAddressAttributes) InternalTokens ¶
func (ba BackendAddressAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BackendAddressAttributes) InternalWithRef ¶
func (ba BackendAddressAttributes) InternalWithRef(ref terra.Reference) BackendAddressAttributes
func (BackendAddressAttributes) IpAddress ¶
func (ba BackendAddressAttributes) IpAddress() terra.StringValue
func (BackendAddressAttributes) Name ¶
func (ba BackendAddressAttributes) Name() terra.StringValue
func (BackendAddressAttributes) VirtualNetworkId ¶
func (ba BackendAddressAttributes) VirtualNetworkId() terra.StringValue
type BackendAddressState ¶
type BackendAddressState struct { IpAddress string `json:"ip_address"` Name string `json:"name"` VirtualNetworkId string `json:"virtual_network_id"` InboundNatRulePortMapping []InboundNatRulePortMappingState `json:"inbound_nat_rule_port_mapping"` }
type BackendIpConfigurations ¶
type BackendIpConfigurations struct{}
type BackendIpConfigurationsAttributes ¶
type BackendIpConfigurationsAttributes struct {
// contains filtered or unexported fields
}
func (BackendIpConfigurationsAttributes) Id ¶
func (bic BackendIpConfigurationsAttributes) Id() terra.StringValue
func (BackendIpConfigurationsAttributes) InternalRef ¶
func (bic BackendIpConfigurationsAttributes) InternalRef() (terra.Reference, error)
func (BackendIpConfigurationsAttributes) InternalTokens ¶
func (bic BackendIpConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BackendIpConfigurationsAttributes) InternalWithRef ¶
func (bic BackendIpConfigurationsAttributes) InternalWithRef(ref terra.Reference) BackendIpConfigurationsAttributes
type BackendIpConfigurationsState ¶
type BackendIpConfigurationsState struct {
Id string `json:"id"`
}
type InboundNatRulePortMapping ¶
type InboundNatRulePortMapping struct{}
type InboundNatRulePortMappingAttributes ¶
type InboundNatRulePortMappingAttributes struct {
// contains filtered or unexported fields
}
func (InboundNatRulePortMappingAttributes) BackendPort ¶
func (inrpm InboundNatRulePortMappingAttributes) BackendPort() terra.NumberValue
func (InboundNatRulePortMappingAttributes) FrontendPort ¶
func (inrpm InboundNatRulePortMappingAttributes) FrontendPort() terra.NumberValue
func (InboundNatRulePortMappingAttributes) InboundNatRuleName ¶
func (inrpm InboundNatRulePortMappingAttributes) InboundNatRuleName() terra.StringValue
func (InboundNatRulePortMappingAttributes) InternalRef ¶
func (inrpm InboundNatRulePortMappingAttributes) InternalRef() (terra.Reference, error)
func (InboundNatRulePortMappingAttributes) InternalTokens ¶
func (inrpm InboundNatRulePortMappingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InboundNatRulePortMappingAttributes) InternalWithRef ¶
func (inrpm InboundNatRulePortMappingAttributes) InternalWithRef(ref terra.Reference) InboundNatRulePortMappingAttributes
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.