Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/ovhcloud_cloud_storage_block.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Manage block storage volumes in the given cloud project
* [ovhcloud cloud storage block attach](ovhcloud_cloud_storage_block_attach.md) - Attach the given volume to the given instance
* [ovhcloud cloud storage block backup](ovhcloud_cloud_storage_block_backup.md) - Manage volume backups in the given cloud project
* [ovhcloud cloud storage block create](ovhcloud_cloud_storage_block_create.md) - Create a new volume
* [ovhcloud cloud storage block create-from-backup](ovhcloud_cloud_storage_block_create-from-backup.md) - Create a volume from the given backup
* [ovhcloud cloud storage block delete](ovhcloud_cloud_storage_block_delete.md) - Delete the given volume
* [ovhcloud cloud storage block detach](ovhcloud_cloud_storage_block_detach.md) - Detach the given volume from the given instance
* [ovhcloud cloud storage block edit](ovhcloud_cloud_storage_block_edit.md) - Edit the given volume
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_storage_block_backup_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ovhcloud cloud storage block backup create <volume_id> <backup_name> [flags]

```
-h, --help help for create
--wait Wait for the backup to be READY before exiting
```

### Options inherited from parent commands
Expand Down
38 changes: 0 additions & 38 deletions doc/ovhcloud_cloud_storage_block_create-from-backup.md

This file was deleted.

2 changes: 1 addition & 1 deletion doc/ovhcloud_cloud_storage_block_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ovhcloud cloud storage block create <region> [flags]
--replace Replace parameters file if it already exists
--size int Volume size (in GB)
--snapshot-id string Snapshot ID to create the volume from
--type string Volume type (classic, classic-luks, classic-multiattach, high-speed, high-speed-gen2, high-speed-gen2-luks, high-speed-luks)
--type string Volume type (CLASSIC, HIGH_SPEED, HIGH_SPEED_GEN2)
--wait Wait for volume creation to be done before exiting
```

Expand Down
3 changes: 2 additions & 1 deletion doc/ovhcloud_cloud_storage_block_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ovhcloud cloud storage block edit <volume_id> [flags]
-h, --help help for edit
--name string Volume name
--size int Volume size (in GB, can only be increased)
--type string Volume type (classic, classic-luks, classic-multiattach, high-speed, high-speed-gen2, high-speed-gen2-luks, high-speed-luks)
--type string Volume type (CLASSIC, HIGH_SPEED, HIGH_SPEED_GEN2)
--wait Wait for the volume to be READY before exiting
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_storage_block_snapshot_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ovhcloud cloud storage block snapshot create <volume_id> [flags]
--description string Snapshot description
-h, --help help for create
--name string Snapshot name
--wait Wait for the snapshot to be READY before exiting
```

### Options inherited from parent commands
Expand Down
Loading
Loading