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.Builderbuilder()booleanCIM OSType of the imageinthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()static CIMOperatingSystemtoComputeOs(Envelope ovf) static CIMOperatingSystemMethods 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:
 hashCodein classOperatingSystem
 - 
equals
- Overrides:
 equalsin classOperatingSystem
 - 
string
protected com.google.common.base.MoreObjects.ToStringHelper string()- Overrides:
 stringin classOperatingSystem
 
 -