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
- Author:
- Oleksiy Yarmula
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
GetImageListOptions
public GetImageListOptions()
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)
Copyright © 2009-2011 jclouds. All Rights Reserved.