|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ovf.Section<VirtualHardwareSection>
org.jclouds.ovf.VirtualHardwareSection
org.jclouds.vcloud.domain.ovf.VCloudVirtualHardwareSection
public class VCloudVirtualHardwareSection
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 |
|---|
protected final String type
protected final URI href
| Constructor Detail |
|---|
public VCloudVirtualHardwareSection(String type,
URI href,
String info,
Iterable<String> transports,
VirtualSystemSettingData virtualSystem,
Iterable<? extends ResourceAllocationSettingData> resourceAllocations)
| Method Detail |
|---|
public static VCloudVirtualHardwareSection.Builder builder()
public VCloudVirtualHardwareSection.Builder toBuilder()
toBuilder in class VirtualHardwareSectionpublic String getType()
public URI getHref()
public int hashCode()
hashCode in class VirtualHardwareSectionpublic boolean equals(Object obj)
equals in class VirtualHardwareSectionpublic String toString()
toString in class VirtualHardwareSection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||