|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.dmtf.cim.VirtualSystemSettingData
public class VirtualSystemSettingData
VirtualSystemSettingData defines the virtual aspects of a virtual system through a set of
virtualization specific properties.
VirtualSystemSettingData is also used as the top level class of virtual system configurations.
Virtual system configurations model configuration information about virtual systems and their
components. A virtual system configuration consists of one top-level instance of class
VirtualSystemSettingData that aggregates a number of instances of class
ResourceAllocationSettingData, using association {@link ConcreteComponent).
Virtual system configurations may for example be used to reflect configurations of:
| Nested Class Summary | |
|---|---|
static class |
VirtualSystemSettingData.AutomaticRecoveryAction
Action to take for the virtual system when the software executed by the virtual system fails. |
static class |
VirtualSystemSettingData.AutomaticShutdownAction
Action to take for the virtual system when the host is shut down. |
static class |
VirtualSystemSettingData.AutomaticStartupAction
Action to take for the virtual system when the host is started. |
static class |
VirtualSystemSettingData.Builder<B extends VirtualSystemSettingData.Builder<B>>
|
| Method Summary | |
|---|---|
static VirtualSystemSettingData.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
VirtualSystemSettingData.AutomaticRecoveryAction |
getAutomaticRecoveryAction()
Action to take for the virtual system when the software executed by the virtual system fails. |
VirtualSystemSettingData.AutomaticShutdownAction |
getAutomaticShutdownAction()
Action to take for the virtual system when the host is shut down. |
VirtualSystemSettingData.AutomaticStartupAction |
getAutomaticStartupAction()
Action to take for the virtual system when the host is started. |
BigInteger |
getAutomaticStartupActionDelay()
Delay applicable to startup action. |
Long |
getAutomaticStartupActionSequenceNumber()
Number indicating the relative sequence of virtual system activation when the host system is started. |
String |
getCaption()
The Caption property is a short textual description (one- line string) of the object. |
String |
getConfigurationDataRoot()
Filepath of a directory where information about the virtual system configuration is stored. |
String |
getConfigurationFile()
Filepath of a file where information about the virtual system configuration is stored. |
String |
getConfigurationID()
Unique id of the virtual system configuration. |
Date |
getCreationTime()
Time when the virtual system configuration was created. |
String |
getDescription()
The Description property provides a textual description of the object. |
String |
getElementName()
The user-friendly name for this instance of SettingData. |
String |
getInstanceID()
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. |
String |
getLogDataRoot()
Filepath of a directory where log information about the virtual system is stored. |
String |
getNotes()
End-user supplied notes that are related to the virtual system. |
String |
getRecoveryFile()
Filepath of a file where recovery relateded information of the virtual system is stored. |
String |
getSnapshotDataRoot()
Filepath of a directory where information about virtual system snapshots is stored. |
String |
getSuspendDataRoot()
Filepath of a directory where suspend related information about the virtual system is stored. |
String |
getSwapFileDataRoot()
Filepath of a directory where swapfiles of the virtual system are stored. |
String |
getVirtualSystemIdentifier()
VirtualSystemIdentifier shall reflect a unique name for the system as it is used within the virtualization platform. |
String |
getVirtualSystemType()
VirtualSystemType shall reflect a particular type of virtual system. |
int |
hashCode()
|
VirtualSystemSettingData.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static VirtualSystemSettingData.Builder<?> builder()
public VirtualSystemSettingData.Builder<?> toBuilder()
public String getElementName()
public String getInstanceID()
public String getCaption()
public String getDescription()
public VirtualSystemSettingData.AutomaticRecoveryAction getAutomaticRecoveryAction()
public VirtualSystemSettingData.AutomaticShutdownAction getAutomaticShutdownAction()
public VirtualSystemSettingData.AutomaticStartupAction getAutomaticStartupAction()
public BigInteger getAutomaticStartupActionDelay()
public Long getAutomaticStartupActionSequenceNumber()
public String getConfigurationDataRoot()
public String getConfigurationFile()
getConfigurationDataRoot() property.
Format shall be String based on RFC-2079.
public String getConfigurationID()
public Date getCreationTime()
public String getLogDataRoot()
getConfigurationDataRoot() property.
Format shall be String based on RFC-2079.
public String getRecoveryFile()
public String getSnapshotDataRoot()
getConfigurationDataRoot() property.
Format shall be String based on RFC-2079.
public String getSuspendDataRoot()
getConfigurationDataRoot() property.
Format shall be String based on RFC-2079.
public String getSwapFileDataRoot()
getConfigurationDataRoot() property.
Format shall be String based on RFC-2079.
public String getVirtualSystemIdentifier()
public String getVirtualSystemType()
public String getNotes()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||