public final class RebootType extends Object
| 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(String value)
Creates a custom value for RebootType.
|
public static final RebootType PRIMARY_NODE
public static final RebootType SECONDARY_NODE
public static final RebootType ALL_NODES
public RebootType(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/