GetBackendAddressPoolResult

data class GetBackendAddressPoolResult(val backendAddresses: List<GetBackendAddressPoolBackendAddress>, val backendIpConfigurations: List<GetBackendAddressPoolBackendIpConfiguration>, val id: String, val inboundNatRules: List<String>, val loadBalancingRules: List<String>, val loadbalancerId: String, val name: String, val outboundRules: List<String>)

A collection of values returned by getBackendAddressPool.

Constructors

Link copied to clipboard
constructor(backendAddresses: List<GetBackendAddressPoolBackendAddress>, backendIpConfigurations: List<GetBackendAddressPoolBackendIpConfiguration>, id: String, inboundNatRules: List<String>, loadBalancingRules: List<String>, loadbalancerId: String, name: String, outboundRules: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of backend_address block as defined below.

Link copied to clipboard

A list of references to IP addresses defined in network interfaces.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of the Load Balancing Inbound NAT Rules associated with this Backend Address Pool.

Link copied to clipboard
Link copied to clipboard

A list of the Load Balancing Rules associated with this Backend Address Pool.

Link copied to clipboard

The name of the Backend Address.

Link copied to clipboard

A list of the Load Balancing Outbound Rules associated with this Backend Address Pool.