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

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

Uses of GetIpListOptions in org.jclouds.gogrid.options
 

Fields in org.jclouds.gogrid.options declared as GetIpListOptions
static GetIpListOptions GetIpListOptions.NONE
           
 

Methods in org.jclouds.gogrid.options that return GetIpListOptions
 GetIpListOptions GetIpListOptions.Builder.create()
           
 GetIpListOptions GetIpListOptions.inDatacenter(String datacenterId)
           
 GetIpListOptions GetIpListOptions.Builder.inDatacenter(String datacenterId)
           
 GetIpListOptions GetIpListOptions.Builder.limitToType(IpType type)
           
 GetIpListOptions GetIpListOptions.onlyAssigned()
           
 GetIpListOptions GetIpListOptions.onlyUnassigned()
           
 GetIpListOptions GetIpListOptions.onlyWithType(IpType type)
           
 GetIpListOptions GetIpListOptions.Builder.unassignedPublicIps()
           
 

Uses of GetIpListOptions in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services with parameters of type GetIpListOptions
 com.google.common.util.concurrent.ListenableFuture<Set<Ip>> GridIpAsyncClient.getIpList(GetIpListOptions... options)
           
 Set<Ip> GridIpClient.getIpList(GetIpListOptions... options)
          Returns all IPs in the system that match the options
 



Copyright © 2009-2011 jclouds. All Rights Reserved.