directVpcEgress property
Egress settings for direct VPC.
If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY.
Optional. Possible string values are:
- "DIRECT_VPC_EGRESS_UNSPECIFIED" : Unspecified.
- "VPC_EGRESS_PRIVATE_RANGES_ONLY" : Sends only traffic to internal addresses through the VPC network.
- "VPC_EGRESS_ALL_TRAFFIC" : Sends all outbound traffic through the VPC network.
Implementation
core.String? directVpcEgress;