public final class EffectiveRouteState extends Object
| 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(String value)
Creates a custom value for EffectiveRouteState.
|
public static final EffectiveRouteState ACTIVE
public static final EffectiveRouteState INVALID
public EffectiveRouteState(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/