Uses of Class
org.jclouds.cloudstack.domain.StoragePool.Type
-
Packages that use StoragePool.Type Package Description org.jclouds.cloudstack.domain -
-
Uses of StoragePool.Type in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as StoragePool.Type Modifier and Type Field Description protected StoragePool.TypeStoragePool.Builder. typeMethods in org.jclouds.cloudstack.domain that return StoragePool.Type Modifier and Type Method Description static StoragePool.TypeStoragePool.Type. fromValue(String type)StoragePool.TypeStoragePool. getType()static StoragePool.TypeStoragePool.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 Modifier and Type Method Description TStoragePool.Builder. type(StoragePool.Type type)Constructors in org.jclouds.cloudstack.domain with parameters of type StoragePool.Type Constructor Description 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)
-