Public IPs
Manages the public IP addresses of a project: listing, retrieval, allocation and release. Allocation and release are applied asynchronously.
GET
List Public IPs
Returns a paged list of the project's public IP addresses.
POST
Create Public IP
Allocates a new public IP address in the project.
GET
Get Public IP
Returns a single public IP address by id.
DELETE
Delete Public IP
Releases (deletes) a public IP address from the project.