Module: Google::Cloud::AppEngine::V1::FirewallRule::Action

Defined in:
proto_docs/google/appengine/v1/firewall.rb

Overview

Available actions to take on matching requests.

Constant Summary collapse

UNSPECIFIED_ACTION =
0
ALLOW =

Matching requests are allowed.

1
DENY =

Matching requests are denied.

2