mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-04 16:09:10 -07:00
Move enable_logging to GA for compute_firewall_rule
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
660b063b65
commit
6dfdcb61bf
2 changed files with 58 additions and 0 deletions
|
@ -193,6 +193,19 @@ resources:
|
|||
firewall rule will be enabled.
|
||||
returned: success
|
||||
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.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
enableLogging:
|
||||
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
|
||||
id:
|
||||
description:
|
||||
- The unique identifier for the resource.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue