Compute Engine v1 API - Enum PacketMirroringFilter.Types.Direction (2.15.0)

public enum PacketMirroringFilter.Types.Direction

Reference documentation and code samples for the Compute Engine v1 API enum PacketMirroringFilter.Types.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.