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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterLoadBalancerProfileModifier and TypeClassDescriptionfinal classProfile of the managed cluster load balancer.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterLoadBalancerProfileModifier and TypeMethodDescriptionManagedClusterLoadBalancerProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterLoadBalancerProfile from the JsonReader.ContainerServiceNetworkProfile.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.withBackendPoolType(BackendPoolType backendPoolType) Set the backendPoolType property: The type of the managed inbound Load Balancer BackendPool.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.