| Modifier and Type | Method and Description |
|---|---|
ManagedClusterLoadBalancerProfile |
ContainerServiceNetworkProfile.loadBalancerProfile()
Get profile of the cluster load balancer.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withAllocatedOutboundPorts(Integer allocatedOutboundPorts)
Set desired number of allocated SNAT ports per VM.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)
Set the effective outbound IP resources of the cluster load balancer.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set desired outbound flow idle timeout in minutes.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)
Set desired managed outbound IPs for the cluster load balancer.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withOutboundIPPrefixes(ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes)
Set desired outbound IP Prefix resources for the cluster load balancer.
|
ManagedClusterLoadBalancerProfile |
ManagedClusterLoadBalancerProfile.withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)
Set desired outbound IP resources for the cluster load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerProfile(ManagedClusterLoadBalancerProfile loadBalancerProfile)
Set profile of the cluster load balancer.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/