Managed Cluster Load Balancer Profile Response
data class ManagedClusterLoadBalancerProfileResponse(val allocatedOutboundPorts: Int? = null, val effectiveOutboundIPs: List<ResourceReferenceResponse>? = null, val enableMultipleStandardLoadBalancers: Boolean? = null, val idleTimeoutInMinutes: Int? = null, val managedOutboundIPs: ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs? = null, val outboundIPPrefixes: ManagedClusterLoadBalancerProfileResponseOutboundIPPrefixes? = null, val outboundIPs: ManagedClusterLoadBalancerProfileResponseOutboundIPs? = null)
Profile of the managed cluster load balancer.
Constructors
Link copied to clipboard
fun ManagedClusterLoadBalancerProfileResponse(allocatedOutboundPorts: Int? = null, effectiveOutboundIPs: List<ResourceReferenceResponse>? = null, enableMultipleStandardLoadBalancers: Boolean? = null, idleTimeoutInMinutes: Int? = null, managedOutboundIPs: ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs? = null, outboundIPPrefixes: ManagedClusterLoadBalancerProfileResponseOutboundIPPrefixes? = null, outboundIPs: ManagedClusterLoadBalancerProfileResponseOutboundIPs? = null)