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 EGRESS
traffic, you cannot specify the 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.
432_880_501
- INGRESS =
Indicates that firewall should apply to incoming traffic.
516_931_221