public interface Volume extends ModelEntity, Buildable<VolumeBuilder>
Modifier and Type | Interface and Description |
---|---|
static class |
Volume.MigrationStatus |
static class |
Volume.Status
The current Volume Status
|
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
boolean |
bootable() |
boolean |
encrypted() |
List<? extends VolumeAttachment> |
getAttachments() |
Date |
getCreated() |
String |
getDescription() |
String |
getId() |
String |
getImageRef() |
Map<String,String> |
getMetaData() |
Volume.MigrationStatus |
getMigrateStatus() |
String |
getName() |
int |
getSize() |
String |
getSnapshotId() |
String |
getSourceVolid() |
Volume.Status |
getStatus() |
String |
getTenantId() |
String |
getVolumeType() |
String |
getZone() |
String |
host() |
String getId()
String getName()
String getDescription()
Volume.Status getStatus()
int getSize()
String getZone()
Date getCreated()
String getVolumeType()
String getSnapshotId()
String getImageRef()
String getSourceVolid()
Map<String,String> getMetaData()
List<? extends VolumeAttachment> getAttachments()
Volume.MigrationStatus getMigrateStatus()
String getTenantId()
boolean bootable()
boolean encrypted()
String host()
Copyright © 2017. All rights reserved.