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 SummaryFieldsModifier and TypeFieldDescriptionstatic final EffectiveRouteStateStatic value Active for EffectiveRouteState.static final EffectiveRouteStateStatic value Invalid for EffectiveRouteState.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic EffectiveRouteStatefromString(String name) Creates or finds a EffectiveRouteState from its string representation.static Collection<EffectiveRouteState>values()Methods inherited from class com.microsoft.rest.ExpandableStringEnumequals, fromString, hashCode, toString, values, withNameValue
- 
Field Details- 
ACTIVEStatic value Active for EffectiveRouteState.
- 
INVALIDStatic value Invalid for EffectiveRouteState.
 
- 
- 
Constructor Details- 
EffectiveRouteStatepublic EffectiveRouteState()
 
- 
- 
Method Details- 
fromStringCreates or finds a EffectiveRouteState from its string representation.- Parameters:
- name- a name to look for
- Returns:
- the corresponding EffectiveRouteState
 
- 
values- Returns:
- known EffectiveRouteState values
 
 
-