mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Sep 13 10:32:10 UTC 2023
This commit is contained in:
parent
6c8d2eb024
commit
39a8a4f491
111 changed files with 1798 additions and 302 deletions
|
|
@ -256,19 +256,27 @@ FLAGS
|
|||
Set a VPC connector for this resource.
|
||||
|
||||
--vpc-egress=VPC_EGRESS
|
||||
The outbound traffic to send through the VPC connector for this
|
||||
resource. This resource must have a VPC connector to set VPC egress.
|
||||
Specify which of the outbound traffic to send through Direct VPC
|
||||
egress or the VPC connector for this resource. This resource must
|
||||
have Direct VPC egress enabled or a VPC connector to set this flag.
|
||||
VPC_EGRESS must be one of:
|
||||
|
||||
all
|
||||
(DEPRECATED) Sends all outbound traffic through the VPC
|
||||
connector. Provides the same functionality as 'all-traffic'.
|
||||
Prefer to use 'all-traffic' instead.
|
||||
(DEPRECATED) Sends all outbound traffic through Direct VPC egress
|
||||
or the VPC connector. Provides the same functionality as
|
||||
'all-traffic'. Prefer to use 'all-traffic' instead.
|
||||
all-traffic
|
||||
Sends all outbound traffic through the VPC connector.
|
||||
Sends all outbound traffic through Direct VPC egress or the VPC
|
||||
connector.
|
||||
private-ranges-only
|
||||
Default option. Sends outbound traffic to private IP addresses
|
||||
defined by RFC1918 through the VPC connector.
|
||||
(RFC 1918 and Private Google Access IPs) through Direct VPC
|
||||
egress or the VPC connector.
|
||||
|
||||
Traffic to other Cloud Run services might require additional
|
||||
configuration. See
|
||||
https://cloud.google.com/run/docs/securing/private-networking#send_requests_to_other_services_and_services
|
||||
for more information.
|
||||
|
||||
These flags modify the Cloud SQL instances this Service connects to. You
|
||||
can specify a name of a Cloud SQL instance if it's in the same project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue