OperationalState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. hybridnetwork. models. OperationalState
- com.
- com.
public final class OperationalState
extends ExpandableStringEnum<OperationalState>
The operational state of the role instance.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Operational |
RUNNING
Static value Running for Operational |
|
static final
Operational |
STARTING
Static value Starting for Operational |
|
static final
Operational |
STOPPED
Static value Stopped for Operational |
|
static final
Operational |
STOPPING
Static value Stopping for Operational |
|
static final
Operational |
UNKNOWN
Static value Unknown for Operational |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OperationalState() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Operational |
fromString(String name)
Creates or finds a Operational |
|
static
Collection<Operational |
values()
Gets known Operational |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
RUNNING
public static final OperationalState RUNNING
Static value Running for OperationalState.
STARTING
public static final OperationalState STARTING
Static value Starting for OperationalState.
STOPPED
public static final OperationalState STOPPED
Static value Stopped for OperationalState.
STOPPING
public static final OperationalState STOPPING
Static value Stopping for OperationalState.
UNKNOWN
public static final OperationalState UNKNOWN
Static value Unknown for OperationalState.
Constructor Details
OperationalState
public OperationalState()
Method Details
fromString
public static OperationalState fromString(String name)
Creates or finds a OperationalState from its string representation.
Parameters:
Returns:
values
public static Collection<OperationalState> values()
Gets known OperationalState values.
Returns: