mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Mar 9 08:39:30 UTC 2022
This commit is contained in:
parent
5829e94e90
commit
7d82d0fc32
210 changed files with 7192 additions and 887 deletions
|
|
@ -8,12 +8,11 @@ SYNOPSIS
|
|||
--database-version=DATABASE_VERSION --source-id=SOURCE_ID --tier=TIER
|
||||
[--activation-policy=ACTIVATION_POLICY]
|
||||
[--authorized-networks=NETWORK,[NETWORK,...]]
|
||||
[--auto-storage-increase=AUTO_STORAGE_INCREASE]
|
||||
[--data-disk-size=DATA_DISK_SIZE] [--data-disk-type=DATA_DISK_TYPE]
|
||||
[--database-flags=[KEY=VALUE,...]] [--display-name=DISPLAY_NAME]
|
||||
[--enable-ip-v4=ENABLE_IP_V4] [--labels=[KEY=VALUE,...]]
|
||||
[--private-network=PRIVATE_NETWORK] [--provider=PROVIDER]
|
||||
[--require-ssl=REQUIRE_SSL]
|
||||
[--no-auto-storage-increase] [--data-disk-size=DATA_DISK_SIZE]
|
||||
[--data-disk-type=DATA_DISK_TYPE] [--database-flags=[KEY=VALUE,...]]
|
||||
[--display-name=DISPLAY_NAME] [--no-enable-ip-v4]
|
||||
[--labels=[KEY=VALUE,...]] [--private-network=PRIVATE_NETWORK]
|
||||
[--provider=PROVIDER] [--require-ssl]
|
||||
[--storage-auto-resize-limit=STORAGE_AUTO_RESIZE_LIMIT]
|
||||
[--user-labels=[KEY=VALUE,...]] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -106,13 +105,14 @@ OPTIONAL FLAGS
|
|||
https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known
|
||||
as 'slash' notation (e.g.192.168.100.0/24).
|
||||
|
||||
--auto-storage-increase=AUTO_STORAGE_INCREASE
|
||||
--auto-storage-increase
|
||||
If you enable this setting, Cloud SQL checks your available storage
|
||||
every 30 seconds. If the available storage falls below a threshold
|
||||
size, Cloud SQL automatically adds additional storage capacity. If the
|
||||
available storage repeatedly falls below the threshold size, Cloud SQL
|
||||
continues to add storage until it reaches the maximum of 30 TB.
|
||||
Default: ON.
|
||||
Default: ON. Enabled by default, use --no-auto-storage-increase to
|
||||
disable.
|
||||
|
||||
--data-disk-size=DATA_DISK_SIZE
|
||||
Storage capacity available to the database, in GB. The minimum (and
|
||||
|
|
@ -130,8 +130,9 @@ OPTIONAL FLAGS
|
|||
--display-name=DISPLAY_NAME
|
||||
Friendly name for the connection profile.
|
||||
|
||||
--enable-ip-v4=ENABLE_IP_V4
|
||||
Whether the instance should be assigned an IPv4 address or not.
|
||||
--enable-ip-v4
|
||||
Whether the instance should be assigned an IPv4 address or not. Enabled
|
||||
by default, use --no-enable-ip-v4 to disable.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
|
@ -151,7 +152,7 @@ OPTIONAL FLAGS
|
|||
Database provider (CLOUDSQL or RDS). PROVIDER must be one of: RDS,
|
||||
CLOUDSQL.
|
||||
|
||||
--require-ssl=REQUIRE_SSL
|
||||
--require-ssl
|
||||
Whether SSL connections over IP should be enforced or not.
|
||||
|
||||
--storage-auto-resize-limit=STORAGE_AUTO_RESIZE_LIMIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue