| Package | Description | 
|---|---|
| org.jclouds.dmtf.cim | 
| Modifier and Type | Field and Description | 
|---|---|
protected static Map<Integer,VirtualSystemSettingData.AutomaticStartupAction> | 
VirtualSystemSettingData.AutomaticStartupAction.AUTOMATIC_STARTUP_ACTION_BY_ID  | 
| Modifier and Type | Method and Description | 
|---|---|
static VirtualSystemSettingData.AutomaticStartupAction | 
VirtualSystemSettingData.AutomaticStartupAction.fromValue(String automaticStartupAction)  | 
VirtualSystemSettingData.AutomaticStartupAction | 
VirtualSystemSettingData.getAutomaticStartupAction()
Action to take for the virtual system when the host is started. 
 | 
static VirtualSystemSettingData.AutomaticStartupAction | 
VirtualSystemSettingData.AutomaticStartupAction.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static VirtualSystemSettingData.AutomaticStartupAction[] | 
VirtualSystemSettingData.AutomaticStartupAction.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.automaticStartupAction(VirtualSystemSettingData.AutomaticStartupAction automaticStartupAction)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.