mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -7,8 +7,7 @@ SYNOPSIS
|
|||
--cpu-count=CPU_COUNT --instance-type=INSTANCE_TYPE --region=REGION
|
||||
[--async] [--availability-type=AVAILABILITY_TYPE]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Creates a new AlloyDB instance within a given cluster.
|
||||
|
|
@ -38,7 +37,7 @@ REQUIRED FLAGS
|
|||
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: 4, 8, 16, 32, 64.
|
||||
CPU_COUNT must be one of: 2, 4, 8, 16, 32, 64.
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
Specifies instance type. INSTANCE_TYPE must be one of:
|
||||
|
|
@ -81,9 +80,6 @@ OPTIONAL FLAGS
|
|||
--read-pool-node-count=READ_POOL_NODE_COUNT
|
||||
Read capacity, i.e. number of nodes in a read pool instance.
|
||||
|
||||
--zone=ZONE
|
||||
Primary Compute Engine zone (e.g. us-central1, us-central1, etc.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha alloydb instances update INSTANCE --cluster=CLUSTER
|
||||
--region=REGION [--async] [--availability-type=AVAILABILITY_TYPE]
|
||||
[--cpu-count=CPU_COUNT] [--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Updates an AlloyDB instance within a given cluster.
|
||||
|
|
@ -49,7 +48,7 @@ OPTIONAL FLAGS
|
|||
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: 4, 8, 16, 32, 64.
|
||||
CPU_COUNT must be one of: 2, 4, 8, 16, 32, 64.
|
||||
|
||||
--database-flags=FLAG=VALUE,[FLAG=VALUE,...]
|
||||
Comma-separated list of database flags to set on the instance. Use an
|
||||
|
|
@ -62,9 +61,6 @@ OPTIONAL FLAGS
|
|||
--read-pool-node-count=READ_POOL_NODE_COUNT
|
||||
Read capacity, i.e. number of nodes in a read pool instance.
|
||||
|
||||
--zone=ZONE
|
||||
Primary Compute Engine zone (e.g. us-central1, us-central1, etc.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue