79.14. Floating IP エンドポイント
| operation | Description | Headers | Result | | ------ | ---- | ------- | 00:00:0- | | list | list all of the floating IPs available on your account | | List<com.myjeeva.digitalocean.pojo.FloatingIP > | | create | create a new Floating IP assigned to a Droplet | CamelDigitalOceanId Integer | List<com.myjeeva.digitalocean.pojo.FloatingIP > | | create | create a new Floating IP assigned to a Region | CamelDigitalOceanRegion String | List<com. myjeeva.digitalocean.pojo.FloatingIP > | | get | retrieve information about a floating IP| CamelDigitalOceanFloatingIPAddress String| com.myjeeva.digitalocean.pojo.Key | | delete | Floating IP を削除して、アカウントからその IP を削除します。CamelDigitalOceanFloatingIPAddress String| com.myjeeva.digitalocean.pojo.Delete | | assign | assign a floating IP to a Droplet| CamelDigitalOce anFloatingIPAddress String <br>'CamelDigitalOceanDropletId' Integer| com.myjeeva.digitalocean.pojo.Action | | unassign | unassign a Floating IP | CamelDigitalOceanFloatingIPAddress string | com.myjeeva.digitalocean.pojo.Action | | listActions | retrieve all actions that been executed on a floating IP | CamelDigitalOceanFloatingIPAddress String | List<com.myjeeva.digital ocean.pojo.Action> |