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

gcloud: Wed Aug 9 11:23:49 UTC 2023

This commit is contained in:
Automated 2023-08-09 11:23:49 +00:00
parent 678b9afba9
commit 19bfacfbed
148 changed files with 2955 additions and 379 deletions

View file

@ -50,6 +50,8 @@ SYNOPSIS
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
[--time-zone=TIME_ZONE] [--timeout=TIMEOUT; default=3600]
[--allowed-psc-projects=PROJECT,[PROJECT,...]
--enable-private-service-connect]
[--disk-encryption-key=DISK_ENCRYPTION_KEY
: --disk-encryption-key-keyring=DISK_ENCRYPTION_KEY_KEYRING
--disk-encryption-key-location=DISK_ENCRYPTION_KEY_LOCATION
@ -444,6 +446,16 @@ FLAGS
specified. By default, set to 3600s. To wait indefinitely, set to
unlimited.
--allowed-psc-projects=PROJECT,[PROJECT,...]
A comma-separated list of projects. Each project in this list may be
represented by a project number (numeric) or by a project id
(alphanumeric). This will allow PSC connections to be established from
specified consumer projects. This can be set only when PSC is enabled.
--enable-private-service-connect
When the flag is set, a Cloud SQL instance will be created with PSC
enabled.
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
be used to protect the instance. The 'Compute Engine Service Agent'
service account must hold permission 'Cloud KMS CryptoKey

View file

@ -43,6 +43,8 @@ SYNOPSIS
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
[--storage-size=STORAGE_SIZE] [--threads-per-core=THREADS_PER_CORE]
[--tier=TIER, -t TIER] [--update-labels=[KEY=VALUE,...]]
[--allowed-psc-projects=PROJECT,[PROJECT,...]
| --clear-allowed-psc-projects]
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
[--authorized-networks=NETWORK,[NETWORK,...]
| --clear-authorized-networks]
@ -372,6 +374,19 @@ FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
At most one of these can be specified:
--allowed-psc-projects=PROJECT,[PROJECT,...]
A comma-separated list of projects. Each project in this list may be
represented by a project number (numeric) or by a project id
(alphanumeric). This will allow PSC connections to be established
from specified consumer projects. This can be set only when PSC is
enabled.
--clear-allowed-psc-projects
This will clear the project allowlist of PSC, disallowing all
projects from creating new PSC bindings to the instance.
At most one of these can be specified:
--authorized-gae-apps=APP,[APP,...]

View file

@ -31,8 +31,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud sql instances reencrypt
$ gcloud alpha sql instances reencrypt