| 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 | 
|---|---|
| Volume.Builder | 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.collect.FluentIterable<? extends Volume> | VolumeApi. list()Returns a summary list of Volumes. | 
| com.google.common.collect.FluentIterable<? extends Volume> | VolumeApi. listInDetail()Returns a detailed list of Volumes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static com.google.common.base.Predicate<Volume> | VolumePredicates. awaitAvailable(VolumeApi volumeApi)Wait until a Volume is Available. | 
| static com.google.common.base.Predicate<Volume> | VolumePredicates. awaitDeleted(VolumeApi volumeApi)Wait until a Volume no longer exists. | 
| static com.google.common.base.Predicate<Volume> | VolumePredicates. awaitInUse(VolumeApi volumeApi)Wait until a Volume is In Use. | 
| static com.google.common.base.Predicate<Volume> | VolumePredicates. awaitStatus(VolumeApi volumeApi,
           Volume.Status status,
           long maxWaitInSec,
           long periodInSec) | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.