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 Volume
HardwareBuilderFromResourceAllocations. 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. volumes
Methods in org.jclouds.compute.domain that return Volume Modifier and Type Method Description Volume
VolumeBuilder. build()
static Volume
VolumeBuilder. 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 Volume
VolumeBuilder. fromVolume(Volume in)
HardwareBuilder
HardwareBuilder. volume(Volume volume)
Method parameters in org.jclouds.compute.domain with type arguments of type Volume Modifier and Type Method Description 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 Modifier and Type Class Description class
VolumeImpl
Methods 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 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 Modifier and Type Method Description Volume
ServerInfoToNodeMetadata.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 Volume
StorageToVolume. apply(Storage storage)
-