Package org.jclouds.gogrid.options
Class GetImageListOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.gogrid.options.GetImageListOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class GetImageListOptions extends BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetImageListOptions.Builder
-
Field Summary
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description GetImageListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetImageListOptions
inDatacenter(String datacenterId)
GetImageListOptions
maxItemsNumber(Integer maxNumber)
GetImageListOptions
onlyPrivate()
GetImageListOptions
onlyPublic()
GetImageListOptions
setState(ServerImageState imageState)
GetImageListOptions
setType(ServerImageType imageType)
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Method Detail
-
setType
public GetImageListOptions setType(ServerImageType imageType)
-
setState
public GetImageListOptions setState(ServerImageState imageState)
-
onlyPublic
public GetImageListOptions onlyPublic()
-
onlyPrivate
public GetImageListOptions onlyPrivate()
-
inDatacenter
public GetImageListOptions inDatacenter(String datacenterId)
-
maxItemsNumber
public GetImageListOptions maxItemsNumber(Integer maxNumber)
-
-