Uses of Enum Class
org.jclouds.cloudstack.domain.StorageType
Packages that use StorageType
-
Uses of StorageType in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as StorageTypeMethods in org.jclouds.cloudstack.domain that return StorageTypeModifier and TypeMethodDescriptionstatic StorageTypeServiceOffering.getStorageType()static StorageTypeReturns the enum constant of this class with the specified name.static StorageType[]StorageType.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 StorageTypeConstructors in org.jclouds.cloudstack.domain with parameters of type StorageTypeModifierConstructorDescriptionprotectedServiceOffering(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 StorageTypeModifier and TypeMethodDescriptionstatic CreateServiceOfferingOptionsCreateServiceOfferingOptions.Builder.storageType(StorageType storageType) CreateServiceOfferingOptions.storageType(StorageType storageType)