public final class EffectiveRouteState extends com.azure.core.util.ExpandableStringEnum<EffectiveRouteState>
| Modifier and Type | Field and Description |
|---|---|
static EffectiveRouteState |
ACTIVE
Static value Active for EffectiveRouteState.
|
static EffectiveRouteState |
INVALID
Static value Invalid for EffectiveRouteState.
|
| Constructor and Description |
|---|
EffectiveRouteState() |
| Modifier and Type | Method and Description |
|---|---|
static EffectiveRouteState |
fromString(String name)
Creates or finds a EffectiveRouteState from its string representation.
|
static Collection<EffectiveRouteState> |
values() |
public static final EffectiveRouteState ACTIVE
public static final EffectiveRouteState INVALID
public static EffectiveRouteState fromString(String name)
name - a name to look for.public static Collection<EffectiveRouteState> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.