ManagedClusterLoadBalancerProfileOutboundIPsArgs

data class ManagedClusterLoadBalancerProfileOutboundIPsArgs(val publicIPs: Output<List<ResourceReferenceArgs>>? = null) : ConvertibleToJava<ManagedClusterLoadBalancerProfileOutboundIPsArgs>

Desired outbound IP resources for the cluster load balancer.

Constructors

constructor(publicIPs: Output<List<ResourceReferenceArgs>>? = null)

Properties

Link copied to clipboard
val publicIPs: Output<List<ResourceReferenceArgs>>? = null

A list of public IP resources.

Functions

Link copied to clipboard
open override fun toJava(): ManagedClusterLoadBalancerProfileOutboundIPsArgs