public final class EffectiveRouteState extends com.microsoft.rest.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 forpublic static Collection<EffectiveRouteState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/