public class DiskSection extends SectionType
| Modifier and Type | Class and Description |
|---|---|
static class |
DiskSection.Builder<B extends DiskSection.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
DiskSection() |
protected |
DiskSection(DiskSection.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static DiskSection.Builder<?> |
builder() |
boolean |
equals(Object obj) |
Set<Disk> |
getDisks()
All disks referred to from Connection elements in all
VirtualHardwareSection elements
shall be defined in the DiskSection. |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
DiskSection.Builder<?> |
toBuilder() |
getInfo, isRequired, setInfo, toStringprotected DiskSection(DiskSection.Builder<?> builder)
protected DiskSection()
public static DiskSection.Builder<?> builder()
public DiskSection.Builder<?> toBuilder()
public Set<Disk> getDisks()
VirtualHardwareSection elements
shall be defined in the DiskSection.public int hashCode()
hashCode in class SectionTypepublic boolean equals(Object obj)
equals in class SectionTypeprotected com.google.common.base.Objects.ToStringHelper string()
string in class SectionTypeCopyright © 2009-2013 jclouds. All Rights Reserved.