|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.StoragePool
public class StoragePool
Represents a storage pool in CloudStack
| Nested Class Summary | |
|---|---|
static class |
StoragePool.Builder<T extends StoragePool.Builder<T>>
|
static class |
StoragePool.State
|
static class |
StoragePool.Type
|
| Constructor Summary | |
|---|---|
protected |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus)
|
| Method Summary | |
|---|---|
static StoragePool.Builder<?> |
builder()
|
int |
compareTo(StoragePool other)
|
boolean |
equals(Object obj)
|
String |
getClusterId()
|
String |
getClusterName()
|
Date |
getCreated()
|
long |
getDiskSizeAllocated()
|
long |
getDiskSizeTotal()
|
String |
getId()
|
String |
getIpAddress()
|
String |
getJobId()
|
String |
getJobStatus()
|
String |
getName()
|
String |
getPath()
|
String |
getPodId()
|
String |
getPodName()
|
StoragePool.State |
getState()
|
Set<String> |
getTags()
|
StoragePool.Type |
getType()
|
String |
getZoneId()
|
String |
getZoneName()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
StoragePool.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","name","path","tags","state","type","zoneid","zonename","podid","podname","clusterid","clustername","created","disksizeallocated","disksizetotal","ipaddress","jobid","jobstatus"})
protected StoragePool(String id,
@Nullable
String name,
@Nullable
String path,
@Nullable
Iterable<String> tags,
@Nullable
StoragePool.State state,
@Nullable
StoragePool.Type type,
@Nullable
String zoneId,
@Nullable
String zoneName,
@Nullable
String podId,
@Nullable
String podName,
@Nullable
String clusterId,
@Nullable
String clusterName,
@Nullable
Date created,
long diskSizeAllocated,
long diskSizeTotal,
@Nullable
String ipAddress,
@Nullable
String jobId,
@Nullable
String jobStatus)
| Method Detail |
|---|
public static StoragePool.Builder<?> builder()
public StoragePool.Builder<?> toBuilder()
public String getId()
@Nullable public String getName()
@Nullable public String getPath()
public Set<String> getTags()
@Nullable public StoragePool.State getState()
@Nullable public StoragePool.Type getType()
@Nullable public String getZoneId()
@Nullable public String getZoneName()
@Nullable public String getPodId()
@Nullable public String getPodName()
@Nullable public String getClusterId()
@Nullable public String getClusterName()
@Nullable public Date getCreated()
public long getDiskSizeAllocated()
public long getDiskSizeTotal()
@Nullable public String getIpAddress()
@Nullable public String getJobId()
@Nullable public String getJobStatus()
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 Objectpublic int compareTo(StoragePool other)
compareTo in interface Comparable<StoragePool>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||