public interface VolumeBackup extends ModelEntity
Modifier and Type | Interface and Description |
---|---|
static class |
VolumeBackup.Status
The volume backup Status
|
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() |
String getId()
String getName()
String getDescription()
String getVolumeId()
String getContainer()
Boolean isIncremental()
String getZone()
VolumeBackup.Status getStatus()
int getSize()
Date getCreated()
String getFailReason()
int getObjectCount()
Boolean hasDependent()
String getSnapshotId()
Copyright © 2017. All rights reserved.