public class ListServiceOfferingsOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceOfferingsOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListServiceOfferingsOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListServiceOfferingsOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceOfferingsOptions |
domainId(long domainId) |
ListServiceOfferingsOptions |
id(long id) |
ListServiceOfferingsOptions |
name(String name) |
ListServiceOfferingsOptions |
virtualMachineId(long virtualMachineId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListServiceOfferingsOptions NONE
public ListServiceOfferingsOptions id(long id)
id - the ID of the service offeringpublic ListServiceOfferingsOptions domainId(long domainId)
domainId - the ID of the domain associated with the service offeringpublic ListServiceOfferingsOptions name(String name)
name - the service offering namepublic ListServiceOfferingsOptions virtualMachineId(long 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.Copyright © 2009-2012 jclouds. All Rights Reserved.