public static class ComputeEnumConstants.PacketMirroringFilter.DirectionReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.PacketMirroringFilter.Direction.
Constants for wire representations of the PacketMirroringFilter.Types.Direction enum.
Namespace
Google.Cloud.Compute.V1Assembly
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 |
|