Private IPs REST Endpoints

Networking/Private IPs
The operations from the Networking/Private IPs category.
Create a Private IP
Method: post
Path: /20160918/privateIps
Delete a Private IP
Method: delete
Path: /20160918/privateIps/{private_ip_id}
Get a Private IP
Method: get
Path: /20160918/privateIps/{private_ip_id}
List Private IPs
Method: get
Path: /20160918/privateIps
Update a Private IP
Method: put
Path: /20160918/privateIps/{private_ip_id}