|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.CreateDiskOfferingOptions
public class CreateDiskOfferingOptions
Options to control how disk offerings are created
| Nested Class Summary | |
|---|---|
static class |
CreateDiskOfferingOptions.Builder
|
| Field Summary | |
|---|---|
static CreateDiskOfferingOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
CreateDiskOfferingOptions()
|
|
| Method Summary | |
|---|---|
CreateDiskOfferingOptions |
accountInDomain(String account,
String domain)
|
CreateDiskOfferingOptions |
customized(boolean customized)
|
CreateDiskOfferingOptions |
diskSizeInGB(int diskSizeInGB)
|
CreateDiskOfferingOptions |
domainId(String domainId)
|
CreateDiskOfferingOptions |
tags(Set<String> tags)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CreateDiskOfferingOptions NONE
| Constructor Detail |
|---|
public CreateDiskOfferingOptions()
| Method Detail |
|---|
public CreateDiskOfferingOptions customized(boolean customized)
customized - whether disk offering is custom or notpublic CreateDiskOfferingOptions diskSizeInGB(int diskSizeInGB)
diskSizeInGB - size of the disk offering in GBpublic CreateDiskOfferingOptions tags(Set<String> tags)
tags - the tags for this service offering
public CreateDiskOfferingOptions accountInDomain(String account,
String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic CreateDiskOfferingOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||