You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-instance-snapshot-create-usage.golden
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ ARGS:
20
20
volume-id UUID of the volume
21
21
[tags.{index}] The tags of the snapshot
22
22
[project-id] Project ID to use. If none is passed the default project ID will be used
23
+
[volume-type] The volume type of the snapshot (unknown_volume_type | l_ssd | b_ssd | unified)
23
24
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
24
25
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
| project-id || Project ID to use. If none is passed the default project ID will be used |
1931
+
| volume-type | One of: `unknown_volume_type`, `l_ssd`, `b_ssd`, `unified`| The volume type of the snapshot |
1924
1932
| organization-id || Organization ID to use. If none is passed the default organization ID will be used |
1925
1933
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
1926
1934
@@ -2199,6 +2207,9 @@ We have two different types of volume (`volume_type`):
2199
2207
your instance is running. As of today, `b_ssd` is only available
2200
2208
for `DEV1`, `GP1` and `RENDER` offers.
2201
2209
2210
+
note: The `unified` volume type is not available for volumes. This
2211
+
type can only be used on snapshots.
2212
+
2202
2213
Minimum and maximum volume sizes for each volume types can be queried
2203
2214
from the zone `/products/volumes` API endpoint. _I.e_ for:
2204
2215
-`fr-par-1` use https://api.scaleway.com/instance/v1/zones/fr-par-1/products/volumes
0 commit comments