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, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListServiceOfferingsOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceOfferingsOptions |
domainId(String domainId) |
ListServiceOfferingsOptions |
id(String id) |
ListServiceOfferingsOptions |
name(String name) |
ListServiceOfferingsOptions |
virtualMachineId(String virtualMachineId) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListServiceOfferingsOptions NONE
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.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.