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
cretate(droplet_id)
On creation, a Floating IP must be either assigned to a Droplet or reserved to a region
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
floating_ips
Source