Module: Google::Cloud::AppEngine::V1::VpcAccessConnector::EgressSetting

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

Overview

Available egress settings.

This controls what traffic is diverted through the VPC Access Connector resource. By default PRIVATE_IP_RANGES will be used.

Constant Summary collapse

EGRESS_SETTING_UNSPECIFIED =
0
ALL_TRAFFIC =

Force the use of VPC Access for all egress traffic from the function.

1
PRIVATE_IP_RANGES =

Use the VPC Access Connector for private IP space from RFC1918.

2