Uses of Class
org.jclouds.ovf.Disk
-
Packages that use Disk Package Description org.jclouds.ovf -
-
Uses of Disk in org.jclouds.ovf
Fields in org.jclouds.ovf with type parameters of type Disk Modifier and Type Field Description protected Set<Disk>
DiskSection.Builder. disks
Methods in org.jclouds.ovf that return Disk Modifier and Type Method Description Disk
Disk.Builder. build()
Methods in org.jclouds.ovf that return types with arguments of type Disk Modifier and Type Method Description Set<Disk>
DiskSection. getDisks()
All disks referred to from Connection elements in allVirtualHardwareSection
elements shall be defined in the DiskSection.Methods in org.jclouds.ovf with parameters of type Disk Modifier and Type Method Description int
Disk. compareTo(Disk o)
DiskSection.Builder
DiskSection.Builder. disk(Disk disk)
Disk.Builder
Disk.Builder. fromDisk(Disk in)
Method parameters in org.jclouds.ovf with type arguments of type Disk Modifier and Type Method Description DiskSection.Builder
DiskSection.Builder. disks(Iterable<Disk> disks)
Constructor parameters in org.jclouds.ovf with type arguments of type Disk Constructor Description DiskSection(String info, Iterable<Disk> disks)
-