mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-24 11:51:24 -07:00
Adding database flags to sql instances (#254)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
b1609e83fa
commit
6d65b6bc1c
2 changed files with 85 additions and 0 deletions
|
@ -261,6 +261,25 @@ resources:
|
|||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
databaseFlags:
|
||||
description:
|
||||
- The database flags passed to the instance at startup.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
name:
|
||||
description:
|
||||
- The name of the flag. These flags are passed at instance startup,
|
||||
so include both server options and system variables for MySQL. Flags
|
||||
should be specified with underscores, not hyphens.
|
||||
returned: success
|
||||
type: str
|
||||
value:
|
||||
description:
|
||||
- The value of the flag. Booleans should be set to on for true and off
|
||||
for false. This field must be omitted if the flag doesn't take a value.
|
||||
returned: success
|
||||
type: str
|
||||
ipConfiguration:
|
||||
description:
|
||||
- The settings for IP Management. This allows to enable or disable the instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue