public class CinderVolumeBackup extends Object implements VolumeBackup
| Modifier and Type | Class and Description |
|---|---|
static class |
CinderVolumeBackup.VolumeBackups |
VolumeBackup.Status| Constructor and Description |
|---|
CinderVolumeBackup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainer() |
Date |
getCreated() |
String |
getDescription() |
String |
getFailReason() |
String |
getId() |
String |
getName() |
int |
getObjectCount() |
int |
getSize() |
String |
getSnapshotId() |
VolumeBackup.Status |
getStatus() |
String |
getVolumeId() |
String |
getZone() |
Boolean |
hasDependent() |
Boolean |
isIncremental() |
public String getId()
getId in interface VolumeBackuppublic String getName()
getName in interface VolumeBackuppublic String getVolumeId()
getVolumeId in interface VolumeBackuppublic String getZone()
getZone in interface VolumeBackuppublic VolumeBackup.Status getStatus()
getStatus in interface VolumeBackuppublic String getDescription()
getDescription in interface VolumeBackuppublic Boolean isIncremental()
isIncremental in interface VolumeBackuppublic int getSize()
getSize in interface VolumeBackuppublic Date getCreated()
getCreated in interface VolumeBackuppublic String getContainer()
getContainer in interface VolumeBackuppublic String getFailReason()
getFailReason in interface VolumeBackuppublic int getObjectCount()
getObjectCount in interface VolumeBackuppublic Boolean hasDependent()
hasDependent in interface VolumeBackuppublic String getSnapshotId()
getSnapshotId in interface VolumeBackupCopyright © 2017. All rights reserved.