public class Volume extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Volume.Builder<T extends Volume.Builder<T>> |
static class |
Volume.State |
static class |
Volume.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName,
Set<Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
static Volume.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAccount() |
Date |
getAttached() |
Date |
getCreated() |
String |
getDeviceId() |
String |
getDiskOfferingDisplayText() |
String |
getDiskOfferingId() |
String |
getDiskOfferingName() |
String |
getDomain() |
String |
getDomainId() |
String |
getHypervisor() |
String |
getId() |
String |
getJobId() |
String |
getJobStatus() |
String |
getName() |
String |
getServiceOfferingDisplayText() |
String |
getServiceOfferingId() |
String |
getServiceOfferingName() |
long |
getSize() |
String |
getSnapshotId() |
Volume.State |
getState() |
String |
getStorage() |
String |
getStorageType() |
Set<Tag> |
getTags() |
Volume.Type |
getType() |
String |
getVirtualMachineId() |
String |
getVmDisplayName() |
String |
getVmName() |
VirtualMachine.State |
getVmState() |
String |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
boolean |
isDestroyed() |
boolean |
isExtractable() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Volume.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","account","attached","created","destroyed","deviceid","diskofferingdisplaytext","diskofferingid","diskofferingname","domain","domainid","hypervisor","isextractable","jobid","jobstatus","name","serviceofferingdisplaytext","serviceofferingid","serviceofferingname","size","snapshotid","state","storage","storagetype","type","virtualmachineid","vmdisplayname","vmname","vmstate","zoneid","zonename","tags"}) protected Volume(String id, @Nullable String account, @Nullable Date attached, @Nullable Date created, boolean destroyed, @Nullable String deviceId, @Nullable String diskOfferingDisplayText, @Nullable String diskOfferingId, @Nullable String diskOfferingName, @Nullable String domain, @Nullable String domainId, @Nullable String hypervisor, boolean isExtractable, @Nullable String jobId, @Nullable String jobStatus, @Nullable String name, @Nullable String serviceOfferingDisplayText, @Nullable String serviceOfferingId, @Nullable String serviceOfferingName, long size, @Nullable String snapshotId, @Nullable Volume.State state, @Nullable String storage, @Nullable String storageType, @Nullable Volume.Type type, @Nullable String virtualMachineId, @Nullable String vmDisplayName, @Nullable String vmName, @Nullable VirtualMachine.State vmState, @Nullable String zoneId, @Nullable String zoneName, @Nullable Set<Tag> tags)
public static Volume.Builder<?> builder()
public Volume.Builder<?> toBuilder()
public String getId()
@Nullable public String getAccount()
@Nullable public Date getAttached()
@Nullable public Date getCreated()
public boolean isDestroyed()
@Nullable public String getDeviceId()
@Nullable public String getDiskOfferingDisplayText()
@Nullable public String getDiskOfferingId()
@Nullable public String getDiskOfferingName()
@Nullable public String getDomain()
@Nullable public String getDomainId()
@Nullable public String getHypervisor()
public boolean isExtractable()
@Nullable public String getJobId()
@Nullable public String getJobStatus()
@Nullable public String getName()
@Nullable public String getServiceOfferingDisplayText()
@Nullable public String getServiceOfferingId()
@Nullable public String getServiceOfferingName()
public long getSize()
@Nullable public String getSnapshotId()
@Nullable public Volume.State getState()
@Nullable public String getStorage()
@Nullable public String getStorageType()
@Nullable public Volume.Type getType()
@Nullable public String getVirtualMachineId()
@Nullable public String getVmDisplayName()
@Nullable public String getVmName()
@Nullable public VirtualMachine.State getVmState()
@Nullable public String getZoneId()
@Nullable public String getZoneName()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.