Class RebootType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<RebootType>
com.microsoft.azure.management.redis.RebootType

public final class RebootType extends com.microsoft.rest.ExpandableStringEnum<RebootType>
Defines values for RebootType.
  • Field Details

    • PRIMARY_NODE

      public static final RebootType PRIMARY_NODE
      Static value PrimaryNode for RebootType.
    • SECONDARY_NODE

      public static final RebootType SECONDARY_NODE
      Static value SecondaryNode for RebootType.
    • ALL_NODES

      public static final RebootType ALL_NODES
      Static value AllNodes for RebootType.
  • Constructor Details

    • RebootType

      public RebootType()
  • Method Details

    • fromString

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

      public static Collection<RebootType> values()
      Returns:
      known RebootType values