Uses of Enum Class
org.jclouds.cloudstack.domain.StoragePool.State
Packages that use StoragePool.State
-
Uses of StoragePool.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as StoragePool.StateMethods in org.jclouds.cloudstack.domain that return StoragePool.StateModifier and TypeMethodDescriptionstatic StoragePool.State
StoragePool.getState()
static StoragePool.State
Returns the enum constant of this class with the specified name.static StoragePool.State[]
StoragePool.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type StoragePool.StateConstructors in org.jclouds.cloudstack.domain with parameters of type StoragePool.StateModifierConstructorDescriptionprotected
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)