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 VolumeSnapshot
public String getName()
getName
in interface VolumeSnapshot
public String getDescription()
getDescription
in interface VolumeSnapshot
public String getVolumeId()
getVolumeId
in interface VolumeSnapshot
public Volume.Status getStatus()
getStatus
in interface VolumeSnapshot
public int getSize()
getSize
in interface VolumeSnapshot
public Date getCreated()
getCreated
in interface VolumeSnapshot
public Map<String,String> getMetaData()
getMetaData
in interface VolumeSnapshot
Copyright © 2017. All rights reserved.