Add support for confidential compute instances to the ansible collection (#4665) (#406)

* products/compute/api.yaml: Add support for confidentialInstanceConfig parameter

* products/compute/api.yaml: Improve wording of property descriptions

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-04-19 08:54:05 -07:00 committed by GitHub
commit 301cd30a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

View file

@ -534,6 +534,18 @@ resources:
- Defines whether the instance has integrity monitoring enabled.
returned: success
type: bool
confidentialInstanceConfig:
description:
- Configuration for confidential computing (requires setting the machine type
to any of the n2d-* types and a boot disk of type pd-ssd).
returned: success
type: complex
contains:
enableConfidentialCompute:
description:
- Enables confidential computing.
returned: success
type: bool
status:
description:
- 'The status of the instance. One of the following values: PROVISIONING, STAGING,