public static enum VirtualMachineLauncher.RevertPolicy extends Enum<VirtualMachineLauncher.RevertPolicy>
| Enum Constant and Description |
|---|
AFTER_CONNECT |
BEFORE_JOB |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static VirtualMachineLauncher.RevertPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineLauncher.RevertPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualMachineLauncher.RevertPolicy AFTER_CONNECT
public static final VirtualMachineLauncher.RevertPolicy BEFORE_JOB
public static VirtualMachineLauncher.RevertPolicy[] values()
for (VirtualMachineLauncher.RevertPolicy c : VirtualMachineLauncher.RevertPolicy.values()) System.out.println(c);
public static VirtualMachineLauncher.RevertPolicy 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 String getLabel()
Copyright © 2016–2020 Dynamo-Media. All rights reserved.