mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed May 14 10:45:02 UTC 2025
This commit is contained in:
parent
dfebca5b6c
commit
82f3a66664
423 changed files with 11160 additions and 1149 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha alloydb instances create INSTANCE --cluster=CLUSTER
|
||||
--cpu-count=CPU_COUNT --instance-type=INSTANCE_TYPE --region=REGION
|
||||
--instance-type=INSTANCE_TYPE --region=REGION
|
||||
[--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]]
|
||||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
|
|
@ -18,7 +18,7 @@ SYNOPSIS
|
|||
[--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,...]]
|
||||
[--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]
|
||||
|
|
@ -61,18 +61,6 @@ REQUIRED FLAGS
|
|||
--cluster=CLUSTER
|
||||
AlloyDB cluster ID
|
||||
|
||||
--cpu-count=CPU_COUNT
|
||||
Whole number value indicating how many vCPUs the machine should
|
||||
contain. If the instance does not have a machine-type, the vCPU count
|
||||
will be used to determine the machine type where each vCPU corresponds
|
||||
to an N2 high-mem machine:
|
||||
(https://cloud.google.com/compute/docs/general-purpose-machines#n2_machine_types).
|
||||
where CPU_COUNT can be one of: 2, 4, 8, 16, 32, 64, 96, 128. If the
|
||||
instance has a machine-type, cpu-count must have the same value as the
|
||||
vCPU count in the machine-type. Eg: if machine-type is
|
||||
c4a-highmem-4-lssd, cpu-count must be 4. CPU_COUNT must be one of: 1,
|
||||
2, 4, 8, 16, 32, 48, 64, 72, 96, 128.
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
Specifies instance type. INSTANCE_TYPE must be one of:
|
||||
|
||||
|
|
@ -160,6 +148,18 @@ OPTIONAL FLAGS
|
|||
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. If the instance does not have a machine-type, the vCPU count
|
||||
will be used to determine the machine type where each vCPU corresponds
|
||||
to an N2 high-mem machine:
|
||||
(https://cloud.google.com/compute/docs/general-purpose-machines#n2_machine_types).
|
||||
where CPU_COUNT can be one of: 2, 4, 8, 16, 32, 64, 96, 128. If the
|
||||
instance has a machine-type, cpu-count must have the same value as the
|
||||
vCPU count in the machine-type. Eg: if machine-type is
|
||||
c4a-highmem-4-lssd, cpu-count must be 4. CPU_COUNT must be one of: 1,
|
||||
2, 4, 8, 16, 32, 48, 64, 72, 96, 128.
|
||||
|
||||
--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
|
||||
|
|
@ -251,10 +251,10 @@ OPTIONAL FLAGS
|
|||
Sets psc_auto_connections value.
|
||||
|
||||
network
|
||||
Required, Sets network value.
|
||||
Required, sets network value.
|
||||
|
||||
project
|
||||
Required, Sets project value.
|
||||
Required, sets project value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
|
|||
|
|
@ -97,10 +97,10 @@ OPTIONAL FLAGS
|
|||
Sets psc_auto_connections value.
|
||||
|
||||
network
|
||||
Required, Sets network value.
|
||||
Required, sets network value.
|
||||
|
||||
project
|
||||
Required, Sets project value.
|
||||
Required, sets project value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
|
|||
|
|
@ -285,10 +285,10 @@ OPTIONAL FLAGS
|
|||
Sets psc_auto_connections value.
|
||||
|
||||
network
|
||||
Required, Sets network value.
|
||||
Required, sets network value.
|
||||
|
||||
project
|
||||
Required, Sets project value.
|
||||
Required, sets project value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue