Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
haphan committed Oct 11, 2020
2 parents 4c0311f + 7b0eeb6 commit 9210386
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Compute/v2/Params.php
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 9210386

Please sign in to comment.