Class OutboundType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<OutboundType>
-
- com.azure.resourcemanager.containerservice.models.OutboundType
-
public final class OutboundType extends com.azure.core.util.ExpandableStringEnum<OutboundType>
Defines values for OutboundType.
-
-
Field Summary
Fields Modifier and Type Field Description static OutboundTypeLOAD_BALANCERStatic value loadBalancer for OutboundType.static OutboundTypeMANAGED_NATGATEWAYStatic value managedNATGateway for OutboundType.static OutboundTypeUSER_ASSIGNED_NATGATEWAYStatic value userAssignedNATGateway for OutboundType.static OutboundTypeUSER_DEFINED_ROUTINGStatic value userDefinedRouting for OutboundType.
-
Constructor Summary
Constructors Constructor Description OutboundType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OutboundTypefromString(String name)Creates or finds a OutboundType from its string representation.static Collection<OutboundType>values()
-
-
-
Field Detail
-
LOAD_BALANCER
public static final OutboundType LOAD_BALANCER
Static value loadBalancer for OutboundType.
-
USER_DEFINED_ROUTING
public static final OutboundType USER_DEFINED_ROUTING
Static value userDefinedRouting for OutboundType.
-
MANAGED_NATGATEWAY
public static final OutboundType MANAGED_NATGATEWAY
Static value managedNATGateway for OutboundType.
-
USER_ASSIGNED_NATGATEWAY
public static final OutboundType USER_ASSIGNED_NATGATEWAY
Static value userAssignedNATGateway for OutboundType.
-
-
Method Detail
-
fromString
public static OutboundType fromString(String name)
Creates or finds a OutboundType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OutboundType.
-
values
public static Collection<OutboundType> values()
- Returns:
- known OutboundType values.
-
-