Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class EgressSetting.
Available egress settings.
This controls what traffic is diverted through the VPC Access Connector resource. By default PRIVATE_IP_RANGES will be used.
Protobuf type google.appengine.v1.VpcAccessConnector.EgressSetting
Namespace
Google \ Cloud \ AppEngine \ V1 \ VpcAccessConnectorMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EGRESS_SETTING_UNSPECIFIED
Value: 0
Generated from protobuf enum EGRESS_SETTING_UNSPECIFIED = 0;
ALL_TRAFFIC
Value: 1
Force the use of VPC Access for all egress traffic from the function.
Generated from protobuf enum ALL_TRAFFIC = 1;
PRIVATE_IP_RANGES
Value: 2
Use the VPC Access Connector for private IP space from RFC1918.
Generated from protobuf enum PRIVATE_IP_RANGES = 2;