Google Cloud VMware Engine V1 API - Module Google::Cloud::VmwareEngine::V1::ExternalAccessRule::Action (v0.8.0)

Reference documentation and code samples for the Google Cloud VMware Engine V1 API module Google::Cloud::VmwareEngine::V1::ExternalAccessRule::Action.

Action determines whether the external access rule permits or blocks traffic, subject to the other components of the rule matching the traffic.

Constants

ACTION_UNSPECIFIED

value: 0
Defaults to allow.

ALLOW

value: 1
Allows connections that match the other specified components.

DENY

value: 2
Blocks connections that match the other specified components.