public static class CreateServiceOfferingOptions.Builder extends Object
Constructor and Description |
---|
CreateServiceOfferingOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static CreateServiceOfferingOptions |
accountInDomain(String account,
long domain) |
static CreateServiceOfferingOptions |
domainId(long 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) |
public CreateServiceOfferingOptions.Builder()
public static CreateServiceOfferingOptions hostTags(Set<String> hostTags)
public static CreateServiceOfferingOptions isSystem(boolean isSystem)
public static CreateServiceOfferingOptions limitCpuUse(boolean limitCpuUse)
public static CreateServiceOfferingOptions networkRateInMb(int networkRate)
public static CreateServiceOfferingOptions highlyAvailable(boolean highlyAvailable)
public static CreateServiceOfferingOptions storageType(StorageType storageType)
public static CreateServiceOfferingOptions systemVmType(SystemVmType systemVmType)
public static CreateServiceOfferingOptions tags(Set<String> tags)
public static CreateServiceOfferingOptions accountInDomain(String account, long domain)
public static CreateServiceOfferingOptions domainId(long domainId)
Copyright © 2009-2012 jclouds. All Rights Reserved.