Compute Engine v1 API - Class ComputeEnumConstants.FirewallPolicyRule.Direction (2.15.0)

public static class ComputeEnumConstants.FirewallPolicyRule.Direction

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

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

Inheritance

object > ComputeEnumConstants.FirewallPolicyRule.Direction

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Egress

public const string Egress = "EGRESS"

Wire representation of Egress.

Field Value
TypeDescription
string

Ingress

public const string Ingress = "INGRESS"

Wire representation of Ingress.

Field Value
TypeDescription
string

UndefinedDirection

public const string UndefinedDirection = "UNDEFINED_DIRECTION"

Wire representation of UndefinedDirection.

Field Value
TypeDescription
string