public interface VolumeSnapshot extends ModelEntity, Buildable<VolumeSnapshotBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
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
|
String getId()
String getName()
String getDescription()
String getVolumeId()
Volume.Status getStatus()
int getSize()
Date getCreated()
Copyright © 2017. All rights reserved.