org.jclouds.vcloud.domain.ovf
Class VCloudVirtualHardwareSection
java.lang.Object
org.jclouds.ovf.Section<org.jclouds.ovf.VirtualHardwareSection>
org.jclouds.ovf.VirtualHardwareSection
org.jclouds.vcloud.domain.ovf.VCloudVirtualHardwareSection
public class VCloudVirtualHardwareSection
- extends org.jclouds.ovf.VirtualHardwareSection
A description of the virtual hardware supported by a virtual machine.
| Fields inherited from class org.jclouds.ovf.VirtualHardwareSection |
items, transports, virtualSystem |
| Fields inherited from class org.jclouds.ovf.Section |
info |
| Methods inherited from class org.jclouds.ovf.VirtualHardwareSection |
getItems, getSystem, getTransports |
| Methods inherited from class org.jclouds.ovf.Section |
getInfo |
type
protected final String type
href
protected final URI href
VCloudVirtualHardwareSection
public VCloudVirtualHardwareSection(String type,
URI href,
String info,
Iterable<String> transports,
org.jclouds.cim.VirtualSystemSettingData virtualSystem,
Iterable<? extends org.jclouds.cim.ResourceAllocationSettingData> resourceAllocations)
builder
public static VCloudVirtualHardwareSection.Builder builder()
toBuilder
public VCloudVirtualHardwareSection.Builder toBuilder()
-
- Overrides:
toBuilder in class org.jclouds.ovf.VirtualHardwareSection
getType
public String getType()
getHref
public URI getHref()
hashCode
public int hashCode()
- Overrides:
hashCode in class org.jclouds.ovf.VirtualHardwareSection
equals
public boolean equals(Object obj)
- Overrides:
equals in class org.jclouds.ovf.VirtualHardwareSection
toString
public String toString()
- Overrides:
toString in class org.jclouds.ovf.VirtualHardwareSection
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.