vpcEgress property

String? vpcEgress
getter/setter pair

The VPC egress setting.

Optional. Possible string values are:

  • "VPC_EGRESS_UNSPECIFIED" : Unspecified
  • "ALL_TRAFFIC" : All outbound traffic is routed through the VPC connector.
  • "PRIVATE_RANGES_ONLY" : Only private IP ranges are routed through the VPC connector.

Implementation

core.String? vpcEgress;