public final class EffectiveRouteSource extends 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() |
equals, fromString, hashCode, toString, values, withNameValue
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 © 2019. All rights reserved.