1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Jul 20 08:59:31 UTC 2022

This commit is contained in:
Automated 2022-07-20 08:59:31 +00:00
parent 879929cbc6
commit 380c3aa29f
Failed to extract signature
83 changed files with 1945 additions and 446 deletions

View file

@ -38,7 +38,7 @@ SYNOPSIS
[--replica-type=REPLICA_TYPE] [--replication=REPLICATION]
[--require-ssl] [--retained-backups-count=RETAINED_BACKUPS_COUNT]
[--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS]
[--root-password=ROOT_PASSWORD] [--storage-auto-increase]
[--root-password=ROOT_PASSWORD] [--[no-]storage-auto-increase]
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
[--tier=TIER, -t TIER]
[--disk-encryption-key=DISK_ENCRYPTION_KEY
@ -323,13 +323,15 @@ FLAGS
--root-password=ROOT_PASSWORD
Root Cloud SQL user's password.
--storage-auto-increase
--[no-]storage-auto-increase
Storage size can be increased, but it cannot be decreased; storage
increases are permanent for the life of the instance. With this setting
enabled, a spike in storage requirements can result in permanently
increased storage costs for your instance. However, if an instance runs
out of available space, it can result in the instance going offline,
dropping existing connections. This setting is enabled by default.
dropping existing connections. This setting is enabled by default. Use
--storage-auto-increase to enable and --no-storage-auto-increase to
disable.
--storage-size=STORAGE_SIZE
Amount of storage allocated to the instance. Must be an integer number

View file

@ -32,7 +32,7 @@ SYNOPSIS
[--password-policy-reuse-interval=PASSWORD_POLICY_REUSE_INTERVAL]
[--pricing-plan=PRICING_PLAN, -p PRICING_PLAN]
[--remove-deny-maintenance-period] [--replication=REPLICATION]
[--[no-]require-ssl] [--storage-auto-increase]
[--[no-]require-ssl] [--[no-]storage-auto-increase]
[--storage-size=STORAGE_SIZE] [--tier=TIER, -t TIER]
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
[--authorized-networks=NETWORK,[NETWORK,...]
@ -273,13 +273,15 @@ FLAGS
mysqld should default to 'REQUIRE X509' for users connecting over IP.
Use --require-ssl to enable and --no-require-ssl to disable.
--storage-auto-increase
--[no-]storage-auto-increase
Storage size can be increased, but it cannot be decreased; storage
increases are permanent for the life of the instance. With this setting
enabled, a spike in storage requirements can result in permanently
increased storage costs for your instance. However, if an instance runs
out of available space, it can result in the instance going offline,
dropping existing connections. This setting is enabled by default.
dropping existing connections. This setting is enabled by default. Use
--storage-auto-increase to enable and --no-storage-auto-increase to
disable.
--storage-size=STORAGE_SIZE
Amount of storage allocated to the instance. Must be an integer number