Uses of Class
org.jclouds.gogrid.domain.IpType

Packages that use IpType
org.jclouds.gogrid.domain   
org.jclouds.gogrid.options   
 

Uses of IpType in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain that return IpType
static IpType IpType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IpType[] IpType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IpType in org.jclouds.gogrid.options
 

Methods in org.jclouds.gogrid.options with parameters of type IpType
 GetIpListOptions GetIpListOptions.Builder.limitToType(IpType type)
           
 GetIpListOptions GetIpListOptions.onlyWithType(IpType type)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.