ManagedClusterLoadBalancerProfileResponse

data class ManagedClusterLoadBalancerProfileResponse(val allocatedOutboundPorts: Int? = null, val effectiveOutboundIPs: List<ResourceReferenceResponse>? = 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

constructor(allocatedOutboundPorts: Int? = null, effectiveOutboundIPs: List<ResourceReferenceResponse>? = null, idleTimeoutInMinutes: Int? = null, managedOutboundIPs: ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs? = null, outboundIPPrefixes: ManagedClusterLoadBalancerProfileResponseOutboundIPPrefixes? = null, outboundIPs: ManagedClusterLoadBalancerProfileResponseOutboundIPs? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Desired number of allocated SNAT ports per VM. Allowed values must be in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports.

Link copied to clipboard

The effective outbound IP resources of the cluster load balancer.

Link copied to clipboard

Desired outbound flow idle timeout in minutes. Allowed values must be in the range of 4 to 120 (inclusive). The default value is 30 minutes.

Link copied to clipboard

Desired managed outbound IPs for the cluster load balancer.

Link copied to clipboard

Desired outbound IP Prefix resources for the cluster load balancer.

Link copied to clipboard

Desired outbound IP resources for the cluster load balancer.