mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed Jul 30 10:59:26 UTC 2025
This commit is contained in:
parent
0acbd64d02
commit
0f69685b06
221 changed files with 11951 additions and 506 deletions
|
|
@ -30,11 +30,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-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]
|
||||
|
|
@ -295,8 +296,10 @@ FLAGS
|
|||
Allowed range: 0 to 20.
|
||||
|
||||
--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH
|
||||
Query string length in bytes to be stored by the query insights
|
||||
feature. Default length is 1024 bytes. Allowed range: 256 to 4500
|
||||
Sets the default query length limit. For Cloud SQL Enterprise edition,
|
||||
the range is from 256 to 4500 (in bytes) and the default query length
|
||||
is 1024 bytes. For Cloud SQL Enterprise Plus edition, the range is from
|
||||
1024 to 100,000 (in bytes) and the default query length is 10,000
|
||||
bytes.
|
||||
|
||||
--[no-]insights-config-record-application-tags
|
||||
|
|
@ -311,6 +314,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 instance.
|
||||
READ_REPLICA_INSTANCE
|
||||
A read replica instance.
|
||||
|
||||
--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.
|
||||
|
|
@ -359,6 +372,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