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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Allow
public const string Allow = "ALLOW"
Wire representation of Allow.
Field Value | |
---|---|
Type | Description |
String |
AllowWithLog
public const string AllowWithLog = "ALLOW_WITH_LOG"
Wire representation of AllowWithLog.
Field Value | |
---|---|
Type | Description |
String |
Deny
public const string Deny = "DENY"
Wire representation of Deny.
Field Value | |
---|---|
Type | Description |
String |
DenyWithLog
public const string DenyWithLog = "DENY_WITH_LOG"
Wire representation of DenyWithLog.
Field Value | |
---|---|
Type | Description |
String |
Log
public const string Log = "LOG"
Wire representation of Log.
Field Value | |
---|---|
Type | Description |
String |
NoAction
public const string NoAction = "NO_ACTION"
Wire representation of NoAction.
Field Value | |
---|---|
Type | Description |
String |
UndefinedAction
public const string UndefinedAction = "UNDEFINED_ACTION"
Wire representation of UndefinedAction.
Field Value | |
---|---|
Type | Description |
String |