Compute Engine v1 API - Class ComputeEnumConstants.Rule.Action (2.5.0)

public static class Action

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Rule.Action.

Constants for wire representations of the Rule.Types.Action enum.

Inheritance

Object > ComputeEnumConstants.Rule.Action

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Allow

public const string Allow = "ALLOW"

Wire representation of Allow.

Field Value
TypeDescription
String

AllowWithLog

public const string AllowWithLog = "ALLOW_WITH_LOG"

Wire representation of AllowWithLog.

Field Value
TypeDescription
String

Deny

public const string Deny = "DENY"

Wire representation of Deny.

Field Value
TypeDescription
String

DenyWithLog

public const string DenyWithLog = "DENY_WITH_LOG"

Wire representation of DenyWithLog.

Field Value
TypeDescription
String

Log

public const string Log = "LOG"

Wire representation of Log.

Field Value
TypeDescription
String

NoAction

public const string NoAction = "NO_ACTION"

Wire representation of NoAction.

Field Value
TypeDescription
String

UndefinedAction

public const string UndefinedAction = "UNDEFINED_ACTION"

Wire representation of UndefinedAction.

Field Value
TypeDescription
String