KubernetesClusterNetworkProfileNatGatewayProfile

data class KubernetesClusterNetworkProfileNatGatewayProfile(val effectiveOutboundIps: List<String>? = null, val idleTimeoutInMinutes: Int? = null, val managedOutboundIpCount: Int? = null)

Constructors

constructor(effectiveOutboundIps: List<String>? = null, idleTimeoutInMinutes: Int? = null, managedOutboundIpCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The outcome (resource IDs) of the specified arguments.

Link copied to clipboard

Desired outbound flow idle timeout in minutes for the managed nat gateway. Must be between 4 and 120 inclusive. Defaults to 4.

Link copied to clipboard

Count of desired managed outbound IPs for the managed nat gateway. Must be between 1 and 16 inclusive.