Package | Description |
---|---|
org.jclouds.cloudstack.domain |
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 |
---|---|
StoragePool.Builder |
StoragePool.Builder.state(StoragePool.State state) |
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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.