mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Jan 8 10:03:00 UTC 2025
This commit is contained in:
parent
52290f76fe
commit
5a9f5ff67e
161 changed files with 2678 additions and 414 deletions
|
|
@ -9,7 +9,17 @@ SYNOPSIS
|
|||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
[--connection-pooling-ignore-startup-parameters=[STARTUP_PARAMETERS,
|
||||
...]]
|
||||
[--connection-pooling-max-client-connections=CONNECTION_POOLING_MAX_CLIENT_CONNECTIONS]
|
||||
[--connection-pooling-max-pool-size=CONNECTION_POOLING_MAX_POOL_SIZE]
|
||||
[--connection-pooling-min-pool-size=CONNECTION_POOLING_MIN_POOL_SIZE]
|
||||
[--connection-pooling-pool-mode=CONNECTION_POOLING_POOL_MODE]
|
||||
[--connection-pooling-query-wait-timeout=CONNECTION_POOLING_QUERY_WAIT_TIMEOUT]
|
||||
[--connection-pooling-server-idle-timeout=CONNECTION_POOLING_SERVER_IDLE_TIMEOUT]
|
||||
[--connection-pooling-stats-users=[STATS_USERS,...]]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--[no-]enable-connection-pooling]
|
||||
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
|
||||
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
|
||||
[--[no-]insights-config-record-application-tags]
|
||||
|
|
@ -111,6 +121,38 @@ OPTIONAL FLAGS
|
|||
production instances; instance does not automatically fail over to
|
||||
another zone.
|
||||
|
||||
--connection-pooling-ignore-startup-parameters=[STARTUP_PARAMETERS,...]
|
||||
Comma-separated list of startup parameters that should be ignored by
|
||||
the connection pool.
|
||||
|
||||
--connection-pooling-max-client-connections=CONNECTION_POOLING_MAX_CLIENT_CONNECTIONS
|
||||
The max client connections for managed connection pooling.
|
||||
|
||||
--connection-pooling-max-pool-size=CONNECTION_POOLING_MAX_POOL_SIZE
|
||||
The max pool size for managed connection pooling.
|
||||
|
||||
--connection-pooling-min-pool-size=CONNECTION_POOLING_MIN_POOL_SIZE
|
||||
The min pool size for managed connection pooling.
|
||||
|
||||
--connection-pooling-pool-mode=CONNECTION_POOLING_POOL_MODE
|
||||
The pool mode for managed connection pooling.
|
||||
CONNECTION_POOLING_POOL_MODE must be one of:
|
||||
|
||||
SESSION
|
||||
Session mode for managed connection pooling.
|
||||
TRANSACTION
|
||||
Transaction mode for managed connection pooling.
|
||||
|
||||
--connection-pooling-query-wait-timeout=CONNECTION_POOLING_QUERY_WAIT_TIMEOUT
|
||||
The query wait timeout for managed connection pooling.
|
||||
|
||||
--connection-pooling-server-idle-timeout=CONNECTION_POOLING_SERVER_IDLE_TIMEOUT
|
||||
The server idle timeout for managed connection pooling.
|
||||
|
||||
--connection-pooling-stats-users=[STATS_USERS,...]
|
||||
Comma-separated list of database users to access connection pooling
|
||||
stats.
|
||||
|
||||
--database-flags=FLAG=VALUE,[FLAG=VALUE,...]
|
||||
Comma-separated list of database flags to set on the instance. Use an
|
||||
equals sign to separate flag name and value. Flags without values, like
|
||||
|
|
@ -119,6 +161,11 @@ OPTIONAL FLAGS
|
|||
API for allowed flags. (e.g., --database-flags
|
||||
max_allowed_packet=55555,skip_grant_tables=,log_output=1)
|
||||
|
||||
--[no-]enable-connection-pooling
|
||||
Enable connection pooling for the instance. Use
|
||||
--enable-connection-pooling to enable and
|
||||
--no-enable-connection-pooling to disable.
|
||||
|
||||
--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE
|
||||
Number of query plans to sample every minute. Default value is 5.
|
||||
Allowed range: 0 to 20.
|
||||
|
|
|
|||
|
|
@ -8,8 +8,18 @@ SYNOPSIS
|
|||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
[--clear-psc-network-attachment-url] [--cpu-count=CPU_COUNT]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--clear-psc-network-attachment-url]
|
||||
[--connection-pooling-ignore-startup-parameters=[STARTUP_PARAMETERS,
|
||||
...]]
|
||||
[--connection-pooling-max-client-connections=CONNECTION_POOLING_MAX_CLIENT_CONNECTIONS]
|
||||
[--connection-pooling-max-pool-size=CONNECTION_POOLING_MAX_POOL_SIZE]
|
||||
[--connection-pooling-min-pool-size=CONNECTION_POOLING_MIN_POOL_SIZE]
|
||||
[--connection-pooling-pool-mode=CONNECTION_POOLING_POOL_MODE]
|
||||
[--connection-pooling-query-wait-timeout=CONNECTION_POOLING_QUERY_WAIT_TIMEOUT]
|
||||
[--connection-pooling-server-idle-timeout=CONNECTION_POOLING_SERVER_IDLE_TIMEOUT]
|
||||
[--connection-pooling-stats-users=[STATS_USERS,...]]
|
||||
[--cpu-count=CPU_COUNT] [--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--[no-]enable-connection-pooling]
|
||||
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
|
||||
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
|
||||
[--[no-]insights-config-record-application-tags]
|
||||
|
|
@ -92,6 +102,38 @@ OPTIONAL FLAGS
|
|||
Disable outbound connectivity from an AlloyDB instance which uses
|
||||
Private Service Connect (PSC).
|
||||
|
||||
--connection-pooling-ignore-startup-parameters=[STARTUP_PARAMETERS,...]
|
||||
Comma-separated list of startup parameters that should be ignored by
|
||||
the connection pool.
|
||||
|
||||
--connection-pooling-max-client-connections=CONNECTION_POOLING_MAX_CLIENT_CONNECTIONS
|
||||
The max client connections for managed connection pooling.
|
||||
|
||||
--connection-pooling-max-pool-size=CONNECTION_POOLING_MAX_POOL_SIZE
|
||||
The max pool size for managed connection pooling.
|
||||
|
||||
--connection-pooling-min-pool-size=CONNECTION_POOLING_MIN_POOL_SIZE
|
||||
The min pool size for managed connection pooling.
|
||||
|
||||
--connection-pooling-pool-mode=CONNECTION_POOLING_POOL_MODE
|
||||
The pool mode for managed connection pooling.
|
||||
CONNECTION_POOLING_POOL_MODE must be one of:
|
||||
|
||||
SESSION
|
||||
Session mode for managed connection pooling.
|
||||
TRANSACTION
|
||||
Transaction mode for managed connection pooling.
|
||||
|
||||
--connection-pooling-query-wait-timeout=CONNECTION_POOLING_QUERY_WAIT_TIMEOUT
|
||||
The query wait timeout for managed connection pooling.
|
||||
|
||||
--connection-pooling-server-idle-timeout=CONNECTION_POOLING_SERVER_IDLE_TIMEOUT
|
||||
The server idle timeout for managed connection pooling.
|
||||
|
||||
--connection-pooling-stats-users=[STATS_USERS,...]
|
||||
Comma-separated list of database users to access connection pooling
|
||||
stats.
|
||||
|
||||
--cpu-count=CPU_COUNT
|
||||
Whole number value indicating how many vCPUs the machine should
|
||||
contain. Each vCPU count corresponds to a N2 high-mem machine:
|
||||
|
|
@ -106,6 +148,11 @@ OPTIONAL FLAGS
|
|||
API for allowed flags. (e.g., --database-flags
|
||||
max_allowed_packet=55555,skip_grant_tables=,log_output=1)
|
||||
|
||||
--[no-]enable-connection-pooling
|
||||
Enable connection pooling for the instance. Use
|
||||
--enable-connection-pooling to enable and
|
||||
--no-enable-connection-pooling to disable.
|
||||
|
||||
--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE
|
||||
Number of query plans to sample every minute. Default value is 5.
|
||||
Allowed range: 0 to 20.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue