Package | Description |
---|---|
org.jclouds.dmtf.cim |
Modifier and Type | Field and Description |
---|---|
protected static Map<Integer,VirtualSystemSettingData.AutomaticShutdownAction> |
VirtualSystemSettingData.AutomaticShutdownAction.AUTOMATIC_SHUTDOWN_ACTION_BY_ID |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
B |
VirtualSystemSettingData.Builder.automaticShutdownAction(VirtualSystemSettingData.AutomaticShutdownAction automaticShutdownAction) |
Copyright © 2009-2013 jclouds. All Rights Reserved.