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
--label stringToString Labels are key-value string pairs which can be attached to a volume. A label can be provided with the format key=value and the flag can be used multiple times to provide a list of labels (default [])
33
33
-n, --name string Volume name
34
34
--performance-class string Performance class
35
-
--size int Volume size (GB). Either size or source ID and type flags must be given.
36
-
--source-id string ID of the source object of volume. Either size or source id and type flags must be given. Source ID and type must be provided together.
37
-
--source-type string Type of the source object of volume. Either size or source id and type flags must be given. Source ID and type must be provided together.
35
+
--size int Volume size (GB). Either 'size' or the 'source-id' and 'source-type' flags must be given
36
+
--source-id string ID of the source object of volume. Either 'size' or the 'source-id' and 'source-type' flags must be given
37
+
--source-type string Type of the source object of volume. Either 'size' or the 'source-id' and 'source-type' flags must be given
0 commit comments