mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -07:00
Adding new options to Compute Instance (#339)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
2cee6b5e44
commit
2678243563
2 changed files with 146 additions and 0 deletions
|
@ -90,6 +90,11 @@ resources:
|
|||
- Creation timestamp in RFC3339 text format.
|
||||
returned: success
|
||||
type: str
|
||||
deletionProtection:
|
||||
description:
|
||||
- Whether the resource should be protected against deletion.
|
||||
returned: success
|
||||
type: bool
|
||||
disks:
|
||||
description:
|
||||
- An array of disks that are associated with the instances that are created
|
||||
|
@ -432,6 +437,27 @@ resources:
|
|||
- The list of scopes to be made available for this service account.
|
||||
returned: success
|
||||
type: list
|
||||
shieldedInstanceConfig:
|
||||
description:
|
||||
- Configuration for various parameters related to shielded instances.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
enableSecureBoot:
|
||||
description:
|
||||
- Defines whether the instance has Secure Boot enabled.
|
||||
returned: success
|
||||
type: bool
|
||||
enableVtpm:
|
||||
description:
|
||||
- Defines whether the instance has the vTPM enabled.
|
||||
returned: success
|
||||
type: bool
|
||||
enableIntegrityMonitoring:
|
||||
description:
|
||||
- Defines whether the instance has integrity monitoring enabled.
|
||||
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