Kubernetes Cluster Network Profile Nat Gateway Profile
data class KubernetesClusterNetworkProfileNatGatewayProfile(val effectiveOutboundIps: List<String>? = null, val idleTimeoutInMinutes: Int? = null, val managedOutboundIpCount: Int? = null)
Constructors
Link copied to clipboard
fun KubernetesClusterNetworkProfileNatGatewayProfile(effectiveOutboundIps: List<String>? = null, idleTimeoutInMinutes: Int? = null, managedOutboundIpCount: Int? = null)