public class GetImageListOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
GetImageListOptions.Builder |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
GetImageListOptions() |
Modifier and Type | Method and Description |
---|---|
GetImageListOptions |
inDatacenter(String datacenterId) |
GetImageListOptions |
maxItemsNumber(Integer maxNumber) |
GetImageListOptions |
onlyPrivate() |
GetImageListOptions |
onlyPublic() |
GetImageListOptions |
setState(ServerImageState imageState) |
GetImageListOptions |
setType(ServerImageType imageType) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public GetImageListOptions setType(ServerImageType imageType)
public GetImageListOptions setState(ServerImageState imageState)
public GetImageListOptions onlyPublic()
public GetImageListOptions onlyPrivate()
public GetImageListOptions inDatacenter(String datacenterId)
public GetImageListOptions maxItemsNumber(Integer maxNumber)
Copyright © 2009-2012 jclouds. All Rights Reserved.