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

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -11,6 +11,7 @@ SYNOPSIS
[--[no-]insights-config-record-application-tags]
[--[no-]insights-config-record-client-address]
[--read-pool-node-count=READ_POOL_NODE_COUNT]
[--[no-]require-connectors] [--ssl-mode=SSL_MODE]
[--update-mode=UPDATE_MODE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -44,11 +45,11 @@ OPTIONAL FLAGS
Specifies level of availability. AVAILABILITY_TYPE must be one of:
REGIONAL
Provides high availability and is recommended for production
instances; instance automatically fails over to another zone within
Provide high availability instances. Recommended for production
instances; instances automatically fail over to another zone within
your selected region.
ZONAL
Provides zonal availability instances and is not recommended for
Provide zonal availability instances. Not recommended for
production instances; instance does not automatically fail over to
another zone.
@ -90,6 +91,20 @@ OPTIONAL FLAGS
--read-pool-node-count=READ_POOL_NODE_COUNT
Read capacity, i.e. number of nodes in a read pool instance.
--[no-]require-connectors
Enable or disable enforcing connectors only (ex: AuthProxy)connections
to the database. Use --require-connectors to enable and
--no-require-connectors to disable.
--ssl-mode=SSL_MODE
Specify the SSL mode to use when the instance connects to the database.
SSL_MODE must be one of:
ALLOW_UNENCRYPTED_AND_ENCRYPTED
SSL connections are optional. CA verification is not enforced.
ENCRYPTED_ONLY
SSL connections are required. CA verification is not enforced.
--update-mode=UPDATE_MODE
Specify the mode for updating the instance. If unspecified, the update
would follow a least disruptive approach. UPDATE_MODE must be (only one