Module: Google::Cloud::NetworkSecurity::V1::GatewaySecurityPolicyRule::BasicProfile
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb
Overview
enum to define the primitive action.
Constant Summary collapse
- BASIC_PROFILE_UNSPECIFIED =
If there is not a mentioned action for the target.
0- ALLOW =
Allow the matched traffic.
1- DENY =
Deny the matched traffic.
2