ManagedOutboundIPsArgs

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

ManagedOutboundIPs represents the desired managed outbound IPs for the cluster public load balancer.

Constructors

Link copied to clipboard
constructor(count: Output<Int>? = null)

Properties

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

Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.

Functions

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