Uses of Class
com.azure.resourcemanager.containerservice.models.OutboundType
Packages that use OutboundType
Package
Description
Package containing the data models for ContainerService.
-
Uses of OutboundType in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type OutboundType in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as OutboundTypeModifier and TypeFieldDescriptionstatic final OutboundTypeOutboundType.LOAD_BALANCERThe load balancer is used for egress through an AKS assigned public IP.static final OutboundTypeOutboundType.MANAGED_NATGATEWAYThe AKS-managed NAT gateway is used for egress.static final OutboundTypeOutboundType.NONEThe AKS cluster is not set with any outbound-type.static final OutboundTypeOutboundType.USER_ASSIGNED_NATGATEWAYThe user-assigned NAT gateway associated to the cluster subnet is used for egress.static final OutboundTypeOutboundType.USER_DEFINED_ROUTINGEgress paths must be defined by the user.Methods in com.azure.resourcemanager.containerservice.models that return OutboundTypeModifier and TypeMethodDescriptionstatic OutboundTypeOutboundType.fromString(String name) Creates or finds a OutboundType from its string representation.ContainerServiceNetworkProfile.outboundType()Get the outboundType property: The outbound (egress) routing method.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OutboundTypeModifier and TypeMethodDescriptionstatic Collection<OutboundType> OutboundType.values()Gets known OutboundType values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type OutboundTypeModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withOutboundType(OutboundType outboundType) Set the outboundType property: The outbound (egress) routing method.