Red Hat Training

A Red Hat training course is available for Red Hat Fuse

79.7. BlockStorages エンドポイント

| operation | Description | Headers | Result | | ------ | ---- | ------- | 00:00:0- | | list | list all of the Block Storage volumes available on your account | | List<com.myjeeva.digitalocean.pojo.Volume > | | get | show information about a Block Storage volume| CamelDigitalOceanId Integer| com.myjeeva.digitalocean.pojo.Volume | | get | show information by name| CamelDigitalOceanName String <br>'CamelDigitalOceanRegion' string| com.myjeeva.digitalocean.pojo.Volume | | listSnapshots | volume から作成されたスナップショット | CamelDigitalOceanId Integer| List<com.myjeeva.digitalocean. POJO.Snapshot > | | create | create a new volume | CamelDigitalOceanVolumeSizeGigabytes Integer<br>'CamelDigitalOceanName' String<br>'CamelDigitalOceanDescription'* String<br>' camelDigitalOceanRegion'* String| com.myjeeva.digitalocean.pojo.Volume | | delete | delete a Block Storage volume, すべてのデータを破棄し、アカウントからデータを削除します| CamelDigitalOceanId Integer| com.myjeeva.digitalocean.pojo.Delete| | delete | delete a Block Storage volume by name| CamelDigitalOceanName String <br>'CamelDigitalOceanRegion' String| com.myjeeva.digitalocean.pojo.Delete | attach | attach a Block Storage volume to a Droplet| CamelDigitalOceanId Integer <br>'CamelDigitalOceanRegion' String | com.myjeeva.digitalocean.pojo.Delete | attach | attach a Block Storage volume to a Droplet| CamelDigitalOcean DigitalOceanDropletId' Integer<br>'CamelDigitalOceanDropletRegion' String| com.myjeeva.digitalocean.pojo.Action | attach | attach a Block Storage volume to a Droplet by name| Camel DigitalOceanName String<br>'CamelDigitalOceanDropletId' Integer<br>'CamelDigitalOceanDropletRegion' String| com.myjeeva.digitalocean.pojo.Action | detach | Block Storage ボリュームを Droplet| CamelDigitalOceanId Integer <br>'CamelDigitalOceanDropletId' Integer<br>'CamelDigitalOceanDropletRegion' String| com.myjeeva.digital ocean.pojo.Action | attach | detach a Block Storage volume from a Droplet by name| CamelDigitalOceanName String<br>'CamelDigitalOceanDropletId' Integer<br>'CamelDigitalOceanDropletRegion ' string | com.myjeeva.digitalocean.pojo.Action | resize | resize a Block Storage volume | CamelDigitalOceanVolumeSizeGigabytes Integer<br>'CamelDigitalOceanRegion' String| com.myjeeva.digitalocean.pojo.Action | | listActions | retrieve all actions that been executed on a volume | CamelDigitalOceanId Integer| List<com.myjeeva.digitalocean.pojo. action&gt; |