Class EffectiveRouteState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<EffectiveRouteState>
-
- com.azure.resourcemanager.network.models.EffectiveRouteState
-
public final class EffectiveRouteState extends com.azure.core.util.ExpandableStringEnum<EffectiveRouteState>
Defines values for EffectiveRouteState.
-
-
Field Summary
Fields Modifier and Type Field Description static EffectiveRouteStateACTIVEStatic value Active for EffectiveRouteState.static EffectiveRouteStateINVALIDStatic value Invalid for EffectiveRouteState.
-
Constructor Summary
Constructors Constructor Description EffectiveRouteState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EffectiveRouteStatefromString(String name)Creates or finds a EffectiveRouteState from its string representation.static Collection<EffectiveRouteState>values()
-
-
-
Field Detail
-
ACTIVE
public static final EffectiveRouteState ACTIVE
Static value Active for EffectiveRouteState.
-
INVALID
public static final EffectiveRouteState INVALID
Static value Invalid for EffectiveRouteState.
-
-
Method Detail
-
fromString
public static EffectiveRouteState fromString(String name)
Creates or finds a EffectiveRouteState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EffectiveRouteState.
-
values
public static Collection<EffectiveRouteState> values()
- Returns:
- known EffectiveRouteState values.
-
-