org.jclouds.vcloud.domain.ovf
Class VCloudVirtualHardwareSection

java.lang.Object
  extended by org.jclouds.ovf.Section<VirtualHardwareSection>
      extended by org.jclouds.ovf.VirtualHardwareSection
          extended by org.jclouds.vcloud.domain.ovf.VCloudVirtualHardwareSection

public class VCloudVirtualHardwareSection
extends VirtualHardwareSection

A description of the virtual hardware supported by a virtual machine.


Nested Class Summary
static class VCloudVirtualHardwareSection.Builder
           
 
Field Summary
protected  URI href
           
protected  String type
           
 
Fields inherited from class org.jclouds.ovf.VirtualHardwareSection
items, transports, virtualSystem
 
Fields inherited from class org.jclouds.ovf.Section
info
 
Constructor Summary
VCloudVirtualHardwareSection(String type, URI href, String info, Iterable<String> transports, VirtualSystemSettingData virtualSystem, Iterable<? extends ResourceAllocationSettingData> resourceAllocations)
           
 
Method Summary
static VCloudVirtualHardwareSection.Builder builder()
           
 boolean equals(Object obj)
           
 URI getHref()
           
 String getType()
           
 int hashCode()
           
 VCloudVirtualHardwareSection.Builder toBuilder()
          
 String toString()
           
 
Methods inherited from class org.jclouds.ovf.VirtualHardwareSection
getItems, getSystem, getTransports
 
Methods inherited from class org.jclouds.ovf.Section
getInfo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected final String type

href

protected final URI href
Constructor Detail

VCloudVirtualHardwareSection

public VCloudVirtualHardwareSection(String type,
                                    URI href,
                                    String info,
                                    Iterable<String> transports,
                                    VirtualSystemSettingData virtualSystem,
                                    Iterable<? extends ResourceAllocationSettingData> resourceAllocations)
Method Detail

builder

public static VCloudVirtualHardwareSection.Builder builder()

toBuilder

public VCloudVirtualHardwareSection.Builder toBuilder()

Overrides:
toBuilder in class VirtualHardwareSection

getType

public String getType()

getHref

public URI getHref()

hashCode

public int hashCode()
Overrides:
hashCode in class VirtualHardwareSection

equals

public boolean equals(Object obj)
Overrides:
equals in class VirtualHardwareSection

toString

public String toString()
Overrides:
toString in class VirtualHardwareSection


Copyright © 2009-2012 jclouds. All Rights Reserved.