Module: Google::Cloud::SecurityCenter::V2::IpRules::Direction

Defined in:
proto_docs/google/cloud/securitycenter/v2/ip_rules.rb

Overview

The type of direction that the rule is applicable to, one of ingress or egress. Not applicable to OPEN_X_PORT findings.

Constant Summary collapse

DIRECTION_UNSPECIFIED =

Unspecified direction value.

0
INGRESS =

Ingress direction value.

1
EGRESS =

Egress direction value.

2