Skip to content

Commit 7b0eeb6

Browse files
authored
Merge pull request #284 from mobilistics/feature/create-server-volume-type
Support volume_type in server create
2 parents 73b1616 + 904401e commit 7b0eeb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Compute/v2/Params.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,11 @@ public function blockDeviceMapping(): array
356356
'sentAs' => 'volume_size',
357357
'description' => 'Size of the volume created if we are doing vol creation',
358358
],
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+
],
359364
],
360365
],
361366
];

0 commit comments

Comments
 (0)