Package org.jclouds.cim
Class VirtualSystemSettingData
java.lang.Object
org.jclouds.cim.SettingData
org.jclouds.cim.ManagedElement
org.jclouds.cim.VirtualSystemSettingData
- All Implemented Interfaces:
Comparable<SettingData>
CIM_VirtualSystemSettingData defines the virtual aspects of a virtual system through a set of
virtualization specific properties. CIM_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 CIM_VirtualSystemSettingData that aggregates a number of
instances of class CIM_ResourceAllocationSettingData, using association CIM_ConcreteComponent.
Virtual system configurations may for example be used to reflect configurations of - virtual
systems that are defined at a virtualization platform, - virtual systems that are currently
active, - input requests to create new virtual systems, - input requests to modify existing
virtual systems, or - snapshots of virtual systems.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Action to take for the virtual system when the software executed by the virtual system fails.static enum
Action to take for the virtual system when the host is shut down.static enum
Action to take for the virtual system when the host is started.static class
-
Field Summary
Fields inherited from class org.jclouds.cim.ManagedElement
caption, description
Fields inherited from class org.jclouds.cim.SettingData
elementName, instanceID
-
Constructor Summary
ConstructorsConstructorDescriptionVirtualSystemSettingData
(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) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Action to take for the virtual system when the software executed by the virtual system fails.Action to take for the virtual system when the host is shut down.Action to take for the virtual system when the host is started.Delay applicable to startup action.Number indicating the relative sequence of virtual system activation when the host system is started.Filepath of a directory where information about the virtual system configuration is stored.Format shall be URI based on RFC 2079.Filepath of a file where information about the virtual system configuration is stored.Unique id of the virtual system configuration.Time when the virtual system configuration was created.Filepath of a directory where log information about the virtual system is stored.getNotes()
End-user supplied notes that are related to the virtual system.Filepath of a file where recovery related information of the virtual system is stored.Format shall be URI based on RFC 2079.Filepath of a directory where information about virtual system snapshots is stored.Filepath of a directory where suspend related information about the virtual system is stored.Filepath of a directory where swapfiles of the virtual system are stored.VirtualSystemIdentifier shall reflect a unique name for the system as it is used within the virtualization platform.VirtualSystemType shall reflect a particular type of virtual system.int
hashCode()
toString()
Methods inherited from class org.jclouds.cim.ManagedElement
getCaption, getDescription
Methods inherited from class org.jclouds.cim.SettingData
compareTo, getElementName, getInstanceID
-
Constructor Details
-
VirtualSystemSettingData
public 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)
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilder
in classManagedElement
-
getAutomaticRecoveryAction
Action to take for the virtual system when the software executed by the virtual system fails. Failures in this case means a failure that is detectable by the host platform, such as a non-interruptible wait state condition. -
getAutomaticShutdownAction
Action to take for the virtual system when the host is shut down. -
getAutomaticStartupAction
Action to take for the virtual system when the host is started. -
getAutomaticStartupActionDelay
Delay applicable to startup action. The value shall be in the interval variant of the datetime datatype. -
getAutomaticStartupActionSequenceNumber
Number indicating the relative sequence of virtual system activation when the host system is started. A lower number indicates earlier activation. If one or more configurations show the same value, the sequence is implementation dependent. A value of 0 indicates that the sequence is implementation dependent. -
getConfigurationDataRoot
Filepath of a directory where information about the virtual system configuration is stored.Format shall be URI based on RFC 2079. -
getConfigurationFile
Filepath of a file where information about the virtual system configuration is stored. A relative path appends to the value of the ConfigurationDataRoot property.Format shall be URI based on RFC 2079. -
getConfigurationID
Unique id of the virtual system configuration. Note that the ConfigurationID is different from the InstanceID as it is assigned by the implementation to a virtual system or a virtual system configuration. It is not a key, and the same value may occur within more than one instance. -
getCreationTime
Time when the virtual system configuration was created. -
getLogDataRoot
Filepath of a directory where log information about the virtual system is stored. A relative path appends to the value of the ConfigurationDataRoot property.Format shall be URI based on RFC 2079. -
getRecoveryFile
Filepath of a file where recovery related information of the virtual system is stored.Format shall be URI based on RFC 2079. -
getSnapshotDataRoot
Filepath of a directory where information about virtual system snapshots is stored. A relative path appends to the value of the ConfigurationDataRoot property.Format shall be URI based on RFC 2079. -
getSuspendDataRoot
Filepath of a directory where suspend related information about the virtual system is stored. A relative path appends to the value of the ConfigurationDataRoot property.Format shall be URI based on RFC 2079. -
getSwapFileDataRoot
Filepath of a directory where swapfiles of the virtual system are stored. A relative path appends to the value of the ConfigurationDataRoot property.Format shall be URI based on RFC 2079. -
getVirtualSystemIdentifier
VirtualSystemIdentifier shall reflect a unique name for the system as it is used within the virtualization platform. Note that the VirtualSystemIdentifier is not the hostname assigned to the operating system instance running within the virtual system, nor is it an IP address or MAC address assigned to any of its network ports. On create requests VirtualSystemIdentifier may contain implementation specific rules (like simple patterns or regular expression) that may be interpreted by the implementation when assigning a VirtualSystemIdentifier. -
getVirtualSystemTypes
VirtualSystemType shall reflect a particular type of virtual system. -
getNotes
End-user supplied notes that are related to the virtual system. -
hashCode
public int hashCode()- Overrides:
hashCode
in classSettingData
-
equals
- Overrides:
equals
in classSettingData
-
toString
- Overrides:
toString
in classManagedElement
-