Package org.jclouds.gogrid.options
Class GetImageListOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.gogrid.options.GetImageListOptions
-
- All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions
public class GetImageListOptions extends org.jclouds.http.options.BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetImageListOptions.Builder
-
Constructor Summary
Constructors Constructor Description GetImageListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetImageListOptionsinDatacenter(String datacenterId)GetImageListOptionsmaxItemsNumber(Integer maxNumber)GetImageListOptionsonlyPrivate()GetImageListOptionsonlyPublic()GetImageListOptionssetState(ServerImageState imageState)GetImageListOptionssetType(ServerImageType imageType)
-
-
-
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)
-
-