org.jclouds.vcloud.domain.ovf
Class VCloudVirtualHardwareSection
java.lang.Object
org.jclouds.ovf.Section<VirtualHardwareSection>
org.jclouds.ovf.VirtualHardwareSection
org.jclouds.vcloud.domain.ovf.VCloudVirtualHardwareSection
public class VCloudVirtualHardwareSection
- extends VirtualHardwareSection
A description of the virtual hardware supported by a virtual machine.
Fields inherited from class org.jclouds.ovf.Section |
info |
type
protected final String type
href
protected final URI href
VCloudVirtualHardwareSection
public VCloudVirtualHardwareSection(String type,
URI href,
String info,
Iterable<String> transports,
VirtualSystemSettingData virtualSystem,
Iterable<? extends ResourceAllocationSettingData> resourceAllocations)
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-2011 jclouds. All Rights Reserved.