org.jclouds.cloudstack.options
Class UpdateServiceOfferingOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.UpdateServiceOfferingOptions
- All Implemented Interfaces:
- HttpRequestOptions
public class UpdateServiceOfferingOptions
- extends AccountInDomainOptions
Options to control how service offerings are created
- Author:
- Andrei Savu
- See Also:
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final UpdateServiceOfferingOptions NONE
UpdateServiceOfferingOptions
public UpdateServiceOfferingOptions()
name
public UpdateServiceOfferingOptions name(String name)
- Parameters:
name - service offering name
displayText
public UpdateServiceOfferingOptions displayText(String displayText)
- Parameters:
displayText - service offering display text
accountInDomain
public UpdateServiceOfferingOptions accountInDomain(String account,
long domain)
-
- Overrides:
accountInDomain in class AccountInDomainOptions
- Parameters:
account - an optional account for the resourcedomain - domain id
domainId
public UpdateServiceOfferingOptions domainId(long domainId)
-
- Overrides:
domainId in class AccountInDomainOptions
- Parameters:
domainId - The domain for the resource
Copyright © 2009-2012 jclouds. All Rights Reserved.