mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +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
|
|
@ -33,11 +33,12 @@ SYNOPSIS
|
|||
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
|
||||
[--[no-]insights-config-record-application-tags]
|
||||
[--[no-]insights-config-record-client-address]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
[--maintenance-release-channel=MAINTENANCE_RELEASE_CHANNEL]
|
||||
[--maintenance-version=MAINTENANCE_VERSION] [--maintenance-window-any]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR] [--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]
|
||||
|
|
@ -293,6 +294,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.
|
||||
|
||||
--maintenance-release-channel=MAINTENANCE_RELEASE_CHANNEL
|
||||
Which channel's updates to apply during the maintenance window. If not
|
||||
specified, Cloud SQL chooses the timing of updates to your instance.
|
||||
|
|
@ -339,6 +350,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