public class StoragePool extends Object implements Comparable<StoragePool>
Modifier and Type | Class and Description |
---|---|
static class |
StoragePool.Builder |
static class |
StoragePool.State |
static class |
StoragePool.Type |
Constructor and Description |
---|
StoragePool(long id,
String name,
String path,
String tags,
StoragePool.State state,
StoragePool.Type type,
long zoneId,
String zoneName,
long podId,
String podName,
long clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
Long jobId,
String jobStatus) |
Modifier and Type | Method and Description |
---|---|
static StoragePool.Builder |
builder() |
int |
compareTo(StoragePool other) |
boolean |
equals(Object o) |
long |
getClusterId() |
String |
getClusterName() |
Date |
getCreated() |
long |
getDiskSizeAllocated() |
long |
getDiskSizeTotal() |
long |
getId() |
String |
getIpAddress() |
Long |
getJobId() |
String |
getJobStatus() |
String |
getName() |
String |
getPath() |
long |
getPodId() |
String |
getPodName() |
StoragePool.State |
getState() |
String |
getTags() |
StoragePool.Type |
getType() |
long |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
String |
toString() |
public StoragePool(long id, String name, String path, String tags, StoragePool.State state, StoragePool.Type type, long zoneId, String zoneName, long podId, String podName, long clusterId, String clusterName, Date created, long diskSizeAllocated, long diskSizeTotal, String ipAddress, Long jobId, String jobStatus)
public static StoragePool.Builder builder()
public long getId()
public String getName()
public String getPath()
public String getTags()
public StoragePool.State getState()
public StoragePool.Type getType()
public long getZoneId()
public String getZoneName()
public long getPodId()
public String getPodName()
public long getClusterId()
public String getClusterName()
public Date getCreated()
public long getDiskSizeAllocated()
public long getDiskSizeTotal()
public String getIpAddress()
public Long getJobId()
public String getJobStatus()
public int compareTo(StoragePool other)
compareTo
in interface Comparable<StoragePool>
Copyright © 2009-2012 jclouds. All Rights Reserved.