L2ServiceLoadBalancerConfigurationArgs

data class L2ServiceLoadBalancerConfigurationArgs(val ipAddressPools: Output<List<IpAddressPoolArgs>>? = null) : ConvertibleToJava<L2ServiceLoadBalancerConfigurationArgs>

Constructors

Link copied to clipboard
constructor(ipAddressPools: Output<List<IpAddressPoolArgs>>? = null)

Properties

Link copied to clipboard
val ipAddressPools: Output<List<IpAddressPoolArgs>>? = null

The list of pools of IP addresses that can be allocated to load balancer services.

Functions

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