|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Volume | |
|---|---|
| org.jclouds.cim.functions | |
| org.jclouds.compute.domain | |
| org.jclouds.compute.domain.internal | |
| 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.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,
org.jclouds.domain.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||