direction property

String? direction
getter/setter pair

Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH.

The default is BOTH. Possible string values are:

  • "BOTH" : Default, both directions are mirrored.
  • "EGRESS" : Only egress traffic is mirrored.
  • "INGRESS" : Only ingress traffic is mirrored.

Implementation

core.String? direction;