public final class EffectiveRouteSource extends com.microsoft.rest.ExpandableStringEnum<EffectiveRouteSource>
| Modifier and Type | Field and Description |
|---|---|
static EffectiveRouteSource |
DEFAULT
Static value Default for EffectiveRouteSource.
|
static EffectiveRouteSource |
UNKNOWN
Static value Unknown for EffectiveRouteSource.
|
static EffectiveRouteSource |
USER
Static value User for EffectiveRouteSource.
|
static EffectiveRouteSource |
VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for EffectiveRouteSource.
|
| Constructor and Description |
|---|
EffectiveRouteSource() |
| Modifier and Type | Method and Description |
|---|---|
static EffectiveRouteSource |
fromString(String name)
Creates or finds a EffectiveRouteSource from its string representation.
|
static Collection<EffectiveRouteSource> |
values() |
public static final EffectiveRouteSource UNKNOWN
public static final EffectiveRouteSource USER
public static final EffectiveRouteSource VIRTUAL_NETWORK_GATEWAY
public static final EffectiveRouteSource DEFAULT
public static EffectiveRouteSource fromString(String name)
name - a name to look forpublic static Collection<EffectiveRouteSource> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/