BackendAddressPoolArgs

data class BackendAddressPoolArgs(val id: Output<String>? = null, val loadBalancerBackendAddresses: Output<List<LoadBalancerBackendAddressArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<BackendAddressPoolArgs>

Pool of backend IP addresses.

Constructors

Link copied to clipboard
fun BackendAddressPoolArgs(id: Output<String>? = null, loadBalancerBackendAddresses: Output<List<LoadBalancerBackendAddressArgs>>? = null, name: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BackendAddressPoolArgs

Properties

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard

An array of backend addresses.

Link copied to clipboard
val name: Output<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.