@Beta public class CIMOperatingSystem extends OperatingSystem
| Modifier and Type | Class and Description |
|---|---|
static class |
CIMOperatingSystem.Builder |
arch, description, family, is64Bit, name, version| Modifier | Constructor and Description |
|---|---|
protected |
CIMOperatingSystem() |
|
CIMOperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit,
OSType osType) |
|
CIMOperatingSystem(OSType osType,
String version,
String arch,
String description) |
| Modifier and Type | Method and Description |
|---|---|
static CIMOperatingSystem.Builder |
builder() |
boolean |
equals(Object obj) |
OSType |
getOsType()
CIM OSType of the image
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
static CIMOperatingSystem |
toComputeOs(Envelope ovf) |
static CIMOperatingSystem |
toComputeOs(OperatingSystemSection os) |
getArch, getDescription, getFamily, getName, getVersion, is64Bit, toBuilder, toStringprotected CIMOperatingSystem()
public CIMOperatingSystem(OSType osType, String version, String arch, String description)
public static CIMOperatingSystem.Builder builder()
public static CIMOperatingSystem toComputeOs(OperatingSystemSection os)
public static CIMOperatingSystem toComputeOs(Envelope ovf)
public OSType getOsType()
public int hashCode()
hashCode in class OperatingSystempublic boolean equals(Object obj)
equals in class OperatingSystemprotected com.google.common.base.Objects.ToStringHelper string()
string in class OperatingSystemCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.