public enum VpcAccessConnector.Types.EgressSettingReference documentation and code samples for the App Engine v1 API enum VpcAccessConnector.Types.EgressSetting.
Available egress settings.
This controls what traffic is diverted through the VPC Access Connector resource. By default PRIVATE_IP_RANGES will be used.
Namespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Fields |
|
|---|---|
| Name | Description |
AllTraffic |
Force the use of VPC Access for all egress traffic from the function. |
PrivateIpRanges |
Use the VPC Access Connector for private IP space from RFC1918. |
Unspecified |
|