Class FailoverTestStatusForSingleTest
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FailoverTestStatusForSingleTest>
com.azure.resourcemanager.network.models.FailoverTestStatusForSingleTest
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class FailoverTestStatusForSingleTest
extends com.azure.core.util.ExpandableStringEnum<FailoverTestStatusForSingleTest>
The current status of the test.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FailoverTestStatusForSingleTestStatic value Completed for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestStatic value Expired for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestStatic value Invalid for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestStatic value NotStarted for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestStatic value Running for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestStatic value StartFailed for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestStatic value Starting for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestStatic value StopFailed for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestStatic value Stopping for FailoverTestStatusForSingleTest. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a FailoverTestStatusForSingleTest from its string representation.values()Gets known FailoverTestStatusForSingleTest values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NOT_STARTED
Static value NotStarted for FailoverTestStatusForSingleTest. -
STARTING
Static value Starting for FailoverTestStatusForSingleTest. -
RUNNING
Static value Running for FailoverTestStatusForSingleTest. -
START_FAILED
Static value StartFailed for FailoverTestStatusForSingleTest. -
STOPPING
Static value Stopping for FailoverTestStatusForSingleTest. -
COMPLETED
Static value Completed for FailoverTestStatusForSingleTest. -
STOP_FAILED
Static value StopFailed for FailoverTestStatusForSingleTest. -
INVALID
Static value Invalid for FailoverTestStatusForSingleTest. -
EXPIRED
Static value Expired for FailoverTestStatusForSingleTest.
-
-
Constructor Details
-
FailoverTestStatusForSingleTest
Deprecated.Use thefromString(String)factory method.Creates a new instance of FailoverTestStatusForSingleTest value.
-
-
Method Details
-
fromString
Creates or finds a FailoverTestStatusForSingleTest from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FailoverTestStatusForSingleTest.
-
values
Gets known FailoverTestStatusForSingleTest values.- Returns:
- known FailoverTestStatusForSingleTest values.
-
fromString(String)factory method.