Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterLoadBalancerProfile
Packages that use ManagedClusterLoadBalancerProfile
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterLoadBalancerProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterLoadBalancerProfileModifier and TypeMethodDescriptionContainerServiceNetworkProfile.loadBalancerProfile()Get the loadBalancerProfile property: Profile of the cluster load balancer.ManagedClusterLoadBalancerProfile.withAllocatedOutboundPorts(Integer allocatedOutboundPorts) Set the allocatedOutboundPorts property: The desired number of allocated SNAT ports per VM.ManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs) Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster load balancer.ManagedClusterLoadBalancerProfile.withEnableMultipleStandardLoadBalancers(Boolean enableMultipleStandardLoadBalancers) Set the enableMultipleStandardLoadBalancers property: Enable multiple standard load balancers per AKS cluster or not.ManagedClusterLoadBalancerProfile.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: Desired outbound flow idle timeout in minutes.ManagedClusterLoadBalancerProfile.withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs) Set the managedOutboundIPs property: Desired managed outbound IPs for the cluster load balancer.ManagedClusterLoadBalancerProfile.withOutboundIpPrefixes(ManagedClusterLoadBalancerProfileOutboundIpPrefixes outboundIpPrefixes) Set the outboundIpPrefixes property: Desired outbound IP Prefix resources for the cluster load balancer.ManagedClusterLoadBalancerProfile.withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs) Set the outboundIPs property: Desired outbound IP resources for the cluster load balancer.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterLoadBalancerProfileModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withLoadBalancerProfile(ManagedClusterLoadBalancerProfile loadBalancerProfile) Set the loadBalancerProfile property: Profile of the cluster load balancer.