@Deprecated @Beta public interface VolumeApi
Modifier and Type | Method and Description |
---|---|
Volume |
create(int sizeGB,
CreateVolumeOptions... options)
Deprecated.
Please use
org.jclouds.openstack.cinder.v1.features.VolumeApi#create(int, CreateVolumeOptions) instead.
To be removed in jclouds 2.0. |
VolumeSnapshot |
createSnapshot(String volumeId,
CreateVolumeSnapshotOptions... options)
Deprecated.
Please use
org.jclouds.openstack.cinder.v1.features.SnapshotApi#create(String, CreateVolumeSnapshotOptions) instead.
To be removed in jclouds 2.0. |
boolean |
delete(String volumeId)
Deprecated.
Please use
VolumeApi.delete(String) instead.
To be removed in jclouds 2.0. |
boolean |
deleteSnapshot(String snapshotId)
Deprecated.
Please use
SnapshotApi.delete(String) instead.
To be removed in jclouds 2.0. |
Volume |
get(String volumeId)
Deprecated.
Please use
VolumeApi.get(String) instead.
To be removed in jclouds 2.0. |
VolumeSnapshot |
getSnapshot(String snapshotId)
Deprecated.
Please use
SnapshotApi.get(String) instead.
To be removed in jclouds 2.0. |
com.google.common.collect.FluentIterable<Volume> |
list()
Deprecated.
Please use
VolumeApi.list() instead.
To be removed in jclouds 2.0. |
com.google.common.collect.FluentIterable<Volume> |
listInDetail()
Deprecated.
Please use
VolumeApi.listInDetail() instead.
To be removed in jclouds 2.0. |
com.google.common.collect.FluentIterable<VolumeSnapshot> |
listSnapshots()
Deprecated.
Please use
SnapshotApi.list() instead.
To be removed in jclouds 2.0. |
com.google.common.collect.FluentIterable<VolumeSnapshot> |
listSnapshotsInDetail()
Deprecated.
Please use
SnapshotApi.listInDetail() instead.
To be removed in jclouds 2.0. |
@Deprecated @Named(value="volume:list") com.google.common.collect.FluentIterable<Volume> list()
VolumeApi.list()
instead.
To be removed in jclouds 2.0.@Deprecated @Named(value="volume:list") com.google.common.collect.FluentIterable<Volume> listInDetail()
VolumeApi.listInDetail()
instead.
To be removed in jclouds 2.0.@Deprecated @Named(value="volume:get") @Nullable Volume get(String volumeId)
VolumeApi.get(String)
instead.
To be removed in jclouds 2.0.@Deprecated @Named(value="volume:create") Volume create(int sizeGB, CreateVolumeOptions... options)
org.jclouds.openstack.cinder.v1.features.VolumeApi#create(int, CreateVolumeOptions)
instead.
To be removed in jclouds 2.0.@Deprecated @Named(value="volume:delete") boolean delete(String volumeId)
VolumeApi.delete(String)
instead.
To be removed in jclouds 2.0.@Deprecated @Named(value="volume:listSnapshots") com.google.common.collect.FluentIterable<VolumeSnapshot> listSnapshots()
SnapshotApi.list()
instead.
To be removed in jclouds 2.0.@Deprecated @Named(value="volume:listSnapshots") com.google.common.collect.FluentIterable<VolumeSnapshot> listSnapshotsInDetail()
SnapshotApi.listInDetail()
instead.
To be removed in jclouds 2.0.@Deprecated @Named(value="volume:getSnapshot") @Nullable VolumeSnapshot getSnapshot(String snapshotId)
SnapshotApi.get(String)
instead.
To be removed in jclouds 2.0.@Named(value="volume:createSnapshot") VolumeSnapshot createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options)
org.jclouds.openstack.cinder.v1.features.SnapshotApi#create(String, CreateVolumeSnapshotOptions)
instead.
To be removed in jclouds 2.0.@Named(value="volume:deleteSnapshot") boolean deleteSnapshot(String snapshotId)
SnapshotApi.delete(String)
instead.
To be removed in jclouds 2.0.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.