org.jclouds.cloudstack.options
Class ListDiskOfferingsOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.cloudstack.options.ListDiskOfferingsOptions
All Implemented Interfaces:
HttpRequestOptions

public class ListDiskOfferingsOptions
extends BaseHttpRequestOptions

Options used to control what disk offerings are returned

Author:
Adrian Cole
See Also:

Nested Class Summary
static class ListDiskOfferingsOptions.Builder
           
 
Field Summary
static ListDiskOfferingsOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListDiskOfferingsOptions()
           
 
Method Summary
 ListDiskOfferingsOptions domainId(long domainId)
           
 ListDiskOfferingsOptions id(long id)
           
 ListDiskOfferingsOptions name(String name)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ListDiskOfferingsOptions NONE
Constructor Detail

ListDiskOfferingsOptions

public ListDiskOfferingsOptions()
Method Detail

id

public ListDiskOfferingsOptions id(long id)
Parameters:
id - the ID of the disk offering

domainId

public ListDiskOfferingsOptions domainId(long domainId)
Parameters:
domainId - the ID of the domain associated with the disk offering

name

public ListDiskOfferingsOptions name(String name)
Parameters:
name - the disk offering name


Copyright © 2009-2012 jclouds. All Rights Reserved.