public class RebootPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
useHardStop
(boolean)
Whether to use a hard stop when rebooting.
|
static Long |
vmMapFileName
(String)
Name of the file containing a map of each virtual machine name to the
host on which it runs and the path to its configuration file.
|
| Constructor and Description |
|---|
RebootPrms() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getBaseHost(String vm) |
static String |
getConfigurationFileName(String vm) |
static String |
getVMMapFileName() |
static boolean |
useHardStop() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long useHardStop
public static Long vmMapFileName
For example, this line indicates the virtual machine w2-gst-cert-22 runs
on w2-gst-dev41 using the given configuration file:
w2-gst-cert-22 w2-gst-dev41 /w2-gst-dev41a/vms/w2-gst-cert-22/w2-gst-cert-22.vmx
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.