public final class RebootType extends com.microsoft.rest.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 forpublic static Collection<RebootType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/