public class VCloudOperatingSystemSection
extends org.jclouds.ovf.OperatingSystemSection
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
edit |
protected URI |
href |
protected String |
type |
protected String |
vmwOsType |
| Constructor and Description |
|---|
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ReferenceType |
getEdit() |
URI |
getHref() |
String |
getType() |
String |
getVmwOsType() |
int |
hashCode() |
String |
toString() |
protected final String type
protected final URI href
@Nullable protected final String vmwOsType
protected final ReferenceType edit
public String getType()
public URI getHref()
public String getVmwOsType()
public ReferenceType getEdit()
public String toString()
toString in class org.jclouds.ovf.OperatingSystemSectionpublic int hashCode()
hashCode in class org.jclouds.ovf.OperatingSystemSectionpublic boolean equals(Object obj)
equals in class org.jclouds.ovf.OperatingSystemSectionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.