Module: Google::Cloud::Compute::V1::Firewall::Direction

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Direction of traffic to which this firewall applies, either INGRESS or EGRESS. The default is INGRESS. For INGRESS traffic, you cannot specify the destinationRanges field, and for EGRESS traffic, you cannot specify the sourceRanges or sourceTags fields.

Constant Summary collapse

UNDEFINED_DIRECTION =

A value indicating that the enum field is not set.

0
EGRESS =

Indicates that firewall should apply to outgoing traffic.

432880501
INGRESS =

Indicates that firewall should apply to incoming traffic.

516931221