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. disksMethods in org.jclouds.ovf that return Disk Modifier and Type Method Description DiskDisk.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 allVirtualHardwareSectionelements shall be defined in the DiskSection.Methods in org.jclouds.ovf with parameters of type Disk Modifier and Type Method Description intDisk. compareTo(Disk o)DiskSection.BuilderDiskSection.Builder. disk(Disk disk)Disk.BuilderDisk.Builder. fromDisk(Disk in)Method parameters in org.jclouds.ovf with type arguments of type Disk Modifier and Type Method Description DiskSection.BuilderDiskSection.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) 
 -