Uses of Class
org.jclouds.dmtf.ovf.Disk

Packages that use Disk
org.jclouds.dmtf.ovf   
 

Uses of Disk in org.jclouds.dmtf.ovf
 

Methods in org.jclouds.dmtf.ovf that return Disk
 Disk Disk.Builder.build()
           
 

Methods in org.jclouds.dmtf.ovf that return types with arguments of type Disk
 Set<Disk> DiskSection.getDisks()
          All disks referred to from Connection elements in all VirtualHardwareSection elements shall be defined in the DiskSection.
 

Methods in org.jclouds.dmtf.ovf with parameters of type Disk
 int Disk.compareTo(Disk o)
          
 B DiskSection.Builder.disk(Disk disk)
           
 Disk.Builder Disk.Builder.fromDisk(Disk in)
           
 

Method parameters in org.jclouds.dmtf.ovf with type arguments of type Disk
 B DiskSection.Builder.disks(Iterable<Disk> disks)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.