Package org.jclouds.cloudstack.options
Class ListServiceOfferingsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListServiceOfferingsOptions
- All Implemented Interfaces:
 HttpRequestOptions
Options used to control what service offerings are returned
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString 
- 
Field Details
- 
NONE
 
 - 
 - 
Constructor Details
- 
ListServiceOfferingsOptions
public ListServiceOfferingsOptions() 
 - 
 - 
Method Details
- 
id
- Parameters:
 id- the ID of the service offering
 - 
domainId
- Parameters:
 domainId- the ID of the domain associated with the service offering
 - 
name
- Parameters:
 name- the service offering name
 - 
virtualMachineId
- Parameters:
 virtualMachineId- the ID of the virtual machine. Pass this in if you want to see the available service offering that a virtual machine can be changed to.
 
 -