Uses of Class
com.azure.resourcemanager.containerservice.models.OutboundType
Packages that use OutboundType
Package
Description
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 OutboundTypeModifier and TypeFieldDescriptionstatic final OutboundTypeOutboundType.LOAD_BALANCERStatic value loadBalancer for OutboundType.static final OutboundTypeOutboundType.MANAGED_NATGATEWAYStatic value managedNATGateway for OutboundType.static final OutboundTypeOutboundType.USER_ASSIGNED_NATGATEWAYStatic value userAssignedNATGateway for OutboundType.static final OutboundTypeOutboundType.USER_DEFINED_ROUTINGStatic value userDefinedRouting for OutboundType.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: This can only be set at cluster creation time and cannot be changed later.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: This can only be set at cluster creation time and cannot be changed later.