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