Package | Description |
---|---|
org.openstack4j.api.storage | |
org.openstack4j.openstack.storage.block.domain | |
org.openstack4j.openstack.storage.block.internal |
Modifier and Type | Method and Description |
---|---|
VolumeSnapshot |
BlockVolumeSnapshotService.create(VolumeSnapshot snapshot)
Creates a snapshot, which is a point-in-time copy of a volume.
|
VolumeSnapshot |
BlockVolumeSnapshotService.get(String snapshotId)
Shows information for a specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
List<? extends VolumeSnapshot> |
BlockVolumeSnapshotService.list()
Lists detailed information for all Block Storage snapshots that the tenant who submits the request can access.
|
List<? extends VolumeSnapshot> |
BlockVolumeSnapshotService.list(Map<String,String> filteringParams)
Returns list of Block Storage snapshots filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
VolumeSnapshot |
BlockVolumeSnapshotService.create(VolumeSnapshot snapshot)
Creates a snapshot, which is a point-in-time copy of a volume.
|
Modifier and Type | Class and Description |
---|---|
class |
CinderVolumeSnapshot
An OpenStack Volume Snapshot which is a point-in-time copy of a volume.
|
Modifier and Type | Method and Description |
---|---|
VolumeSnapshot |
CinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder.build() |
Modifier and Type | Method and Description |
---|---|
VolumeSnapshotBuilder |
CinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder.from(VolumeSnapshot in) |
Modifier and Type | Method and Description |
---|---|
VolumeSnapshot |
BlockVolumeSnapshotServiceImpl.create(VolumeSnapshot snapshot)
Creates a snapshot, which is a point-in-time copy of a volume.
|
VolumeSnapshot |
BlockVolumeSnapshotServiceImpl.get(String snapshotId)
Shows information for a specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
List<? extends VolumeSnapshot> |
BlockVolumeSnapshotServiceImpl.list()
Lists detailed information for all Block Storage snapshots that the tenant who submits the request can access.
|
List<? extends VolumeSnapshot> |
BlockVolumeSnapshotServiceImpl.list(Map<String,String> filteringParams)
Returns list of Block Storage snapshots filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
VolumeSnapshot |
BlockVolumeSnapshotServiceImpl.create(VolumeSnapshot snapshot)
Creates a snapshot, which is a point-in-time copy of a volume.
|
Copyright © 2017. All rights reserved.