|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ovf.Section<OperatingSystemSection>
org.jclouds.ovf.OperatingSystemSection
org.jclouds.vcloud.domain.ovf.VCloudOperatingSystemSection
public class VCloudOperatingSystemSection
A description of the operating system supported by a virtual machine.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jclouds.ovf.OperatingSystemSection |
|---|
OperatingSystemSection.Builder |
| Field Summary | |
|---|---|
protected ReferenceType |
edit
|
protected URI |
href
|
protected String |
type
|
protected String |
vmwOsType
|
| Fields inherited from class org.jclouds.ovf.OperatingSystemSection |
|---|
description, id |
| Fields inherited from class org.jclouds.ovf.Section |
|---|
info |
| Constructor Summary | |
|---|---|
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ReferenceType |
getEdit()
|
URI |
getHref()
|
String |
getType()
|
String |
getVmwOsType()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.jclouds.ovf.OperatingSystemSection |
|---|
builder, getDescription, getId, toBuilder |
| Methods inherited from class org.jclouds.ovf.Section |
|---|
getInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String type
protected final URI href
@Nullable protected final String vmwOsType
protected final ReferenceType edit
| Constructor Detail |
|---|
public VCloudOperatingSystemSection(@Nullable
Integer id,
@Nullable
String info,
@Nullable
String description,
String type,
URI href,
@Nullable
String vmwOsType,
ReferenceType edit)
| Method Detail |
|---|
public String getType()
public URI getHref()
public String getVmwOsType()
public ReferenceType getEdit()
public String toString()
toString in class OperatingSystemSectionpublic int hashCode()
hashCode in class OperatingSystemSectionpublic boolean equals(Object obj)
equals in class OperatingSystemSection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||