Uses of Interface
org.jclouds.compute.domain.Volume
-
-
Uses of Volume in org.jclouds.cim.functions
Methods in org.jclouds.cim.functions that return Volume Modifier and Type Method Description VolumeHardwareBuilderFromResourceAllocations. apply(ResourceAllocationSettingData from) -
Uses of Volume in org.jclouds.compute.domain
Fields in org.jclouds.compute.domain with type parameters of type Volume Modifier and Type Field Description protected List<Volume>HardwareBuilder. volumesMethods in org.jclouds.compute.domain that return Volume Modifier and Type Method Description VolumeVolumeBuilder. build()static VolumeVolumeBuilder. fromVolume(Volume in)Methods in org.jclouds.compute.domain that return types with arguments of type Volume Modifier and Type Method Description List<? extends Volume>Hardware. getVolumes()volumes associated with this.Methods in org.jclouds.compute.domain with parameters of type Volume Modifier and Type Method Description static VolumeVolumeBuilder. fromVolume(Volume in)HardwareBuilderHardwareBuilder. volume(Volume volume)Method parameters in org.jclouds.compute.domain with type arguments of type Volume Modifier and Type Method Description HardwareBuilderHardwareBuilder. volumes(Iterable<Volume> volumes) -
Uses of Volume in org.jclouds.compute.domain.internal
Classes in org.jclouds.compute.domain.internal that implement Volume Modifier and Type Class Description classVolumeImplMethods in org.jclouds.compute.domain.internal that return types with arguments of type Volume Modifier and Type Method Description List<? extends Volume>HardwareImpl. getVolumes()volumes associated with this. -
Uses of Volume in org.jclouds.ec2.compute.domain
Method parameters in org.jclouds.ec2.compute.domain with type arguments of type Volume Modifier and Type Method Description EC2HardwareBuilderEC2HardwareBuilder. volumes(List<Volume> volumes) -
Uses of Volume in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions that return Volume Modifier and Type Method Description VolumeServerInfoToNodeMetadata.DeviceToVolume. apply(Device input) -
Uses of Volume in org.jclouds.profitbricks.compute.function
Methods in org.jclouds.profitbricks.compute.function that return Volume Modifier and Type Method Description VolumeStorageToVolume. apply(Storage storage)
-