org.jclouds.vcloud.domain.ovf
Class VCloudOperatingSystemSection
java.lang.Object
org.jclouds.ovf.Section<OperatingSystemSection>
org.jclouds.ovf.OperatingSystemSection
org.jclouds.vcloud.domain.ovf.VCloudOperatingSystemSection
public class VCloudOperatingSystemSection
- extends OperatingSystemSection
A description of the operating system supported by a virtual machine.
Fields inherited from class org.jclouds.ovf.Section |
info |
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 OperatingSystemSection
hashCode
public int hashCode()
- Overrides:
hashCode
in class OperatingSystemSection
equals
public boolean equals(Object obj)
- Overrides:
equals
in class OperatingSystemSection
Copyright © 2009-2011 jclouds. All Rights Reserved.