Google Cloud Run V2 Client - Class VpcEgress (0.4.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;