mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Nov 20 10:03:22 UTC 2024
This commit is contained in:
parent
a63704a3af
commit
ad2752c6c9
198 changed files with 7874 additions and 336 deletions
|
|
@ -529,8 +529,8 @@ FLAGS
|
|||
established from specified consumer projects.
|
||||
|
||||
--enable-private-service-connect
|
||||
When the flag is set, a Cloud SQL instance will be created with Private
|
||||
Service Connect enabled.
|
||||
Enable connecting to the Cloud SQL instance with Private Service
|
||||
Connect.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
be used to protect the instance. The 'Compute Engine Service Agent'
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ SYNOPSIS
|
|||
[--[no-]enable-google-ml-integration]
|
||||
[--[no-]enable-google-private-path] [--enable-password-policy]
|
||||
[--enable-point-in-time-recovery]
|
||||
[--[no-]enable-private-service-connect]
|
||||
[--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME]
|
||||
[--follow-gae-app=FOLLOW_GAE_APP]
|
||||
[--[no-]insights-config-query-insights-enabled]
|
||||
|
|
@ -129,7 +130,7 @@ FLAGS
|
|||
|
||||
--clear-failover-dr-replica-name
|
||||
Clear the DR replica setting for the primary instance. Flag is only
|
||||
available for MySQL.
|
||||
available for MySQL and PostgreSQL database instances.
|
||||
|
||||
--clear-password-policy
|
||||
Clear the existing password policy. This flag is only available for
|
||||
|
|
@ -226,10 +227,16 @@ FLAGS
|
|||
fraction of a second, via write-ahead logs. Must have automatic backups
|
||||
enabled to use. Make sure storage can support at least 7 days of logs.
|
||||
|
||||
--[no-]enable-private-service-connect
|
||||
Enable connecting to the Cloud SQL instance with Private Service
|
||||
Connect. Use --enable-private-service-connect to enable and
|
||||
--no-enable-private-service-connect to disable.
|
||||
|
||||
--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME
|
||||
Set a Disaster Recovery (DR) replica with the specified name for the
|
||||
primary instance. This must be one of the existing cross region
|
||||
replicas of the primary instance. Flag is only available for MySQL.
|
||||
replicas of the primary instance. Flag is only available for MySQL and
|
||||
PostgreSQL database instances.
|
||||
|
||||
--follow-gae-app=FOLLOW_GAE_APP
|
||||
First Generation instances only. The App Engine app this instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue