1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +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,7 +11,9 @@ SYNOPSIS
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
[--[no-]insights-config-record-application-tags]
[--[no-]insights-config-record-client-address]
[--read-pool-node-count=READ_POOL_NODE_COUNT] [GCLOUD_WIDE_FLAG ...]
[--read-pool-node-count=READ_POOL_NODE_COUNT]
[--[no-]require-connectors]
[--ssl-mode=SSL_MODE; default="ENCRYPTED_ONLY"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Creates a new AlloyDB instance within a given cluster.
@ -68,11 +70,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.
@ -108,6 +110,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; default="ENCRYPTED_ONLY"
Specify the SSL mode to use when the instance connects to the database.
Default SSL mode is ENCRYPTED_ONLY. 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.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha alloydb instances create-secondary INSTANCE --cluster=CLUSTER
--region=REGION [--async] [GCLOUD_WIDE_FLAG ...]
--region=REGION [--async] [--availability-type=AVAILABILITY_TYPE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Creates a new AlloyDB SECONDARY instance within a given cluster.
@ -32,6 +33,18 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--availability-type=AVAILABILITY_TYPE
Specifies level of availability. AVAILABILITY_TYPE must be one of:
REGIONAL
Provide high availability instances. Recommended for production
instances; instances automatically fail over to another zone within
your selected region.
ZONAL
Provide zonal availability instances. Not recommended for
production instances; instance does not automatically fail over to
another zone.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

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