GetLoadBalancerBackendAddressPoolResult

data class GetLoadBalancerBackendAddressPoolResult(val azureApiVersion: String, val backendIPConfigurations: List<NetworkInterfaceIPConfigurationResponse>, val drainPeriodInSeconds: Int? = null, val etag: String, val id: String? = null, val inboundNatRules: List<SubResourceResponse>, val loadBalancerBackendAddresses: List<LoadBalancerBackendAddressResponse>? = null, val loadBalancingRules: List<SubResourceResponse>, val location: String? = null, val name: String? = null, val outboundRule: SubResourceResponse, val outboundRules: List<SubResourceResponse>, val provisioningState: String, val syncMode: String? = null, val tunnelInterfaces: List<GatewayLoadBalancerTunnelInterfaceResponse>? = null, val type: String, val virtualNetwork: SubResourceResponse? = null)

Pool of backend IP addresses.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, backendIPConfigurations: List<NetworkInterfaceIPConfigurationResponse>, drainPeriodInSeconds: Int? = null, etag: String, id: String? = null, inboundNatRules: List<SubResourceResponse>, loadBalancerBackendAddresses: List<LoadBalancerBackendAddressResponse>? = null, loadBalancingRules: List<SubResourceResponse>, location: String? = null, name: String? = null, outboundRule: SubResourceResponse, outboundRules: List<SubResourceResponse>, provisioningState: String, syncMode: String? = null, tunnelInterfaces: List<GatewayLoadBalancerTunnelInterfaceResponse>? = null, type: String, virtualNetwork: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

An array of references to IP addresses defined in network interfaces.

Link copied to clipboard

Amount of seconds Load Balancer waits for before sending RESET to client and backend address.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

An array of references to inbound NAT rules that use this backend address pool.

Link copied to clipboard

An array of backend addresses.

Link copied to clipboard

An array of references to load balancing rules that use this backend address pool.

Link copied to clipboard
val location: String? = null

The location of the backend address pool.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within the set of backend address pools used by the load balancer. This name can be used to access the resource.

Link copied to clipboard

A reference to an outbound rule that uses this backend address pool.

Link copied to clipboard

An array of references to outbound rules that use this backend address pool.

Link copied to clipboard

The provisioning state of the backend address pool resource.

Link copied to clipboard
val syncMode: String? = null

Backend address synchronous mode for the backend pool

Link copied to clipboard

An array of gateway load balancer tunnel interfaces.

Link copied to clipboard

Type of the resource.

Link copied to clipboard

A reference to a virtual network.