ManagedClusterManagedOutboundIPProfileArgs

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

Profile of the managed outbound IP resources of the managed cluster.

Constructors

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

Properties

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

The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1.

Functions

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