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 GetImageListOptionsGetImageListOptions.Builder. inDatacenter(String datacenterId)GetImageListOptionsGetImageListOptions. inDatacenter(String datacenterId)static GetImageListOptionsGetImageListOptions.Builder. maxItems(int maxNumber)GetImageListOptionsGetImageListOptions. maxItemsNumber(Integer maxNumber)GetImageListOptionsGetImageListOptions. onlyPrivate()GetImageListOptionsGetImageListOptions. onlyPublic()static GetImageListOptionsGetImageListOptions.Builder. publicDatabaseServers()static GetImageListOptionsGetImageListOptions.Builder. publicWebServers()GetImageListOptionsGetImageListOptions. setState(ServerImageState imageState)GetImageListOptionsGetImageListOptions. setType(ServerImageType imageType)
-