Managed Cluster Load Balancer Profile Outbound IPs Args
    data class ManagedClusterLoadBalancerProfileOutboundIPsArgs(val publicIPs: Output<List<ResourceReferenceArgs>>? = null) : ConvertibleToJava<ManagedClusterLoadBalancerProfileOutboundIPsArgs> 
Desired outbound IP resources for the cluster load balancer.
Constructors
Link copied to clipboard
                fun ManagedClusterLoadBalancerProfileOutboundIPsArgs(publicIPs: Output<List<ResourceReferenceArgs>>? = null)