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