Package org.jclouds.compute.domain
Class CIMOperatingSystem
java.lang.Object
org.jclouds.compute.domain.OperatingSystem
org.jclouds.compute.domain.CIMOperatingSystem
Operating system based on DMTF CIM model.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.compute.domain.OperatingSystem
arch, description, family, is64Bit, name, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CIMOperatingSystem.Builder
builder()
boolean
CIM OSType of the imageint
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
static CIMOperatingSystem
toComputeOs
(Envelope ovf) static CIMOperatingSystem
Methods inherited from class org.jclouds.compute.domain.OperatingSystem
getArch, getDescription, getFamily, getName, getVersion, is64Bit, toBuilder, toString
-
Constructor Details
-
CIMOperatingSystem
protected CIMOperatingSystem() -
CIMOperatingSystem
-
CIMOperatingSystem
-
-
Method Details
-
builder
-
toComputeOs
-
toComputeOs
-
getOsType
CIM OSType of the image -
hashCode
public int hashCode()- Overrides:
hashCode
in classOperatingSystem
-
equals
- Overrides:
equals
in classOperatingSystem
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()- Overrides:
string
in classOperatingSystem
-