We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73b1616 + 904401e commit 7b0eeb6Copy full SHA for 7b0eeb6
src/Compute/v2/Params.php
@@ -356,6 +356,11 @@ public function blockDeviceMapping(): array
356
'sentAs' => 'volume_size',
357
'description' => 'Size of the volume created if we are doing vol creation',
358
],
359
+ 'volumeType' => [
360
+ 'type' => self::STRING_TYPE,
361
+ 'sentAs' => 'volume_type',
362
+ 'description' => 'The type of volume which the compute service will create and attach to the server.',
363
+ ],
364
365
366
];
0 commit comments