Skip to content

Commit

Permalink
Merge pull request #284 from mobilistics/feature/create-server-volume…
Browse files Browse the repository at this point in the history
…-type

Support volume_type in server create
  • Loading branch information
haphan authored Oct 11, 2020
2 parents 73b1616 + 904401e commit 7b0eeb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Compute/v2/Params.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,11 @@ public function blockDeviceMapping(): array
'sentAs' => 'volume_size',
'description' => 'Size of the volume created if we are doing vol creation',
],
'volumeType' => [
'type' => self::STRING_TYPE,
'sentAs' => 'volume_type',
'description' => 'The type of volume which the compute service will create and attach to the server.',
],
],
],
];
Expand Down

0 comments on commit 7b0eeb6

Please sign in to comment.