mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 23:51:32 -07:00
* GA packet mirroring, add filter direction, ga mirroring collector flag * Exclude ansible Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
ab0280fcd8
commit
4d6fb3b2a8
2 changed files with 30 additions and 0 deletions
|
@ -125,6 +125,15 @@ resources:
|
|||
- Creation timestamp in RFC3339 text format.
|
||||
returned: success
|
||||
type: str
|
||||
isMirroringCollector:
|
||||
description:
|
||||
- Indicates whether or not this load balancer can be used as a collector for
|
||||
packet mirroring. To prevent mirroring loops, instances behind this load balancer
|
||||
will not have their traffic mirrored even if a PacketMirroring rule applies
|
||||
to them. This can only be set to true for load balancers that have their loadBalancingScheme
|
||||
set to INTERNAL.
|
||||
returned: success
|
||||
type: bool
|
||||
description:
|
||||
description:
|
||||
- An optional description of this resource. Provide this property when you create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue