FailoverTestStatusForSingleTest Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. FailoverTestStatusForSingleTest
- com.
- com.
public final class FailoverTestStatusForSingleTest
extends ExpandableStringEnum<FailoverTestStatusForSingleTest>
The current status of the test.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Failover |
COMPLETED
Static value Completed for Failover |
static final
Failover |
EXPIRED
Static value Expired for Failover |
static final
Failover |
INVALID
Static value Invalid for Failover |
static final
Failover |
NOT_STARTED
Static value Not |
static final
Failover |
RUNNING
Static value Running for Failover |
static final
Failover |
STARTING
Static value Starting for Failover |
static final
Failover |
START_FAILED
Static value Start |
static final
Failover |
STOPPING
Static value Stopping for Failover |
static final
Failover |
STOP_FAILED
Static value Stop |
Constructor Summary
Constructor | Description |
---|---|
FailoverTestStatusForSingleTest() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Failover |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Failover |
fromString(String name)
Creates or finds a Failover |
static
Collection<Failover |
values()
Gets known Failover |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMPLETED
public static final FailoverTestStatusForSingleTest COMPLETED
Static value Completed for FailoverTestStatusForSingleTest.
EXPIRED
public static final FailoverTestStatusForSingleTest EXPIRED
Static value Expired for FailoverTestStatusForSingleTest.
INVALID
public static final FailoverTestStatusForSingleTest INVALID
Static value Invalid for FailoverTestStatusForSingleTest.
NOT_STARTED
public static final FailoverTestStatusForSingleTest NOT_STARTED
Static value NotStarted for FailoverTestStatusForSingleTest.
RUNNING
public static final FailoverTestStatusForSingleTest RUNNING
Static value Running for FailoverTestStatusForSingleTest.
STARTING
public static final FailoverTestStatusForSingleTest STARTING
Static value Starting for FailoverTestStatusForSingleTest.
START_FAILED
public static final FailoverTestStatusForSingleTest START_FAILED
Static value StartFailed for FailoverTestStatusForSingleTest.
STOPPING
public static final FailoverTestStatusForSingleTest STOPPING
Static value Stopping for FailoverTestStatusForSingleTest.
STOP_FAILED
public static final FailoverTestStatusForSingleTest STOP_FAILED
Static value StopFailed for FailoverTestStatusForSingleTest.
Constructor Details
FailoverTestStatusForSingleTest
@Deprecated
public FailoverTestStatusForSingleTest()
Deprecated
Creates a new instance of FailoverTestStatusForSingleTest value.
Method Details
fromString
public static FailoverTestStatusForSingleTest fromString(String name)
Creates or finds a FailoverTestStatusForSingleTest from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known FailoverTestStatusForSingleTest values.
Returns: