mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Mar 26 10:55:24 UTC 2025
This commit is contained in:
parent
e555fef0aa
commit
be9483c980
310 changed files with 9868 additions and 540 deletions
|
|
@ -34,12 +34,12 @@ SYNOPSIS
|
|||
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
|
||||
[--[no-]insights-config-record-application-tags]
|
||||
[--[no-]insights-config-record-client-address]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--instance-type=INSTANCE_TYPE] [--labels=[KEY=VALUE,...]]
|
||||
[--maintenance-release-channel=MAINTENANCE_RELEASE_CHANNEL]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
|
||||
[--master-instance-name=MASTER_INSTANCE_NAME] [--memory=MEMORY]
|
||||
[--network=NETWORK]
|
||||
[--network=NETWORK] [--node-count=NODE_COUNT]
|
||||
[--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY]
|
||||
[--[no-]password-policy-disallow-username-substring]
|
||||
[--password-policy-min-length=PASSWORD_POLICY_MIN_LENGTH]
|
||||
|
|
@ -330,6 +330,16 @@ FLAGS
|
|||
Use --insights-config-record-client-address to enable and
|
||||
--no-insights-config-record-client-address to disable.
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
The type of the instance. INSTANCE_TYPE must be one of:
|
||||
|
||||
CLOUD_SQL_INSTANCE
|
||||
A primary instance.
|
||||
READ_POOL_INSTANCE
|
||||
A read pool.
|
||||
READ_REPLICA_INSTANCE
|
||||
A read replica.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
@ -383,6 +393,10 @@ FLAGS
|
|||
network, 'testsharednetwork', this would use the form:
|
||||
--network=projects/testproject/global/networks/testsharednetwork
|
||||
|
||||
--node-count=NODE_COUNT
|
||||
The number of nodes in the pool. This option is only available for read
|
||||
pools.
|
||||
|
||||
--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY
|
||||
The complexity of the password. This flag is available only for
|
||||
PostgreSQL. PASSWORD_POLICY_COMPLEXITY must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue