Uses of Class
org.jclouds.cloudstack.options.CreateServiceOfferingOptions

Packages that use CreateServiceOfferingOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of CreateServiceOfferingOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreateServiceOfferingOptions
 com.google.common.util.concurrent.ListenableFuture<ServiceOffering> GlobalOfferingAsyncClient.createServiceOffering(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options)
           
 ServiceOffering GlobalOfferingClient.createServiceOffering(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options)
          Create a new service offering
 

Uses of CreateServiceOfferingOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as CreateServiceOfferingOptions
static CreateServiceOfferingOptions CreateServiceOfferingOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return CreateServiceOfferingOptions
 CreateServiceOfferingOptions CreateServiceOfferingOptions.accountInDomain(String account, long domain)
          
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.accountInDomain(String account, long domain)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.domainId(long domainId)
          
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.domainId(long domainId)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.highlyAvailable(boolean highlyAvailable)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.highlyAvailable(boolean highlyAvailable)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.hostTags(Set<String> hostTags)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.hostTags(Set<String> hostTags)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.isSystem(boolean isSystem)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.isSystem(boolean isSystem)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.limitCpuUse(boolean limitCpuUse)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.limitCpuUse(boolean limitCpuUse)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.networkRateInMb(int networkRateInMb)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.networkRateInMb(int networkRate)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.storageType(StorageType storageType)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.storageType(StorageType storageType)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.systemVmType(SystemVmType systemVmType)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.systemVmType(SystemVmType systemVmType)
           
 CreateServiceOfferingOptions CreateServiceOfferingOptions.tags(Set<String> tags)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.tags(Set<String> tags)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.