Uses of Enum Class
org.jclouds.cloudstack.domain.StoragePool.Type
Packages that use StoragePool.Type
-
Uses of StoragePool.Type in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as StoragePool.TypeMethods in org.jclouds.cloudstack.domain that return StoragePool.TypeModifier and TypeMethodDescriptionstatic StoragePool.TypeStoragePool.getType()static StoragePool.TypeReturns the enum constant of this class with the specified name.static StoragePool.Type[]StoragePool.Type.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.TypeConstructors in org.jclouds.cloudstack.domain with parameters of type StoragePool.TypeModifierConstructorDescriptionprotectedStoragePool(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)