Package 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListDiskOfferingsOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListDiskOfferingsOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description ListDiskOfferingsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDiskOfferingsOptions
domainId(String domainId)
ListDiskOfferingsOptions
id(String id)
ListDiskOfferingsOptions
name(String name)
-
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 ListDiskOfferingsOptions NONE
-
-
Method Detail
-
id
public ListDiskOfferingsOptions id(String id)
- Parameters:
id
- the ID of the disk offering
-
domainId
public ListDiskOfferingsOptions domainId(String 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
-
-