Uses of Class
com.azure.resourcemanager.containerservice.models.OutboundType
-
Packages that use OutboundType Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OutboundType in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as OutboundType Modifier and Type Field Description static OutboundTypeOutboundType. LOAD_BALANCERStatic value loadBalancer for OutboundType.static OutboundTypeOutboundType. MANAGED_NATGATEWAYStatic value managedNATGateway for OutboundType.static OutboundTypeOutboundType. USER_ASSIGNED_NATGATEWAYStatic value userAssignedNATGateway for OutboundType.static OutboundTypeOutboundType. USER_DEFINED_ROUTINGStatic value userDefinedRouting for OutboundType.Methods in com.azure.resourcemanager.containerservice.models that return OutboundType Modifier and Type Method Description static OutboundTypeOutboundType. fromString(String name)Creates or finds a OutboundType from its string representation.OutboundTypeContainerServiceNetworkProfile. outboundType()Get the outboundType property: The outbound (egress) routing method.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OutboundType Modifier and Type Method Description static Collection<OutboundType>OutboundType. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type OutboundType Modifier and Type Method Description ContainerServiceNetworkProfileContainerServiceNetworkProfile. withOutboundType(OutboundType outboundType)Set the outboundType property: The outbound (egress) routing method.
-