App Engine v1 API - Enum VpcAccessConnector.Types.EgressSetting (2.3.0)

public enum VpcAccessConnector.Types.EgressSetting

Reference 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.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
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