EffectiveRouteState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. EffectiveRouteState
- com.
- com.
public final class EffectiveRouteState
extends ExpandableStringEnum<EffectiveRouteState>
The value of effective route.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Effective |
ACTIVE
Static value Active for Effective |
static final
Effective |
INVALID
Static value Invalid for Effective |
Constructor Summary
Constructor | Description |
---|---|
EffectiveRouteState() |
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
ACTIVE
public static final EffectiveRouteState ACTIVE
Static value Active for EffectiveRouteState.
INVALID
public static final EffectiveRouteState INVALID
Static value Invalid for EffectiveRouteState.
Constructor Details
EffectiveRouteState
@Deprecated
public EffectiveRouteState()
Deprecated
Creates a new instance of EffectiveRouteState value.
Method Details
fromString
public static EffectiveRouteState fromString(String name)
Creates or finds a EffectiveRouteState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known EffectiveRouteState values.
Returns:
Applies to
Azure SDK for Java