Enum VpcAccessConnector.Types.EgressSetting (2.0.0)

public enum 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