Uses of Interface
org.jclouds.compute.domain.Volume

Packages that use Volume
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
 

Uses of Volume in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return Volume
 Volume VolumeBuilder.build()
           
static Volume VolumeBuilder.fromVolume(Volume in)
           
 

Methods in org.jclouds.compute.domain that return types with arguments of type Volume
 List<? extends Volume> Hardware.getVolumes()
          volumes associated with this.
 

Methods in org.jclouds.compute.domain with parameters of type Volume
static Volume VolumeBuilder.fromVolume(Volume in)
           
 

Method parameters in org.jclouds.compute.domain with type arguments of type Volume
 HardwareBuilder HardwareBuilder.volumes(List<Volume> volumes)
           
 

Uses of Volume in org.jclouds.compute.domain.internal
 

Classes in org.jclouds.compute.domain.internal that implement Volume
 class VolumeImpl
           
 

Methods in org.jclouds.compute.domain.internal that return types with arguments of type Volume
 List<? extends Volume> HardwareImpl.getVolumes()
          volumes associated with this.
 

Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Volume
HardwareImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.