Uses of Class
org.jclouds.gogrid.options.GetImageListOptions
-
Packages that use GetImageListOptions Package Description org.jclouds.gogrid.features org.jclouds.gogrid.options -
-
Uses of GetImageListOptions in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features with parameters of type GetImageListOptions Modifier and Type Method Description Set<ServerImage>
GridImageApi. getImageList(GetImageListOptions... options)
Returns all server images. -
Uses of GetImageListOptions in org.jclouds.gogrid.options
Methods in org.jclouds.gogrid.options that return GetImageListOptions Modifier and Type Method Description static GetImageListOptions
GetImageListOptions.Builder. inDatacenter(String datacenterId)
GetImageListOptions
GetImageListOptions. inDatacenter(String datacenterId)
static GetImageListOptions
GetImageListOptions.Builder. maxItems(int maxNumber)
GetImageListOptions
GetImageListOptions. maxItemsNumber(Integer maxNumber)
GetImageListOptions
GetImageListOptions. onlyPrivate()
GetImageListOptions
GetImageListOptions. onlyPublic()
static GetImageListOptions
GetImageListOptions.Builder. publicDatabaseServers()
static GetImageListOptions
GetImageListOptions.Builder. publicWebServers()
GetImageListOptions
GetImageListOptions. setState(ServerImageState imageState)
GetImageListOptions
GetImageListOptions. setType(ServerImageType imageType)
-