Class FailoverTestType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FailoverTestType>
com.azure.resourcemanager.network.models.FailoverTestType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class FailoverTestType
extends com.azure.core.util.ExpandableStringEnum<FailoverTestType>
The type of failover test.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FailoverTestTypeStatic value All for FailoverTestType.static final FailoverTestTypeStatic value MultiSiteFailover for FailoverTestType.static final FailoverTestTypeStatic value SingleSiteFailover for FailoverTestType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FailoverTestTypefromString(String name) Creates or finds a FailoverTestType from its string representation.static Collection<FailoverTestType> values()Gets known FailoverTestType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SINGLE_SITE_FAILOVER
Static value SingleSiteFailover for FailoverTestType. -
MULTI_SITE_FAILOVER
Static value MultiSiteFailover for FailoverTestType. -
ALL
Static value All for FailoverTestType.
-
-
Constructor Details
-
FailoverTestType
Deprecated.Use thefromString(String)factory method.Creates a new instance of FailoverTestType value.
-
-
Method Details
-
fromString
Creates or finds a FailoverTestType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FailoverTestType.
-
values
Gets known FailoverTestType values.- Returns:
- known FailoverTestType values.
-
fromString(String)factory method.