Uses of Interface
org.openstack4j.model.storage.block.VolumeBackupRestore
-
Packages that use VolumeBackupRestore Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of VolumeBackupRestore in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return VolumeBackupRestore Modifier and Type Method Description VolumeBackupRestoreBlockVolumeBackupService. restore(String backupId, String name, String volumeId)Restore volume from a a specified backup. -
Uses of VolumeBackupRestore in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeBackupRestore Modifier and Type Class Description classCinderVolumeBackupRestore -
Uses of VolumeBackupRestore in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return VolumeBackupRestore Modifier and Type Method Description VolumeBackupRestoreBlockVolumeBackupServiceImpl. restore(String backupId, String name, String volumeId)Restore volume from a a specified backup.
-