public interface GridIpApi
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.
|
@GET @Path(value="/grid/ip/list") Set<Ip> getIpList(GetIpListOptions... options)
options
- options to narrow the search down@GET @Path(value="/grid/ip/list") Set<Ip> getUnassignedIpList()
@GET @Path(value="/grid/ip/list") Set<Ip> getUnassignedPublicIpList()
@GET @Path(value="/grid/ip/list") Set<Ip> getAssignedIpList()
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.