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

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

Uses of GetIpListOptions in org.jclouds.gogrid.features
 

Methods in org.jclouds.gogrid.features with parameters of type GetIpListOptions
 Set<Ip> GridIpApi.getIpList(GetIpListOptions... options)
          Returns all IPs in the system that match the options
 

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()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.