public class CinderVolumeSnapshot extends Object implements VolumeSnapshot
| Modifier and Type | Class and Description |
|---|---|
static class |
CinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder |
static class |
CinderVolumeSnapshot.VolumeSnapshots |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
CinderVolumeSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
static VolumeSnapshotBuilder |
builder() |
Date |
getCreated() |
String |
getDescription() |
String |
getId() |
Map<String,String> |
getMetaData() |
String |
getName() |
int |
getSize()
Size in GBs
|
Volume.Status |
getStatus() |
String |
getVolumeId()
The volume identifier of an existing volume
|
VolumeSnapshotBuilder |
toBuilder() |
String |
toString() |
public VolumeSnapshotBuilder toBuilder()
toBuilder in interface Buildable<VolumeSnapshotBuilder>public static VolumeSnapshotBuilder builder()
public String getId()
getId in interface VolumeSnapshotpublic String getName()
getName in interface VolumeSnapshotpublic String getDescription()
getDescription in interface VolumeSnapshotpublic String getVolumeId()
getVolumeId in interface VolumeSnapshotpublic Volume.Status getStatus()
getStatus in interface VolumeSnapshotpublic int getSize()
getSize in interface VolumeSnapshotpublic Date getCreated()
getCreated in interface VolumeSnapshotpublic Map<String,String> getMetaData()
getMetaData in interface VolumeSnapshotCopyright © 2017. All rights reserved.