Module: Google::Cloud::Functions::V1::CloudFunction::VpcConnectorEgressSettings
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Available egress settings.
This controls what traffic is diverted through the Serverless VPC Access connector resource. By default, PRIVATE_RANGES_ONLY is used.
Constant Summary collapse
- VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED =
Unspecified.
0- PRIVATE_RANGES_ONLY =
Use the Serverless VPC Access connector only for private IP space from RFC1918.
1- ALL_TRAFFIC =
Force the use of Serverless VPC Access connector for all egress traffic from the function.
2