org.jclouds.vcloud.director.v1_5.domain.section
Class VirtualHardwareSection
java.lang.Object
org.jclouds.dmtf.ovf.SectionType
org.jclouds.dmtf.ovf.VirtualHardwareSection
org.jclouds.vcloud.director.v1_5.domain.section.VirtualHardwareSection
public class VirtualHardwareSection
- extends org.jclouds.dmtf.ovf.VirtualHardwareSection
The virtual hardware required by a virtual machine is specified in VirtualHardwareSection.
- Author:
- grkvlt@apache.org
| Fields inherited from class org.jclouds.dmtf.ovf.VirtualHardwareSection |
items, transport, virtualSystem |
| Methods inherited from class org.jclouds.dmtf.ovf.VirtualHardwareSection |
getItems, getSystem, getTransport |
| Methods inherited from class org.jclouds.dmtf.ovf.SectionType |
getInfo, isRequired, setInfo, toString |
type
protected String type
href
protected URI href
links
protected Set<Link> links
VirtualHardwareSection
protected VirtualHardwareSection(VirtualHardwareSection.Builder<?> builder)
VirtualHardwareSection
protected VirtualHardwareSection()
builder
public static VirtualHardwareSection.Builder<?> builder()
toBuilder
public VirtualHardwareSection.Builder<?> toBuilder()
- Overrides:
toBuilder in class org.jclouds.dmtf.ovf.VirtualHardwareSection
getType
public String getType()
- Contains the URI to the entity.
- See Also:
ResourceType#getHref()
getHref
public URI getHref()
- Contains the type of the the entity.
- See Also:
ResourceType#getType()
getLinks
public Set<Link> getLinks()
- Set of optional links to an entity or operation associated with this object.
- See Also:
ResourceType#getLinks()
string
public com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class org.jclouds.dmtf.ovf.VirtualHardwareSection
hashCode
public int hashCode()
- Overrides:
hashCode in class org.jclouds.dmtf.ovf.VirtualHardwareSection
equals
public boolean equals(Object obj)
- Overrides:
equals in class org.jclouds.dmtf.ovf.VirtualHardwareSection
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.