egressSetting property

String? egressSetting
getter/setter pair

The egress setting for the connector, controlling what traffic is diverted through it. Possible string values are:

  • "EGRESS_SETTING_UNSPECIFIED"
  • "ALL_TRAFFIC" : Force the use of VPC Access for all egress traffic from the function.
  • "PRIVATE_IP_RANGES" : Use the VPC Access Connector for private IP space from RFC1918.

Implementation

core.String? egressSetting;