Uses of Class
org.jclouds.cloudstack.options.CreateServiceOfferingOptions
Packages that use CreateServiceOfferingOptions
-
Uses of CreateServiceOfferingOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type CreateServiceOfferingOptionsModifier and TypeMethodDescriptionGlobalOfferingApi.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 CreateServiceOfferingOptionsModifier and TypeFieldDescriptionstatic final CreateServiceOfferingOptions
CreateServiceOfferingOptions.NONE
Methods in org.jclouds.cloudstack.options that return CreateServiceOfferingOptionsModifier and TypeMethodDescriptionCreateServiceOfferingOptions.accountInDomain
(String account, String domain) static CreateServiceOfferingOptions
CreateServiceOfferingOptions.Builder.accountInDomain
(String account, String domain) static CreateServiceOfferingOptions
static CreateServiceOfferingOptions
CreateServiceOfferingOptions.Builder.highlyAvailable
(boolean highlyAvailable) CreateServiceOfferingOptions.highlyAvailable
(boolean highlyAvailable) static CreateServiceOfferingOptions
static CreateServiceOfferingOptions
CreateServiceOfferingOptions.Builder.isSystem
(boolean isSystem) CreateServiceOfferingOptions.isSystem
(boolean isSystem) static CreateServiceOfferingOptions
CreateServiceOfferingOptions.Builder.limitCpuUse
(boolean limitCpuUse) CreateServiceOfferingOptions.limitCpuUse
(boolean limitCpuUse) static CreateServiceOfferingOptions
CreateServiceOfferingOptions.Builder.networkRateInMb
(int networkRate) CreateServiceOfferingOptions.networkRateInMb
(int networkRateInMb) static CreateServiceOfferingOptions
CreateServiceOfferingOptions.Builder.storageType
(StorageType storageType) CreateServiceOfferingOptions.storageType
(StorageType storageType) static CreateServiceOfferingOptions
CreateServiceOfferingOptions.Builder.systemVmType
(SystemVmType systemVmType) CreateServiceOfferingOptions.systemVmType
(SystemVmType systemVmType) static CreateServiceOfferingOptions