public enum ComputeNodeRebootOption extends Enum<ComputeNodeRebootOption>
Enum Constant and Description |
---|
REQUEUE
Enum value requeue.
|
RETAINED_DATA
Enum value retainedData.
|
TASK_COMPLETION
Enum value taskCompletion.
|
TERMINATE
Enum value terminate.
|
Modifier and Type | Method and Description |
---|---|
static ComputeNodeRebootOption |
fromString(String value)
Parses a serialized value to a ComputeNodeRebootOption instance.
|
String |
toString() |
static ComputeNodeRebootOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeNodeRebootOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeNodeRebootOption REQUEUE
public static final ComputeNodeRebootOption TERMINATE
public static final ComputeNodeRebootOption TASK_COMPLETION
public static final ComputeNodeRebootOption RETAINED_DATA
public static ComputeNodeRebootOption[] values()
for (ComputeNodeRebootOption c : ComputeNodeRebootOption.values()) System.out.println(c);
public static ComputeNodeRebootOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ComputeNodeRebootOption fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<ComputeNodeRebootOption>
Copyright © 2019. All rights reserved.