Enum Firewall.Types.Direction (1.3.0)

public enum Direction

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Egress

Indicates that firewall should apply to outgoing traffic.

Ingress

Indicates that firewall should apply to incoming traffic.

UndefinedDirection

A value indicating that the enum field is not set.