datalbbackendaddresspool

package
v0.0.0-...-c2cc54e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (BackendAddressAttributes) InternalRef

func (ba BackendAddressAttributes) InternalRef() (terra.Reference, error)

func (BackendAddressAttributes) InternalTokens

func (ba BackendAddressAttributes) InternalTokens() (hclwrite.Tokens, error)

func (BackendAddressAttributes) InternalWithRef

func (BackendAddressAttributes) IpAddress

func (BackendAddressAttributes) Name

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 (BackendIpConfigurationsAttributes) InternalRef

func (BackendIpConfigurationsAttributes) InternalTokens

func (bic BackendIpConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (BackendIpConfigurationsAttributes) InternalWithRef

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 (InboundNatRulePortMappingAttributes) FrontendPort

func (InboundNatRulePortMappingAttributes) InboundNatRuleName

func (inrpm InboundNatRulePortMappingAttributes) InboundNatRuleName() terra.StringValue

func (InboundNatRulePortMappingAttributes) InternalRef

func (InboundNatRulePortMappingAttributes) InternalTokens

func (inrpm InboundNatRulePortMappingAttributes) InternalTokens() (hclwrite.Tokens, error)

func (InboundNatRulePortMappingAttributes) InternalWithRef

type InboundNatRulePortMappingState

type InboundNatRulePortMappingState struct {
	BackendPort        float64 `json:"backend_port"`
	FrontendPort       float64 `json:"frontend_port"`
	InboundNatRuleName string  `json:"inbound_nat_rule_name"`
}

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

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL