Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Field and Description |
---|---|
protected StoragePool.State |
StoragePool.Builder.state |
Modifier and Type | Method and Description |
---|---|
static StoragePool.State |
StoragePool.State.fromValue(String type) |
StoragePool.State |
StoragePool.getState() |
static StoragePool.State |
StoragePool.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoragePool.State[] |
StoragePool.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
StoragePool.Builder.state(StoragePool.State state) |
Constructor and Description |
---|
StoragePool(String id,
String name,
String path,
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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.