ManagedClusterLoadBalancerProfileManagedOutboundIPsArgs

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

Desired managed outbound IPs for the cluster load balancer.

Constructors

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

Properties

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

Desired number of outbound IP 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.

Functions

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