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
Disabled. |
|
static final
Express |
ENABLED
Enabled. |
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
Disabled.
ENABLED
public static final ExpressRoutePeeringState ENABLED
Enabled.
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<ExpressRoutePeeringState> values()
Gets known ExpressRoutePeeringState values.
Returns: