ExpressRoutePeeringState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ExpressRoutePeeringState
- com.
- com.
public final class ExpressRoutePeeringState
extends ExpandableStringEnum<ExpressRoutePeeringState>
The state of peering.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Express |
DISABLED
Static value Disabled for Express |
static final
Express |
ENABLED
Static value Enabled for Express |
Constructor Summary
Constructor | Description |
---|---|
ExpressRoutePeeringState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromString(String name)
Creates or finds a Express |
static
Collection<Express |
values()
Gets known Express |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final ExpressRoutePeeringState DISABLED
Static value Disabled for ExpressRoutePeeringState.
ENABLED
public static final ExpressRoutePeeringState ENABLED
Static value Enabled for ExpressRoutePeeringState.
Constructor Details
ExpressRoutePeeringState
@Deprecated
public ExpressRoutePeeringState()
Deprecated
Creates a new instance of ExpressRoutePeeringState value.
Method Details
fromString
public static ExpressRoutePeeringState fromString(String name)
Creates or finds a ExpressRoutePeeringState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ExpressRoutePeeringState values.
Returns:
Applies to
Azure SDK for Java