Package | Description |
---|---|
org.jclouds.openstack.cinder.v1.domain | |
org.jclouds.openstack.cinder.v1.predicates |
Modifier and Type | Field and Description |
---|---|
protected Volume.Status |
Volume.Builder.status |
protected Volume.Status |
Snapshot.Builder.status |
Modifier and Type | Method and Description |
---|---|
static Volume.Status |
Volume.Status.fromValue(String status) |
Volume.Status |
Volume.getStatus() |
Volume.Status |
Snapshot.getStatus() |
static Volume.Status |
Volume.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Volume.Status[] |
Volume.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Volume.Builder.status(Volume.Status status) |
T |
Snapshot.Builder.status(Volume.Status status) |
Constructor and Description |
---|
Snapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
static RetryablePredicate<Snapshot> |
SnapshotPredicates.awaitStatus(SnapshotApi snapshotApi,
Volume.Status status,
long maxWaitInSec,
long periodInSec) |
static RetryablePredicate<Volume> |
VolumePredicates.awaitStatus(VolumeApi volumeApi,
Volume.Status status,
long maxWaitInSec,
long periodInSec) |
Copyright © 2009-2013 jclouds. All Rights Reserved.