|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.Volume
public class Volume
| Nested Class Summary | |
|---|---|
static class |
Volume.Builder<T extends Volume.Builder<T>>
|
static class |
Volume.State
|
static class |
Volume.Type
|
| Constructor Summary | |
|---|---|
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)
|
| Method Summary | |
|---|---|
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()
|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@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"})
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)
| Method Detail |
|---|
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()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||