|
||||||||||
| 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.ListServiceOfferingsOptions
public class ListServiceOfferingsOptions
Options used to control what service offerings are returned
| Nested Class Summary | |
|---|---|
static class |
ListServiceOfferingsOptions.Builder
|
| Field Summary | |
|---|---|
static ListServiceOfferingsOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListServiceOfferingsOptions()
|
|
| Method Summary | |
|---|---|
ListServiceOfferingsOptions |
domainId(String domainId)
|
ListServiceOfferingsOptions |
id(String id)
|
ListServiceOfferingsOptions |
name(String name)
|
ListServiceOfferingsOptions |
virtualMachineId(String virtualMachineId)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ListServiceOfferingsOptions NONE
| Constructor Detail |
|---|
public ListServiceOfferingsOptions()
| Method Detail |
|---|
public ListServiceOfferingsOptions id(String id)
id - the ID of the service offeringpublic ListServiceOfferingsOptions domainId(String domainId)
domainId - the ID of the domain associated with the service offeringpublic ListServiceOfferingsOptions name(String name)
name - the service offering namepublic ListServiceOfferingsOptions virtualMachineId(String virtualMachineId)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||