EffectiveRouteSource Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. EffectiveRouteSource
- com.
- com.
public final class EffectiveRouteSource
extends ExpandableStringEnum<EffectiveRouteSource>
Who created the route.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Effective |
DEFAULT
Static value Default for Effective |
static final
Effective |
UNKNOWN
Static value Unknown for Effective |
static final
Effective |
USER
Static value User for Effective |
static final
Effective |
VIRTUAL_NETWORK_GATEWAY
Static value Virtual |
Constructor Summary
Constructor | Description |
---|---|
EffectiveRouteSource() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Effective |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Effective |
fromString(String name)
Creates or finds a Effective |
static
Collection<Effective |
values()
Gets known Effective |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final EffectiveRouteSource DEFAULT
Static value Default for EffectiveRouteSource.
UNKNOWN
public static final EffectiveRouteSource UNKNOWN
Static value Unknown for EffectiveRouteSource.
USER
public static final EffectiveRouteSource USER
Static value User for EffectiveRouteSource.
VIRTUAL_NETWORK_GATEWAY
public static final EffectiveRouteSource VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for EffectiveRouteSource.
Constructor Details
EffectiveRouteSource
@Deprecated
public EffectiveRouteSource()
Deprecated
Creates a new instance of EffectiveRouteSource value.
Method Details
fromString
public static EffectiveRouteSource fromString(String name)
Creates or finds a EffectiveRouteSource from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known EffectiveRouteSource values.
Returns:
Applies to
Azure SDK for Java