org.jclouds.vcloud.director.v1_5.domain.section
Class VirtualHardwareSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.dmtf.ovf.VirtualHardwareSection
          extended by 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

Nested Class Summary
static class VirtualHardwareSection.Builder<B extends VirtualHardwareSection.Builder<B>>
           
 
Field Summary
protected  URI href
           
protected  Set<Link> links
           
protected  String type
           
 
Fields inherited from class org.jclouds.dmtf.ovf.VirtualHardwareSection
items, transport, virtualSystem
 
Constructor Summary
protected VirtualHardwareSection()
           
protected VirtualHardwareSection(VirtualHardwareSection.Builder<?> builder)
           
 
Method Summary
static VirtualHardwareSection.Builder<?> builder()
           
 boolean equals(Object obj)
           
 URI getHref()
          Contains the type of the the entity.
 Set<Link> getLinks()
          Set of optional links to an entity or operation associated with this object.
 String getType()
          Contains the URI to the entity.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 VirtualHardwareSection.Builder<?> toBuilder()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected String type

href

protected URI href

links

protected Set<Link> links
Constructor Detail

VirtualHardwareSection

protected VirtualHardwareSection(VirtualHardwareSection.Builder<?> builder)

VirtualHardwareSection

protected VirtualHardwareSection()
Method Detail

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.