class OceanKit::Resource::Volume
- OceanKit::Resource::Volume
- OceanKit::Resource::Base
- Reference
- Object
Overview
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.
Defined in:
ocean_kit/resources/volume.crInstance Method Summary
-
#all
List all of the Block Storage volumes available on account
-
#create(options)
Create a new volume
- #create_snapshot(volume_id, name)
- #delete(volume_id)
- #find(volume_id)
- #snapshots(volume_id)
- #volumes