Uses of Class
org.jclouds.glesys.domain.IpDetails

Packages that use IpDetails
org.jclouds.glesys.domain   
org.jclouds.glesys.features   
 

Uses of IpDetails in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return IpDetails
 IpDetails IpDetails.Builder.build()
           
 

Uses of IpDetails in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return IpDetails
 IpDetails IpClient.getIpDetails(String ipAddress)
          Get details about the given IP address such as gateway and netmask.
 

Methods in org.jclouds.glesys.features that return types with arguments of type IpDetails
 com.google.common.util.concurrent.ListenableFuture<IpDetails> IpAsyncClient.getIpDetails(String ipAddress)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.