Module: Google::Cloud::VmwareEngine::V1::ExternalAccessRule::Action
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Action determines whether the external access rule permits or blocks traffic, subject to the other components of the rule matching the traffic.
Constant Summary collapse
- ACTION_UNSPECIFIED =
Defaults to allow.
0
- ALLOW =
Allows connections that match the other specified components.
1
- DENY =
Blocks connections that match the other specified components.
2