ManagedClusterLoadBalancerProfileManagedOutboundIPsArgs

data class ManagedClusterLoadBalancerProfileManagedOutboundIPsArgs(val count: Output<Int>? = null, val countIPv6: Output<Int>? = null) : ConvertibleToJava<ManagedClusterLoadBalancerProfileManagedOutboundIPsArgs>

Desired managed outbound IPs for the cluster load balancer.

Constructors

constructor(count: Output<Int>? = null, countIPv6: Output<Int>? = null)

Properties

Link copied to clipboard
val count: Output<Int>? = null

The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.

Link copied to clipboard
val countIPv6: Output<Int>? = null

The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack.

Functions

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