Public IPs REST Endpoints

Networking/Public IPs
The operations from the Networking/Public IPs category.
Change a Public IP Compartment
Method: post
Path: /20160918/publicIps/{public_ip_id}/actions/changeCompartment
Create a Public IP
Method: post
Path: /20160918/publicIps
Delete a Public IP
Method: delete
Path: /20160918/publicIps/{public_ip_id}
Get a Public IP
Method: get
Path: /20160918/publicIps/{public_ip_id}
Get a Public IP By IP Address
Method: post
Path: /20160918/publicIps/actions/getByIpAddress
Get a Public IP By Private IP ID
Method: post
Path: /20160918/publicIps/actions/getByPrivateIpId
List Public IPs
Method: get
Path: /20160918/publicIps
Update a Public IP
Method: put
Path: /20160918/publicIps/{public_ip_id}