public final class RebootType extends ExpandableStringEnum<RebootType>
Modifier and Type | Field and Description |
---|---|
static RebootType |
ALL_NODES
Static value AllNodes for RebootType.
|
static RebootType |
PRIMARY_NODE
Static value PrimaryNode for RebootType.
|
static RebootType |
SECONDARY_NODE
Static value SecondaryNode for RebootType.
|
Constructor and Description |
---|
RebootType() |
Modifier and Type | Method and Description |
---|---|
static RebootType |
fromString(String name)
Creates or finds a RebootType from its string representation.
|
static Collection<RebootType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final RebootType PRIMARY_NODE
public static final RebootType SECONDARY_NODE
public static final RebootType ALL_NODES
public static RebootType fromString(String name)
name
- a name to look forpublic static Collection<RebootType> values()
Copyright © 2019. All rights reserved.