Class EffectiveRouteState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EffectiveRouteState>
com.azure.resourcemanager.network.models.EffectiveRouteState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class EffectiveRouteState
extends com.azure.core.util.ExpandableStringEnum<EffectiveRouteState>
The value of effective route.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EffectiveRouteStateStatic value Active for EffectiveRouteState.static final EffectiveRouteStateStatic value Invalid for EffectiveRouteState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EffectiveRouteStatefromString(String name) Creates or finds a EffectiveRouteState from its string representation.static Collection<EffectiveRouteState> values()Gets known EffectiveRouteState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACTIVE
Static value Active for EffectiveRouteState. -
INVALID
Static value Invalid for EffectiveRouteState.
-
-
Constructor Details
-
EffectiveRouteState
Deprecated.Use thefromString(String)factory method.Creates a new instance of EffectiveRouteState value.
-
-
Method Details
-
fromString
Creates or finds a EffectiveRouteState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EffectiveRouteState.
-
values
Gets known EffectiveRouteState values.- Returns:
- known EffectiveRouteState values.
-
fromString(String)factory method.