Package org.jclouds.cloudstack.options
Class CreateServiceOfferingOptions.Builder
- java.lang.Object
-
- org.jclouds.cloudstack.options.CreateServiceOfferingOptions.Builder
-
- Enclosing class:
- CreateServiceOfferingOptions
public static class CreateServiceOfferingOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CreateServiceOfferingOptions
accountInDomain(String account, String domain)
static CreateServiceOfferingOptions
domainId(String domainId)
static CreateServiceOfferingOptions
highlyAvailable(boolean highlyAvailable)
static CreateServiceOfferingOptions
hostTags(Set<String> hostTags)
static CreateServiceOfferingOptions
isSystem(boolean isSystem)
static CreateServiceOfferingOptions
limitCpuUse(boolean limitCpuUse)
static CreateServiceOfferingOptions
networkRateInMb(int networkRate)
static CreateServiceOfferingOptions
storageType(StorageType storageType)
static CreateServiceOfferingOptions
systemVmType(SystemVmType systemVmType)
static CreateServiceOfferingOptions
tags(Set<String> tags)
-
-
-
Method Detail
-
hostTags
public static CreateServiceOfferingOptions hostTags(Set<String> hostTags)
-
isSystem
public static CreateServiceOfferingOptions isSystem(boolean isSystem)
-
limitCpuUse
public static CreateServiceOfferingOptions limitCpuUse(boolean limitCpuUse)
-
networkRateInMb
public static CreateServiceOfferingOptions networkRateInMb(int networkRate)
-
highlyAvailable
public static CreateServiceOfferingOptions highlyAvailable(boolean highlyAvailable)
-
storageType
public static CreateServiceOfferingOptions storageType(StorageType storageType)
-
systemVmType
public static CreateServiceOfferingOptions systemVmType(SystemVmType systemVmType)
-
tags
public static CreateServiceOfferingOptions tags(Set<String> tags)
-
accountInDomain
public static CreateServiceOfferingOptions accountInDomain(String account, String domain)
-
domainId
public static CreateServiceOfferingOptions domainId(String domainId)
-
-