mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 22:51:30 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
8d231272a1
commit
6992944568
2 changed files with 104 additions and 0 deletions
|
@ -432,6 +432,28 @@ resources:
|
|||
- The current serving state of the database instance.
|
||||
returned: success
|
||||
type: str
|
||||
diskEncryptionConfiguration:
|
||||
description:
|
||||
- Disk encyption settings.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
kmsKeyName:
|
||||
description:
|
||||
- The KMS key used to encrypt the Cloud SQL instance .
|
||||
returned: success
|
||||
type: str
|
||||
diskEncryptionStatus:
|
||||
description:
|
||||
- Disk encyption status.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
kmsKeyVersionName:
|
||||
description:
|
||||
- The KMS key version used to encrypt the Cloud SQL instance .
|
||||
returned: success
|
||||
type: str
|
||||
'''
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue