Modifier and Type | Method and Description |
---|---|
Volume |
HardwareBuilderFromResourceAllocations.apply(ResourceAllocationSettingData from) |
Modifier and Type | Method and Description |
---|---|
Volume |
ServerInfoToNodeMetadata.DeviceToVolume.apply(Device input) |
Modifier and Type | Field and Description |
---|---|
protected List<Volume> |
HardwareBuilder.volumes |
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeBuilder.build() |
static Volume |
VolumeBuilder.fromVolume(Volume in) |
Modifier and Type | Method and Description |
---|---|
List<? extends Volume> |
Hardware.getVolumes()
volumes associated with this.
|
Modifier and Type | Method and Description |
---|---|
static Volume |
VolumeBuilder.fromVolume(Volume in) |
HardwareBuilder |
HardwareBuilder.volume(Volume volume) |
Modifier and Type | Method and Description |
---|---|
HardwareBuilder |
HardwareBuilder.volumes(Iterable<Volume> volumes) |
Modifier and Type | Class and Description |
---|---|
class |
VolumeImpl |
Modifier and Type | Method and Description |
---|---|
List<? extends Volume> |
HardwareImpl.getVolumes()
volumes associated with this.
|
Constructor and Description |
---|
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,
String hypervisor) |
Modifier and Type | Method and Description |
---|---|
EC2HardwareBuilder |
EC2HardwareBuilder.volumes(List<Volume> volumes) |
Modifier and Type | Method and Description |
---|---|
Volume |
ServerInfoToNodeMetadata.DeviceToVolume.apply(Device input) |
Modifier and Type | Method and Description |
---|---|
Volume |
VCloudHardwareBuilderFromResourceAllocations.apply(ResourceAllocationSettingData from) |
Copyright © 2009-2013 jclouds. All Rights Reserved.