Class OutboundType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<OutboundType>
com.microsoft.azure.management.containerservice.OutboundType
Defines values for OutboundType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OutboundType
Static value loadBalancer for OutboundType.static final OutboundType
Static value userDefinedRouting for OutboundType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OutboundType
fromString
(String name) Creates or finds a OutboundType from its string representation.static Collection<OutboundType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
LOAD_BALANCER
Static value loadBalancer for OutboundType. -
USER_DEFINED_ROUTING
Static value userDefinedRouting for OutboundType.
-
-
Constructor Details
-
OutboundType
public OutboundType()
-
-
Method Details
-
fromString
Creates or finds a OutboundType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding OutboundType
-
values
- Returns:
- known OutboundType values
-