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