1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 08:55:34 +00:00

gcloud: Wed May 7 10:56:18 UTC 2025

This commit is contained in:
Automated 2025-05-07 10:56:18 +00:00
parent b03a332ad8
commit dfebca5b6c
222 changed files with 6775 additions and 1046 deletions

View file

@ -21,6 +21,7 @@ SYNOPSIS
[--[no-]observability-config-record-application-tags]
[--[no-]observability-config-track-active-queries]
[--observability-config-track-wait-events] [--[no-]outbound-public-ip]
[--psc-auto-connections=[network=NETWORK],[project=PROJECT]]
[--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI]
[--read-pool-node-count=READ_POOL_NODE_COUNT]
[--[no-]require-connectors]
@ -193,6 +194,33 @@ OPTIONAL FLAGS
Add outbound Public IP connectivity to an AlloyDB instance. Use
--outbound-public-ip to enable and --no-outbound-public-ip to disable.
--psc-auto-connections=[network=NETWORK],[project=PROJECT]
Comma-separated list of consumer project and consumer network pairs to
create endpoints for Private Service Connect (PSC) connectivity for the
instance. Only instances in PSC-enabled clusters are allowed to set
this field. Both project and network must be specified. (e.g.,
--psc-auto-connections=project=project1,network=projects/vpc-host-project1/global/networks/network1
--psc-auto-connections=project=project2,network=projects/vpc-host-project2/global/networks/network2).
Sets psc_auto_connections value.
network
Required, Sets network value.
project
Required, Sets project value.
Shorthand Example:
--psc-auto-connections=network=string,project=string
JSON Example:
--psc-auto-connections='{"network": "string", "project": "string"}'
File Example:
--psc-auto-connections=path_to_file.(yaml|json)
--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI
Full URI of the network attachment that is configured to support
outbound connectivity from an AlloyDB instance which uses Private