|
||||||||||
| 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.UpdateServiceOfferingOptions
public class UpdateServiceOfferingOptions
Options to control how service offerings are created
| Nested Class Summary | |
|---|---|
static class |
UpdateServiceOfferingOptions.Builder
|
| Field Summary | |
|---|---|
static UpdateServiceOfferingOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
UpdateServiceOfferingOptions()
|
|
| Method Summary | |
|---|---|
UpdateServiceOfferingOptions |
accountInDomain(String account,
long domain)
|
UpdateServiceOfferingOptions |
displayText(String displayText)
|
UpdateServiceOfferingOptions |
domainId(long domainId)
|
UpdateServiceOfferingOptions |
name(String name)
|
| 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 UpdateServiceOfferingOptions NONE
| Constructor Detail |
|---|
public UpdateServiceOfferingOptions()
| Method Detail |
|---|
public UpdateServiceOfferingOptions name(String name)
name - service offering namepublic UpdateServiceOfferingOptions displayText(String displayText)
displayText - service offering display text
public UpdateServiceOfferingOptions accountInDomain(String account,
long domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic UpdateServiceOfferingOptions domainId(long 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 | |||||||||