org.jclouds.cloudstack.options
Class ListDiskOfferingsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
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:
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final ListDiskOfferingsOptions NONE
ListDiskOfferingsOptions
public ListDiskOfferingsOptions()
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.