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

Packages that use Volume
org.jclouds.cim.functions   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.ec2.compute.domain   
org.jclouds.elasticstack.compute.functions   
org.jclouds.vcloud.compute.functions   
 

Uses of Volume in org.jclouds.cim.functions
 

Methods in org.jclouds.cim.functions that return Volume
 Volume HardwareBuilderFromResourceAllocations.apply(ResourceAllocationSettingData from)
           
 

Uses of Volume in org.jclouds.cloudsigma.compute.functions
 

Methods in org.jclouds.cloudsigma.compute.functions that return Volume
 Volume ServerInfoToNodeMetadata.DeviceToVolume.apply(Device input)
           
 

Uses of Volume in org.jclouds.compute.domain
 

Fields in org.jclouds.compute.domain with type parameters of type Volume
protected  List<Volume> HardwareBuilder.volumes
           
 

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)
           
 HardwareBuilder HardwareBuilder.volume(Volume volume)
           
 

Method parameters in org.jclouds.compute.domain with type arguments of type Volume
 HardwareBuilder HardwareBuilder.volumes(Iterable<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, Set<String> tags, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage)
           
 

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

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

Uses of Volume in org.jclouds.elasticstack.compute.functions
 

Methods in org.jclouds.elasticstack.compute.functions that return Volume
 Volume ServerInfoToNodeMetadata.DeviceToVolume.apply(Device input)
           
 

Uses of Volume in org.jclouds.vcloud.compute.functions
 

Methods in org.jclouds.vcloud.compute.functions that return Volume
 Volume VCloudHardwareBuilderFromResourceAllocations.apply(ResourceAllocationSettingData from)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.