direction property
The direction that the rule is applicable to, one of ingress or egress. Possible string values are:
- "DIRECTION_UNSPECIFIED" : Unspecified direction value.
- "INGRESS" : Ingress direction value.
- "EGRESS" : Egress direction value.
Implementation
core.String? direction;