Class CinderVolumeBackupRestore
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.CinderVolumeBackupRestore
-
- All Implemented Interfaces:
Serializable,ModelEntity,VolumeBackupRestore
public class CinderVolumeBackupRestore extends Object implements VolumeBackupRestore
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CinderVolumeBackupRestore()CinderVolumeBackupRestore(String name, String volumeId)CinderVolumeBackupRestore(String name, String volumeId, String backupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackupId()StringgetName()StringgetVolumeId()
-
-
-
Method Detail
-
getVolumeId
public String getVolumeId()
- Specified by:
getVolumeIdin interfaceVolumeBackupRestore- Returns:
- indicates the volume identifier of the volume being transfer
-
getName
public String getName()
- Specified by:
getNamein interfaceVolumeBackupRestore- Returns:
- the name of the transfer
-
getBackupId
public String getBackupId()
- Specified by:
getBackupIdin interfaceVolumeBackupRestore- Returns:
- the UUID for a backup
-
-