Package | Description |
---|---|
org.jclouds.openstack.cinder.v1.domain | |
org.jclouds.openstack.cinder.v1.features | |
org.jclouds.openstack.cinder.v1.predicates |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.Builder.build() |
static Volume |
Volume.forId(String volumeId)
Creates a dummy Volume when you need a Volume with just the volumeId.
|
Modifier and Type | Method and Description |
---|---|
T |
Volume.Builder.fromVolume(Volume in) |
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeApi.create(int sizeGB,
CreateVolumeOptions... options)
Creates a new Volume
|
Volume |
VolumeApi.get(String volumeId)
Return data about the given Volume.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Volume> |
VolumeAsyncApi.create(int sizeGB,
CreateVolumeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Volume> |
VolumeAsyncApi.get(String volumeId) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Volume>> |
VolumeAsyncApi.list() |
com.google.common.collect.FluentIterable<? extends Volume> |
VolumeApi.list()
Returns a summary list of Volumes.
|
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Volume>> |
VolumeAsyncApi.listInDetail() |
com.google.common.collect.FluentIterable<? extends Volume> |
VolumeApi.listInDetail()
Returns a detailed list of Volumes.
|
Modifier and Type | Method and Description |
---|---|
static RetryablePredicate<Volume> |
VolumePredicates.awaitAvailable(VolumeApi volumeApi)
Wait until a Volume is Available.
|
static RetryablePredicate<Volume> |
VolumePredicates.awaitDeleted(VolumeApi volumeApi)
Wait until a Volume no longer exists.
|
static RetryablePredicate<Volume> |
VolumePredicates.awaitInUse(VolumeApi volumeApi)
Wait until a Volume is In Use.
|
static RetryablePredicate<Volume> |
VolumePredicates.awaitStatus(VolumeApi volumeApi,
Volume.Status status,
long maxWaitInSec,
long periodInSec) |
Copyright © 2009-2013 jclouds. All Rights Reserved.