|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualSystemSettingData.AutomaticShutdownAction | |
---|---|
org.jclouds.cim |
Uses of VirtualSystemSettingData.AutomaticShutdownAction in org.jclouds.cim |
---|
Fields in org.jclouds.cim with type parameters of type VirtualSystemSettingData.AutomaticShutdownAction | |
---|---|
protected static Map<Integer,VirtualSystemSettingData.AutomaticShutdownAction> |
VirtualSystemSettingData.AutomaticShutdownAction.AUTOMATIC_SHUTDOWN_ACTION_BY_ID
|
Methods in org.jclouds.cim that return VirtualSystemSettingData.AutomaticShutdownAction | |
---|---|
static VirtualSystemSettingData.AutomaticShutdownAction |
VirtualSystemSettingData.AutomaticShutdownAction.fromValue(String automaticShutdownAction)
|
VirtualSystemSettingData.AutomaticShutdownAction |
VirtualSystemSettingData.getAutomaticShutdownAction()
Action to take for the virtual system when the host is shut down. |
static VirtualSystemSettingData.AutomaticShutdownAction |
VirtualSystemSettingData.AutomaticShutdownAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VirtualSystemSettingData.AutomaticShutdownAction[] |
VirtualSystemSettingData.AutomaticShutdownAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jclouds.cim with parameters of type VirtualSystemSettingData.AutomaticShutdownAction | |
---|---|
VirtualSystemSettingData.Builder |
VirtualSystemSettingData.Builder.automaticShutdownAction(VirtualSystemSettingData.AutomaticShutdownAction automaticShutdownAction)
|
Constructors in org.jclouds.cim with parameters of type VirtualSystemSettingData.AutomaticShutdownAction | |
---|---|
VirtualSystemSettingData(String elementName,
String instanceID,
String caption,
String description,
VirtualSystemSettingData.AutomaticRecoveryAction automaticRecoveryAction,
VirtualSystemSettingData.AutomaticShutdownAction automaticShutdownAction,
VirtualSystemSettingData.AutomaticStartupAction automaticStartupAction,
Long automaticStartupActionDelay,
Integer automaticStartupActionSequenceNumber,
URI configurationDataRoot,
URI configurationFile,
String configurationID,
Date creationTime,
URI logDataRoot,
URI recoveryFile,
URI snapshotDataRoot,
URI suspendDataRoot,
URI swapFileDataRoot,
String virtualSystemIdentifier,
Iterable<String> virtualSystemTypes,
String notes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |