public final class ExpressRoutePeeringState extends ExpandableStringEnum<ExpressRoutePeeringState>
Modifier and Type | Field and Description |
---|---|
static ExpressRoutePeeringState |
DISABLED
Static value Disabled for ExpressRoutePeeringState.
|
static ExpressRoutePeeringState |
ENABLED
Static value Enabled for ExpressRoutePeeringState.
|
Constructor and Description |
---|
ExpressRoutePeeringState() |
Modifier and Type | Method and Description |
---|---|
static ExpressRoutePeeringState |
fromString(String name)
Creates or finds a ExpressRoutePeeringState from its string representation.
|
static Collection<ExpressRoutePeeringState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ExpressRoutePeeringState DISABLED
public static final ExpressRoutePeeringState ENABLED
public static ExpressRoutePeeringState fromString(String name)
name
- a name to look forpublic static Collection<ExpressRoutePeeringState> values()
Copyright © 2019. All rights reserved.