class

OceanKit::Resource::Volume

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

The response will be a JSON object with a key called volumes. This will be set to an array of volume objects, each of which will contain the standard volume attributes.

Instance methods

all

List all of the Block Storage volumes available on account

Source
create(options)

Create a new volume

Source
create_snapshot(volume_id, name)
Source
delete(volume_id)
Source
find(volume_id)
Source
snapshots(volume_id)
Source
volumes
Source