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
 

Fields in org.jclouds.cloudstack.domain declared as StorageType
protected  StorageType ServiceOffering.Builder.storageType
           
 

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
 T ServiceOffering.Builder.storageType(StorageType storageType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type StorageType
ServiceOffering(String id, String name, String displayText, Date created, String domain, String domainId, int cpuNumber, int cpuSpeed, int memory, boolean haSupport, StorageType storageType, Iterable<String> tags, boolean defaultUse, 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-2013 jclouds. All Rights Reserved.