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 Details

    • SINGLE_SITE_FAILOVER

      public static final FailoverTestType SINGLE_SITE_FAILOVER
      Static value SingleSiteFailover for FailoverTestType.
    • MULTI_SITE_FAILOVER

      public static final FailoverTestType MULTI_SITE_FAILOVER
      Static value MultiSiteFailover for FailoverTestType.
    • ALL

      public static final FailoverTestType ALL
      Static value All for FailoverTestType.
  • Constructor Details

    • FailoverTestType

      @Deprecated public FailoverTestType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of FailoverTestType value.
  • Method Details

    • fromString

      public static FailoverTestType fromString(String name)
      Creates or finds a FailoverTestType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding FailoverTestType.
    • values

      public static Collection<FailoverTestType> values()
      Gets known FailoverTestType values.
      Returns:
      known FailoverTestType values.