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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateServiceOfferingOptions.Builder
public CreateServiceOfferingOptions.Builder()
hostTags
public static CreateServiceOfferingOptions hostTags(Set<String> hostTags)
- See Also:
CreateServiceOfferingOptions.hostTags(java.util.Set)
isSystem
public static CreateServiceOfferingOptions isSystem(boolean isSystem)
- See Also:
CreateServiceOfferingOptions.isSystem(boolean)
limitCpuUse
public static CreateServiceOfferingOptions limitCpuUse(boolean limitCpuUse)
- See Also:
CreateServiceOfferingOptions.limitCpuUse(boolean)
networkRateInMb
public static CreateServiceOfferingOptions networkRateInMb(int networkRate)
- See Also:
CreateServiceOfferingOptions.networkRateInMb(int)
highlyAvailable
public static CreateServiceOfferingOptions highlyAvailable(boolean highlyAvailable)
- See Also:
CreateServiceOfferingOptions.highlyAvailable(boolean)
storageType
public static CreateServiceOfferingOptions storageType(StorageType storageType)
- See Also:
CreateServiceOfferingOptions.storageType(org.jclouds.cloudstack.domain.StorageType)
systemVmType
public static CreateServiceOfferingOptions systemVmType(SystemVmType systemVmType)
- See Also:
CreateServiceOfferingOptions.systemVmType(org.jclouds.cloudstack.domain.SystemVmType)
tags
public static CreateServiceOfferingOptions tags(Set<String> tags)
- See Also:
CreateServiceOfferingOptions.tags(java.util.Set)
accountInDomain
public static CreateServiceOfferingOptions accountInDomain(String account,
long domain)
- See Also:
CreateServiceOfferingOptions.accountInDomain(java.lang.String, long)
domainId
public static CreateServiceOfferingOptions domainId(long domainId)
- See Also:
CreateServiceOfferingOptions.domainId(long)
Copyright © 2009-2012 jclouds. All Rights Reserved.