Class RebootType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<RebootType>
com.microsoft.azure.management.redis.RebootType
Defines values for RebootType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RebootType
Static value AllNodes for RebootType.static final RebootType
Static value PrimaryNode for RebootType.static final RebootType
Static value SecondaryNode for RebootType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RebootType
fromString
(String name) Creates or finds a RebootType from its string representation.static Collection<RebootType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
PRIMARY_NODE
Static value PrimaryNode for RebootType. -
SECONDARY_NODE
Static value SecondaryNode for RebootType. -
ALL_NODES
Static value AllNodes for RebootType.
-
-
Constructor Details
-
RebootType
public RebootType()
-
-
Method Details
-
fromString
Creates or finds a RebootType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding RebootType
-
values
- Returns:
- known RebootType values
-