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

See more code actions.
public static class ComputeEnumConstants.Rule.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.

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
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