Package org.jclouds.gogrid.features
Interface GridIpApi
public interface GridIpApi
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of assigned IPs NOTE: this returns both public and private IPs!Retrieves the list of supported Datacenters to retrieve ips from.getIpList
(GetIpListOptions... options) Returns all IPs in the system that match the optionsReturns the list of unassigned IPs.Returns the list of unassigned public IPs.
-
Method Details
-
getIpList
Returns all IPs in the system that match the options- Parameters:
options
- options to narrow the search down- Returns:
- IPs found by the search
-
getUnassignedIpList
Returns the list of unassigned IPs. NOTE: this returns both public and private IPs!- Returns:
- unassigned IPs
-
getUnassignedPublicIpList
Returns the list of unassigned public IPs.- Returns:
- unassigned public IPs
-
getAssignedIpList
Returns the list of assigned IPs NOTE: this returns both public and private IPs!- Returns:
- assigned IPs
-
getDatacenters
Retrieves the list of supported Datacenters to retrieve ips from. The objects will have datacenter ID, name and description. In most cases, id or name will be used forinvalid reference
#addServer
- Returns:
- supported datacenters
-