Package org.jclouds.cloudstack.options
Class ListServiceOfferingsOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.ListServiceOfferingsOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class ListServiceOfferingsOptions extends BaseHttpRequestOptions
Options used to control what service offerings are returned
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListServiceOfferingsOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListServiceOfferingsOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description ListServiceOfferingsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
NONE
public static final ListServiceOfferingsOptions NONE
-
-
Method Detail
-
id
public ListServiceOfferingsOptions id(String id)
- Parameters:
id
- the ID of the service offering
-
domainId
public ListServiceOfferingsOptions domainId(String domainId)
- Parameters:
domainId
- the ID of the domain associated with the service offering
-
name
public ListServiceOfferingsOptions name(String name)
- Parameters:
name
- the service offering name
-
virtualMachineId
public ListServiceOfferingsOptions virtualMachineId(String 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.
-
-