mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed Jul 20 08:59:31 UTC 2022
This commit is contained in:
parent
879929cbc6
commit
380c3aa29f
83 changed files with 1945 additions and 446 deletions
|
|
@ -35,7 +35,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-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
|
||||
[--storage-size=STORAGE_SIZE] [--tier=TIER, -t TIER]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
|
|
@ -278,13 +278,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-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT
|
||||
Allows you to set a maximum storage capacity, in GB. Automatic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue