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
Active. |
|
static final
Effective |
INVALID
Invalid. |
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
Active.
INVALID
public static final EffectiveRouteState INVALID
Invalid.
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<EffectiveRouteState> values()
Gets known EffectiveRouteState values.
Returns: