mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-30 00:21:33 -07:00
* add firewall logging controls * make backward compatible * check enable_logging in expand * update docs * update expand logic to fix failing test Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
b6df15b40d
commit
c87bb52d1b
2 changed files with 29 additions and 12 deletions
|
@ -195,17 +195,23 @@ resources:
|
|||
type: bool
|
||||
logConfig:
|
||||
description:
|
||||
- This field denotes whether to enable logging for a particular firewall rule.
|
||||
If logging is enabled, logs will be exported to Stackdriver.
|
||||
- This field denotes the logging options for a particular firewall rule.
|
||||
- If logging is enabled, logs will be exported to Cloud Logging.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
enableLogging:
|
||||
enable:
|
||||
description:
|
||||
- This field denotes whether to enable logging for a particular firewall
|
||||
rule. If logging is enabled, logs will be exported to Stackdriver.
|
||||
returned: success
|
||||
type: bool
|
||||
metadata:
|
||||
description:
|
||||
- This field denotes whether to include or exclude metadata for firewall
|
||||
logs.
|
||||
returned: success
|
||||
type: str
|
||||
id:
|
||||
description:
|
||||
- The unique identifier for the resource.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue