Uses of Class
org.jclouds.cloudstack.domain.StoragePool.Type

Packages that use StoragePool.Type
org.jclouds.cloudstack.domain   
 

Uses of StoragePool.Type in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return StoragePool.Type
static StoragePool.Type StoragePool.Type.fromValue(String type)
           
 StoragePool.Type StoragePool.getType()
           
static StoragePool.Type StoragePool.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StoragePool.Type[] StoragePool.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type StoragePool.Type
 StoragePool.Builder StoragePool.Builder.type(StoragePool.Type type)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type StoragePool.Type
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.