public interface GridIpClient
| Modifier and Type | Method and Description | 
|---|---|
Set<Ip> | 
getAssignedIpList()
Returns the list of assigned IPs
 
 NOTE: this returns both public and private IPs! 
 | 
Set<Option> | 
getDatacenters()
Retrieves the list of supported Datacenters to retrieve ips from. 
 | 
Set<Ip> | 
getIpList(GetIpListOptions... options)
Returns all IPs in the system that match the options 
 | 
Set<Ip> | 
getUnassignedIpList()
Returns the list of unassigned IPs. 
 | 
Set<Ip> | 
getUnassignedPublicIpList()
Returns the list of unassigned public IPs. 
 | 
Set<Ip> getIpList(GetIpListOptions... options)
options - options to narrow the search downSet<Ip> getUnassignedIpList()
Set<Ip> getUnassignedPublicIpList()
Set<Ip> getAssignedIpList()
Copyright © 2009-2013 jclouds. All Rights Reserved.