egress property

String? egress
getter/setter pair

Traffic VPC egress settings.

If not provided, it defaults to PRIVATE_RANGES_ONLY. 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? egress;