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)
           
 GetImageListOptions GetImageListOptions.Builder.inDatacenter(String datacenterId)
           
 GetImageListOptions GetImageListOptions.maxItemsNumber(Integer maxNumber)
           
 GetImageListOptions GetImageListOptions.onlyPrivate()
           
 GetImageListOptions GetImageListOptions.onlyPublic()
           
 GetImageListOptions GetImageListOptions.Builder.publicDatabaseServers()
           
 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
 Set<ServerImage> GridImageClient.getImageList(GetImageListOptions... options)
          Returns all server images.
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImageList(GetImageListOptions... options)
           
 



Copyright © 2009-2010 jclouds. All Rights Reserved.