Package org.jclouds.ovf
Class DiskSection
A DiskSection describes meta-information about virtual disks in the OVF package. Virtual disks
and their metadata are described outside the virtual hardware to facilitate sharing between
virtual machines within an OVF package.
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DiskSection.Builder
builder()
boolean
getDisks()
All disks referred to from Connection elements in allVirtualHardwareSection
elements shall be defined in the DiskSection.int
hashCode()
toString()
-
Constructor Details
-
DiskSection
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilder
in classSection<DiskSection>
-
getDisks
All disks referred to from Connection elements in allVirtualHardwareSection
elements shall be defined in the DiskSection.- Returns:
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSection<DiskSection>
-
equals
- Overrides:
equals
in classSection<DiskSection>
-
toString
- Overrides:
toString
in classSection<DiskSection>
-