Uses of Interface
org.openstack4j.model.storage.block.VolumeBackup
-
Packages that use VolumeBackup Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of VolumeBackup in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return VolumeBackup Modifier and Type Method Description VolumeBackupBlockVolumeBackupService. create(VolumeBackupCreate vbc)Create volume backupVolumeBackupBlockVolumeBackupService. get(String backupId)Shows information for a specified backup.Methods in org.openstack4j.api.storage that return types with arguments of type VolumeBackup Modifier and Type Method 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. -
Uses of VolumeBackup in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeBackup Modifier and Type Class Description classCinderVolumeBackup -
Uses of VolumeBackup in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return VolumeBackup Modifier and Type Method Description VolumeBackupBlockVolumeBackupServiceImpl. create(VolumeBackupCreate vbc)Create volume backupVolumeBackupBlockVolumeBackupServiceImpl. get(String backupId)Shows information for a specified backup.Methods in org.openstack4j.openstack.storage.block.internal that return types with arguments of type VolumeBackup Modifier and Type Method 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.
-