Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.extensions |
Modifier and Type | Method and Description |
---|---|
VolumeSnapshot |
VolumeSnapshot.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
VolumeSnapshot.Builder.fromVolumeSnapshot(VolumeSnapshot in) |
Modifier and Type | Method and Description |
---|---|
VolumeSnapshot |
VolumeApi.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. |
VolumeSnapshot |
VolumeApi.getSnapshot(String snapshotId)
Deprecated.
Please use
SnapshotApi.get(String) instead.
To be removed in jclouds 2.0. |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<VolumeSnapshot> |
VolumeApi.listSnapshots()
Deprecated.
Please use
SnapshotApi.list() instead.
To be removed in jclouds 2.0. |
com.google.common.collect.FluentIterable<VolumeSnapshot> |
VolumeApi.listSnapshotsInDetail()
Deprecated.
Please use
SnapshotApi.listInDetail() instead.
To be removed in jclouds 2.0. |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.