Enum FirewallRule.Types.Action (2.0.0)

public enum Action

Available actions to take on matching requests.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

Name Description
Allow

Matching requests are allowed.

Deny

Matching requests are denied.

UnspecifiedAction