Uses of Class
org.jclouds.gogrid.options.GetImageListOptions

Packages that use GetImageListOptions
org.jclouds.gogrid.options   
org.jclouds.gogrid.services   
 

Uses of GetImageListOptions in org.jclouds.gogrid.options
 

Methods in org.jclouds.gogrid.options that return GetImageListOptions
 GetImageListOptions GetImageListOptions.inDatacenter(String datacenterId)
           
static GetImageListOptions GetImageListOptions.Builder.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)
           
 

Uses of GetImageListOptions in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services with parameters of type GetImageListOptions
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImageList(GetImageListOptions... options)
           
 Set<ServerImage> GridImageClient.getImageList(GetImageListOptions... options)
          Returns all server images.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.