1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Mar 19 10:42:21 UTC 2025

This commit is contained in:
Automated 2025-03-19 10:42:21 +00:00
parent a459a88a5f
commit e555fef0aa
170 changed files with 6428 additions and 659 deletions

View file

@ -24,7 +24,7 @@ SYNOPSIS
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
[--[no-]insights-config-record-application-tags]
[--[no-]insights-config-record-client-address]
[--[no-]observability-config-enabled]
[--machine-type=MACHINE_TYPE] [--[no-]observability-config-enabled]
[--observability-config-max-query-string-length=OBSERVABILITY_CONFIG_MAX_QUERY_STRING_LENGTH]
[--[no-]observability-config-preserve-comments]
[--observability-config-query-plans-per-minute=OBSERVABILITY_CONFIG_QUERY_PLANS_PER_MINUTE]
@ -62,9 +62,15 @@ REQUIRED FLAGS
--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:
(https://cloud.google.com/compute/docs/general-purpose-machines#n2_machines).
CPU_COUNT must be one of: 1, 2, 4, 8, 16, 32, 64, 96, 128.
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:
@ -187,6 +193,14 @@ OPTIONAL FLAGS
Use --insights-config-record-client-address to enable and
--no-insights-config-record-client-address to disable.
--machine-type=MACHINE_TYPE
Specifies machine type for the instance. MACHINE_TYPE must be one of:
n2-highmem-2, n2-highmem-4, n2-highmem-8, n2-highmem-16, n2-highmem-32,
n2-highmem-64, n2-highmem-96, n2-highmem-128, c4a-highmem-1,
c4a-highmem-4-lssd, c4a-highmem-8-lssd, c4a-highmem-16-lssd,
c4a-highmem-32-lssd, c4a-highmem-48-lssd, c4a-highmem-64-lssd,
c4a-highmem-72-lssd.
--[no-]observability-config-enabled
Enable enhanced query insights feature. Use
--observability-config-enabled to enable and

View file

@ -24,7 +24,7 @@ SYNOPSIS
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
[--[no-]insights-config-record-application-tags]
[--[no-]insights-config-record-client-address]
[--[no-]observability-config-enabled]
[--machine-type=MACHINE_TYPE] [--[no-]observability-config-enabled]
[--observability-config-max-query-string-length=OBSERVABILITY_CONFIG_MAX_QUERY_STRING_LENGTH]
[--[no-]observability-config-preserve-comments]
[--observability-config-query-plans-per-minute=OBSERVABILITY_CONFIG_QUERY_PLANS_PER_MINUTE]
@ -136,9 +136,15 @@ OPTIONAL FLAGS
--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:
(https://cloud.google.com/compute/docs/general-purpose-machines#n2_machines).
CPU_COUNT must be one of: 1, 2, 4, 8, 16, 32, 64, 96, 128.
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
@ -174,6 +180,14 @@ OPTIONAL FLAGS
Use --insights-config-record-client-address to enable and
--no-insights-config-record-client-address to disable.
--machine-type=MACHINE_TYPE
Specifies machine type for the instance. MACHINE_TYPE must be one of:
n2-highmem-2, n2-highmem-4, n2-highmem-8, n2-highmem-16, n2-highmem-32,
n2-highmem-64, n2-highmem-96, n2-highmem-128, c4a-highmem-1,
c4a-highmem-4-lssd, c4a-highmem-8-lssd, c4a-highmem-16-lssd,
c4a-highmem-32-lssd, c4a-highmem-48-lssd, c4a-highmem-64-lssd,
c4a-highmem-72-lssd.
--[no-]observability-config-enabled
Enable enhanced query insights feature. Use
--observability-config-enabled to enable and