class

OceanKit::Resource::VolumeAction

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

Instance methods

attach(volume_id, droplet_id)

Attach a Block Storage volume to a Droplet

Each volume may only be attached to a single Droplet. However, up to five volumes may be attached to a Droplet at a time

Source
deattach(volume_id, droplet_id)

Detach a Block Storage volume from a Droplet

Source
resize(volume_id, size_gigabytes)

Resize a Block Storage volume

Source
volume_actions
Source