1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00

gcloud: Wed Mar 19 10:42:21 UTC 2025

This commit is contained in:
Automated 2025-03-19 10:42:21 +00:00
parent a459a88a5f
commit e555fef0aa
170 changed files with 6428 additions and 659 deletions

View file

@ -41,8 +41,11 @@ SYNOPSIS
[--pricing-plan=PRICING_PLAN, -p PRICING_PLAN]
[--[no-]recreate-replicas-on-primary-crash]
[--remove-deny-maintenance-period] [--replication=REPLICATION]
[--[no-]require-ssl] [--simulate-maintenance-event]
[--ssl-mode=SSL_MODE] [--[no-]storage-auto-increase]
[--[no-]require-ssl] [--[no-]retain-backups-on-delete]
[--simulate-maintenance-event] [--ssl-mode=SSL_MODE]
[--[no-]storage-auto-increase]
[--storage-provisioned-iops=STORAGE_PROVISIONED_IOPS]
[--storage-provisioned-throughput=STORAGE_PROVISIONED_THROUGHPUT]
[--storage-size=STORAGE_SIZE]
[--switch-transaction-logs-to-cloud-storage]
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
@ -366,6 +369,11 @@ FLAGS
mysqld should default to 'REQUIRE X509' for users connecting over IP.
Use --require-ssl to enable and --no-require-ssl to disable.
--[no-]retain-backups-on-delete
Retain automated/ondemand backups of the instance after the instance is
deleted. Use --retain-backups-on-delete to enable and
--no-retain-backups-on-delete to disable.
--simulate-maintenance-event
Simulate a maintenance event without changing the version. Only
applicable to instances that support near-zero downtime planned
@ -393,6 +401,14 @@ FLAGS
--storage-auto-increase to enable and --no-storage-auto-increase to
disable.
--storage-provisioned-iops=STORAGE_PROVISIONED_IOPS
Indicates how many IOPS to provision for the data disk. This sets the
number of I/O operations per second that the disk can handle.
--storage-provisioned-throughput=STORAGE_PROVISIONED_THROUGHPUT
Indicates how much throughput to provision for the data disk. This sets
the throughput in MB per second that the disk can handle.
--storage-size=STORAGE_SIZE
Amount of storage allocated to the instance. Must be an integer number
of GB. The default is 10GB. Information on storage limits can be found