Reference documentation and code samples for the Google Cloud Run V2 Client class VpcEgress.
Egress options for VPC access.
Protobuf type google.cloud.run.v2.VpcAccess.VpcEgress
Namespace
Google \ Cloud \ Run \ V2 \ VpcAccessMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VPC_EGRESS_UNSPECIFIED
Value: 0
Unspecified
Generated from protobuf enum VPC_EGRESS_UNSPECIFIED = 0;
ALL_TRAFFIC
Value: 1
All outbound traffic is routed through the VPC connector.
Generated from protobuf enum ALL_TRAFFIC = 1;
PRIVATE_RANGES_ONLY
Value: 2
Only private IP ranges are routed through the VPC connector.
Generated from protobuf enum PRIVATE_RANGES_ONLY = 2;