isMirroringCollector property

bool? isMirroringCollector
getter/setter pair

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 aPacketMirroring rule applies to them. This can only be set to true for load balancers that have theirloadBalancingScheme set to INTERNAL.

Implementation

core.bool? isMirroringCollector;