org.jclouds.vcloud.domain.ovf
Class VCloudOperatingSystemSection
java.lang.Object
org.jclouds.ovf.Section<org.jclouds.ovf.OperatingSystemSection>
org.jclouds.ovf.OperatingSystemSection
org.jclouds.vcloud.domain.ovf.VCloudOperatingSystemSection
public class VCloudOperatingSystemSection
- extends org.jclouds.ovf.OperatingSystemSection
A description of the operating system supported by a virtual machine.
| Nested classes/interfaces inherited from class org.jclouds.ovf.OperatingSystemSection |
org.jclouds.ovf.OperatingSystemSection.Builder |
| Fields inherited from class org.jclouds.ovf.OperatingSystemSection |
description, id |
| Fields inherited from class org.jclouds.ovf.Section |
info |
| Methods inherited from class org.jclouds.ovf.OperatingSystemSection |
builder, getDescription, getId, toBuilder |
| Methods inherited from class org.jclouds.ovf.Section |
getInfo |
type
protected final String type
href
protected final URI href
vmwOsType
@Nullable
protected final String vmwOsType
edit
protected final ReferenceType edit
VCloudOperatingSystemSection
public VCloudOperatingSystemSection(@Nullable
Integer id,
@Nullable
String info,
@Nullable
String description,
String type,
URI href,
@Nullable
String vmwOsType,
ReferenceType edit)
getType
public String getType()
getHref
public URI getHref()
getVmwOsType
public String getVmwOsType()
- Returns:
- VMware osType, if running on VMware
getEdit
public ReferenceType getEdit()
- Returns:
- edit link
toString
public String toString()
- Overrides:
toString in class org.jclouds.ovf.OperatingSystemSection
hashCode
public int hashCode()
- Overrides:
hashCode in class org.jclouds.ovf.OperatingSystemSection
equals
public boolean equals(Object obj)
- Overrides:
equals in class org.jclouds.ovf.OperatingSystemSection
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.