Kubernetes Cluster Network Profile Load Balancer Profile
data class KubernetesClusterNetworkProfileLoadBalancerProfile(val effectiveOutboundIps: List<String>? = null, val idleTimeoutInMinutes: Int? = null, val managedOutboundIpCount: Int? = null, val managedOutboundIpv6Count: Int? = null, val outboundIpAddressIds: List<String>? = null, val outboundIpPrefixIds: List<String>? = null, val outboundPortsAllocated: Int? = null)
Constructors
Link copied to clipboard
fun KubernetesClusterNetworkProfileLoadBalancerProfile(effectiveOutboundIps: List<String>? = null, idleTimeoutInMinutes: Int? = null, managedOutboundIpCount: Int? = null, managedOutboundIpv6Count: Int? = null, outboundIpAddressIds: List<String>? = null, outboundIpPrefixIds: List<String>? = null, outboundPortsAllocated: Int? = null)