|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.compute.domain.OperatingSystem
org.jclouds.compute.domain.CIMOperatingSystem
@Beta public class CIMOperatingSystem
Operating system based on DMTF CIM model.
| Nested Class Summary | |
|---|---|
static class |
CIMOperatingSystem.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.compute.domain.OperatingSystem |
|---|
arch, description, family, is64Bit, name, version |
| Constructor Summary | |
|---|---|
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)
|
| Method Summary | |
|---|---|
static CIMOperatingSystem.Builder |
builder()
|
boolean |
equals(Object obj)
|
OSType |
getOsType()
CIM OSType of the image |
int |
hashCode()
|
static CIMOperatingSystem |
toComputeOs(Envelope ovf)
|
static CIMOperatingSystem |
toComputeOs(OperatingSystemSection os)
|
String |
toString()
|
| Methods inherited from class org.jclouds.compute.domain.OperatingSystem |
|---|
getArch, getDescription, getFamily, getName, getVersion, is64Bit, toBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected CIMOperatingSystem()
public CIMOperatingSystem(OSType osType,
String version,
String arch,
String description)
public CIMOperatingSystem(@Nullable
OsFamily family,
@Nullable
String name,
@Nullable
String version,
@Nullable
String arch,
String description,
boolean is64Bit,
OSType osType)
| Method Detail |
|---|
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 OperatingSystempublic String toString()
toString in class OperatingSystem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||