Enum PacketMirroringFilter.Types.Direction (1.3.0)

public enum Direction

Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Both

Default, both directions are mirrored.

Egress

Only egress traffic is mirrored.

Ingress

Only ingress traffic is mirrored.

UndefinedDirection

A value indicating that the enum field is not set.