Uses of Class
com.microsoft.azure.toolkit.lib.containerservice.model.OutboundType
-
Packages that use OutboundType Package Description com.microsoft.azure.toolkit.lib.containerservice.model -
-
Uses of OutboundType in com.microsoft.azure.toolkit.lib.containerservice.model
Fields in com.microsoft.azure.toolkit.lib.containerservice.model declared as OutboundType Modifier and Type Field Description static OutboundTypeOutboundType. LOAD_BALANCERstatic OutboundTypeOutboundType. MANAGED_NATGATEWAYprivate OutboundTypeContainerServiceNetworkProfile. outboundTypestatic OutboundTypeOutboundType. USER_ASSIGNED_NATGATEWAYstatic OutboundTypeOutboundType. USER_DEFINED_ROUTINGMethods in com.microsoft.azure.toolkit.lib.containerservice.model that return OutboundType Modifier and Type Method Description static OutboundTypeOutboundType. fromString(String input)Methods in com.microsoft.azure.toolkit.lib.containerservice.model that return types with arguments of type OutboundType Modifier and Type Method Description static List<OutboundType>OutboundType. values()
-