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