Uses of Class
org.jclouds.cloudstack.domain.StorageType

Packages that use StorageType
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

Uses of StorageType in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return StorageType
static StorageType StorageType.fromValue(String type)
           
 StorageType ServiceOffering.getStorageType()
           
static StorageType StorageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StorageType[] StorageType.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 StorageType
 ServiceOffering.Builder ServiceOffering.Builder.storageType(StorageType storageType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type StorageType
ServiceOffering(long id, String name, String displayText, Date created, String domain, long domainId, int cpuNumber, int cpuSpeed, int memory, boolean haSupport, StorageType storageType, Set<String> tags, boolean defaultUse, String hostTags, boolean systemOffering, boolean cpuUseLimited, long networkRate, boolean systemVmType)
           
 

Uses of StorageType in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type StorageType
 CreateServiceOfferingOptions CreateServiceOfferingOptions.storageType(StorageType storageType)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.storageType(StorageType storageType)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.