oceanex v0.2.1 Oceanex.Resource.FloatingIP
DigitalOcean FloatingIP
resource api calls.
Summary
Functions
Get a specific action record on a FloatingIP
Get all action records that have been executed on a FloatingIP
List all FloatingIP records
Assign a FloatingIP to a Droplet
Create a FloatingIP record
Delete a specific FloatingIP record
Get a specific FloatingIP record
Unassign a FloatingIP from a Droplet
Functions
Get all action records that have been executed on a FloatingIP.
Assign a FloatingIP to a Droplet.
Examples
Oceanex.Resource.FloatingIP.assign(floating_ip_addr, %{droplet_id: droplet_id})
Create a FloatingIP record.
Examples
Oceanex.Resource.FloatingIP.create(%{droplet_id: droplet_id})
Oceanex.Resource.FloatingIP.create(%{region: region})