org.jclouds.dmtf.ovf
Class OperatingSystemSection
java.lang.Object
org.jclouds.dmtf.ovf.SectionType
org.jclouds.dmtf.ovf.OperatingSystemSection
- Direct Known Subclasses:
- OperatingSystemSection
public class OperatingSystemSection
- extends SectionType
An OperatingSystemSection specifies the operating system installed on a virtual machine.
- Author:
- Adrian Cole, Adam Lowe
id
protected int id
version
protected String version
description
protected String description
OperatingSystemSection
public OperatingSystemSection(OperatingSystemSection.Builder<?> builder)
OperatingSystemSection
protected OperatingSystemSection()
builder
public static OperatingSystemSection.Builder<?> builder()
toBuilder
public OperatingSystemSection.Builder<?> toBuilder()
getId
public int getId()
- Gets the OVF id
- See Also:
org.jclouds.vcloud.director.v1_5.domain.cim.OSType#getCode()
getVersion
public String getVersion()
- Gets the version
getDescription
public String getDescription()
- Gets the description or null
hashCode
public int hashCode()
- Overrides:
hashCode in class SectionType
equals
public boolean equals(Object obj)
- Overrides:
equals in class SectionType
string
protected com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class SectionType
Copyright © 2009-2012 jclouds. All Rights Reserved.