diff --git a/src/Compute/v2/Api.php b/src/Compute/v2/Api.php index 6f819af0..09648e91 100644 --- a/src/Compute/v2/Api.php +++ b/src/Compute/v2/Api.php @@ -231,6 +231,7 @@ public function postServer(): array 'networks' => $this->params->networks(), 'blockDeviceMapping' => $this->params->blockDeviceMapping(), 'keyName' => $this->params->keyName(), + 'configDrive' => $this->params->configDrive(), ], 'jsonKeys' => [ [ diff --git a/src/Compute/v2/Params.php b/src/Compute/v2/Params.php index 693dff5c..3825138a 100644 --- a/src/Compute/v2/Params.php +++ b/src/Compute/v2/Params.php @@ -710,6 +710,17 @@ public function policy(): array 'description' => << self::BOOLEAN_TYPE, + 'sendAs' => 'config_drive', + 'description' => <<