Class ExpressRoutePeeringState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExpressRoutePeeringState>
-
- com.azure.resourcemanager.network.models.ExpressRoutePeeringState
-
public final class ExpressRoutePeeringState extends com.azure.core.util.ExpandableStringEnum<ExpressRoutePeeringState>
Defines values for ExpressRoutePeeringState.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressRoutePeeringStateDISABLEDStatic value Disabled for ExpressRoutePeeringState.static ExpressRoutePeeringStateENABLEDStatic value Enabled for ExpressRoutePeeringState.
-
Constructor Summary
Constructors Constructor Description ExpressRoutePeeringState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpressRoutePeeringStatefromString(String name)Creates or finds a ExpressRoutePeeringState from its string representation.static Collection<ExpressRoutePeeringState>values()
-
-
-
Field Detail
-
DISABLED
public static final ExpressRoutePeeringState DISABLED
Static value Disabled for ExpressRoutePeeringState.
-
ENABLED
public static final ExpressRoutePeeringState ENABLED
Static value Enabled for ExpressRoutePeeringState.
-
-
Method Detail
-
fromString
public static ExpressRoutePeeringState fromString(String name)
Creates or finds a ExpressRoutePeeringState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRoutePeeringState.
-
values
public static Collection<ExpressRoutePeeringState> values()
- Returns:
- known ExpressRoutePeeringState values.
-
-