public final class RebootType extends com.azure.core.util.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() |
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 for.public static Collection<RebootType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.