1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +00:00

gcloud: Wed Nov 20 10:03:22 UTC 2024

This commit is contained in:
Automated 2024-11-20 10:03:22 +00:00
parent a63704a3af
commit ad2752c6c9
198 changed files with 7874 additions and 336 deletions

View file

@ -489,8 +489,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'

View file

@ -7,7 +7,8 @@ SYNOPSIS
[--async] [--audit-bucket-path=AUDIT_BUCKET_PATH]
[--audit-retention-interval=AUDIT_RETENTION_INTERVAL]
[--audit-upload-interval=AUDIT_UPLOAD_INTERVAL]
[--availability-type=AVAILABILITY_TYPE] [--clear-password-policy]
[--availability-type=AVAILABILITY_TYPE]
[--clear-failover-dr-replica-name] [--clear-password-policy]
[--connector-enforcement=CONNECTOR_ENFORCEMENT] [--cpu=CPU]
[--database-version=DATABASE_VERSION] [--[no-]deletion-protection]
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE]
@ -18,7 +19,9 @@ SYNOPSIS
[--[no-]enable-dataplex-integration]
[--[no-]enable-google-ml-integration]
[--[no-]enable-google-private-path] [--enable-password-policy]
[--enable-point-in-time-recovery] [--follow-gae-app=FOLLOW_GAE_APP]
[--enable-point-in-time-recovery]
[--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME]
[--follow-gae-app=FOLLOW_GAE_APP]
[--[no-]insights-config-query-insights-enabled]
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
@ -109,6 +112,10 @@ FLAGS
zonal
Provides no failover capability. This is the default.
--clear-failover-dr-replica-name
Clear the DR replica setting for the primary instance. Flag is only
available for MySQL and PostgreSQL database instances.
--clear-password-policy
Clear the existing password policy. This flag is only available for
Postgres.
@ -213,6 +220,12 @@ 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.
--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 and
PostgreSQL database instances.
--follow-gae-app=FOLLOW_GAE_APP
First Generation instances only. The App Engine app this instance
should follow. It must be in the same region as the instance. WARNING: