public class StoragePool extends Object implements Comparable<StoragePool>
Modifier and Type | Class and Description |
---|---|
static class |
StoragePool.Builder<T extends StoragePool.Builder<T>> |
static class |
StoragePool.State |
static class |
StoragePool.Type |
Modifier | Constructor and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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() |
@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)
public static StoragePool.Builder<?> builder()
public StoragePool.Builder<?> toBuilder()
public String getId()
@Nullable public StoragePool.State getState()
@Nullable public StoragePool.Type getType()
public long getDiskSizeAllocated()
public long getDiskSizeTotal()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(StoragePool other)
compareTo
in interface Comparable<StoragePool>
Copyright © 2009-2013 jclouds. All Rights Reserved.