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 VolumeBackup
public String getName()
getName
in interface VolumeBackup
public String getVolumeId()
getVolumeId
in interface VolumeBackup
public String getZone()
getZone
in interface VolumeBackup
public VolumeBackup.Status getStatus()
getStatus
in interface VolumeBackup
public String getDescription()
getDescription
in interface VolumeBackup
public Boolean isIncremental()
isIncremental
in interface VolumeBackup
public int getSize()
getSize
in interface VolumeBackup
public Date getCreated()
getCreated
in interface VolumeBackup
public String getContainer()
getContainer
in interface VolumeBackup
public String getFailReason()
getFailReason
in interface VolumeBackup
public int getObjectCount()
getObjectCount
in interface VolumeBackup
public Boolean hasDependent()
hasDependent
in interface VolumeBackup
public String getSnapshotId()
getSnapshotId
in interface VolumeBackup
Copyright © 2017. All rights reserved.