Compute Engine v1 API - Enum Firewall.Types.Direction (2.10.0)

public enum Firewall.Types.Direction

Reference documentation and code samples for the Compute Engine v1 API enum Firewall.Types.Direction.

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.

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.