public class CinderVolume extends Object implements Volume
| Modifier and Type | Class and Description |
|---|---|
static class |
CinderVolume.ConcreteVolumeBuilder |
static class |
CinderVolume.Volumes |
Volume.MigrationStatus, Volume.StatusBuildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
CinderVolume() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bootable() |
static VolumeBuilder |
builder() |
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() |
VolumeBuilder |
toBuilder() |
String |
toString() |
public VolumeBuilder toBuilder()
toBuilder in interface Buildable<VolumeBuilder>public static VolumeBuilder builder()
public String getId()
public String getName()
public String getDescription()
getDescription in interface Volumepublic Volume.Status getStatus()
public int getSize()
public String getZone()
public Date getCreated()
getCreated in interface Volumepublic String getVolumeType()
getVolumeType in interface Volumepublic String getSnapshotId()
getSnapshotId in interface Volumepublic Volume.MigrationStatus getMigrateStatus()
getMigrateStatus in interface Volumepublic String getImageRef()
getImageRef in interface Volumepublic String getSourceVolid()
getSourceVolid in interface Volumepublic Map<String,String> getMetaData()
getMetaData in interface Volumepublic List<? extends VolumeAttachment> getAttachments()
getAttachments in interface Volumepublic String getTenantId()
getTenantId in interface Volumepublic boolean bootable()
public boolean encrypted()
public String host()
Copyright © 2017. All rights reserved.