| Package | Description | 
|---|---|
| org.openstack4j.api.storage | |
| org.openstack4j.openstack.storage.block.domain | |
| org.openstack4j.openstack.storage.block.internal | 
| Modifier and Type | Method and Description | 
|---|---|
VolumeBackup | 
BlockVolumeBackupService.create(VolumeBackupCreate vbc)
Create volume backup 
 | 
VolumeBackup | 
BlockVolumeBackupService.get(String backupId)
Shows information for a specified backup. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends VolumeBackup> | 
BlockVolumeBackupService.list()
Lists detailed information for all Block Storage backups that the tenant who submits the request can access. 
 | 
List<? extends VolumeBackup> | 
BlockVolumeBackupService.list(Map<String,String> filteringParams)
Returns list of Block Storage backups filtered by parameters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CinderVolumeBackup  | 
| Modifier and Type | Method and Description | 
|---|---|
VolumeBackup | 
BlockVolumeBackupServiceImpl.create(VolumeBackupCreate vbc)
Create volume backup 
 | 
VolumeBackup | 
BlockVolumeBackupServiceImpl.get(String backupId)
Shows information for a specified backup. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends VolumeBackup> | 
BlockVolumeBackupServiceImpl.list()
Lists detailed information for all Block Storage backups that the tenant who submits the request can access. 
 | 
List<? extends VolumeBackup> | 
BlockVolumeBackupServiceImpl.list(Map<String,String> filteringParams)
Returns list of Block Storage backups filtered by parameters. 
 | 
Copyright © 2017. All rights reserved.