Class OutboundType
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.containerservice.model.OutboundType
-
public class OutboundType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static OutboundTypeLOAD_BALANCERstatic OutboundTypeMANAGED_NATGATEWAYstatic OutboundTypeUSER_ASSIGNED_NATGATEWAYstatic OutboundTypeUSER_DEFINED_ROUTINGprivate Stringvalue
-
Constructor Summary
Constructors Constructor Description OutboundType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OutboundTypefromString(String input)static List<OutboundType>values()
-
-
-
Field Detail
-
LOAD_BALANCER
public static final OutboundType LOAD_BALANCER
-
USER_DEFINED_ROUTING
public static final OutboundType USER_DEFINED_ROUTING
-
MANAGED_NATGATEWAY
public static final OutboundType MANAGED_NATGATEWAY
-
USER_ASSIGNED_NATGATEWAY
public static final OutboundType USER_ASSIGNED_NATGATEWAY
-
value
private String value
-
-
Method Detail
-
values
public static List<OutboundType> values()
-
fromString
public static OutboundType fromString(String input)
-
-