class

OceanKit::Resource::FloatingIps

Inherits OceanKit::Resource::Base / OceanKit::Client::Connection / Reference / Object

Floating IP objects represent a publicly-accessible static IP addresses that can be mapped to one of your Droplets. They can be used to create highly available setups or other configurations requiring movable addresses.

Floating IP are bound to a specific region.

Instance methods

all

List all of the Floating IPs available on your account

Source
cretate(droplet_id)

On creation, a Floating IP must be either assigned to a Droplet or reserved to a region

Source
delete(floating_ip)

Delete a Floating IP and remove it from your account No response body will be sent back Response code will be a 204, which means that the action was successful

Source
find(floating_ip)

Show information about a Floating IP

Source
floating_ips
Source