Compute Engine v1 API - Class ComputeEnumConstants.PacketMirroringFilter.Direction (2.16.0)

public static class ComputeEnumConstants.PacketMirroringFilter.Direction

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.PacketMirroringFilter.Direction.

Constants for wire representations of the PacketMirroringFilter.Types.Direction enum.

Inheritance

object > ComputeEnumConstants.PacketMirroringFilter.Direction

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Both

public const string Both = "BOTH"

Wire representation of Both.

Field Value
Type Description
string

Egress

public const string Egress = "EGRESS"

Wire representation of Egress.

Field Value
Type Description
string

Ingress

public const string Ingress = "INGRESS"

Wire representation of Ingress.

Field Value
Type Description
string

UndefinedDirection

public const string UndefinedDirection = "UNDEFINED_DIRECTION"

Wire representation of UndefinedDirection.

Field Value
Type Description
string