mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -07:00
* 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:
parent
197a6cedcb
commit
301cd30a71
2 changed files with 54 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue