mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -16,17 +16,17 @@ DESCRIPTION
|
|||
|
||||
EXAMPLES
|
||||
To create a custom Cloud Spanner instance configuration based on an
|
||||
existing Google-managed configuration (nam3) by adding a 'READ_ONLY' type
|
||||
replica in location 'us-east4', run:
|
||||
existing Google-managed configuration (nam3) by adding a READ_ONLY type
|
||||
replica in location us-east4, run:
|
||||
|
||||
$ gcloud beta spanner instance-configs create \
|
||||
custom-instance-config --clone-config=nam3 \
|
||||
--add-replicas=location=us-east4,type=READ_ONLY
|
||||
|
||||
To create a custom Cloud Spanner instance configuration based on another
|
||||
custom configuration (custom-instance-config) by adding a 'READ_ONLY' type
|
||||
replica in location 'us-east1' and removing a 'READ_ONLY' type replica in
|
||||
location 'us-east4', run:
|
||||
custom configuration (custom-instance-config) by adding a READ_ONLY type
|
||||
replica in location us-east1 and removing a READ_ONLY type replica in
|
||||
location us-east4, run:
|
||||
|
||||
$ gcloud beta spanner instance-configs create \
|
||||
custom-instance-config1 --clone-config=custom-instance-config \
|
||||
|
|
@ -144,8 +144,8 @@ OPTIONAL FLAGS
|
|||
numbers.
|
||||
|
||||
--validate-only
|
||||
Use this flag to validate that the request will succeed before
|
||||
executing it.
|
||||
If specified, validate that the creation will succeed without creating
|
||||
the instance configuration.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ FLAGS
|
|||
simultaneous deletes of an instance config from overwriting each other.
|
||||
|
||||
--validate-only
|
||||
Use this flag to validate that the request will succeed before
|
||||
executing it.
|
||||
If specified, validate that the deletion will succeed without deleting
|
||||
the instance config.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner instances create INSTANCE --config=CONFIG
|
||||
--description=DESCRIPTION [--async] [--expire-behavior=EXPIRE_BEHAVIOR]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
--description=DESCRIPTION [--async] [--edition=EDITION]
|
||||
[--expire-behavior=EXPIRE_BEHAVIOR] [--instance-type=INSTANCE_TYPE]
|
||||
[--nodes=NODES | --processing-units=PROCESSING_UNITS
|
||||
| --autoscaling-high-priority-cpu-target=AUTOSCALING_HIGH_PRIORITY_CPU_TARGET --autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET (--autoscaling-max-nodes=AUTOSCALING_MAX_NODES --autoscaling-min-nodes=AUTOSCALING_MIN_NODES | --autoscaling-max-processing-units=AUTOSCALING_MAX_PROCESSING_UNITS --autoscaling-min-processing-units=AUTOSCALING_MIN_PROCESSING_UNITS)]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -37,6 +37,20 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--edition=EDITION
|
||||
Cloud Spanner edition. EDITION must be one of:
|
||||
|
||||
EDITION_UNSPECIFIED
|
||||
Spanner's legacy pricing model. For more information, see the
|
||||
Spanner editions overview
|
||||
(https://cloud.google.com/spanner/docs/editions-overview)
|
||||
ENTERPRISE
|
||||
Enterprise edition
|
||||
ENTERPRISE_PLUS
|
||||
Enterprise Plus edition
|
||||
STANDARD
|
||||
Standard edition
|
||||
|
||||
--expire-behavior=EXPIRE_BEHAVIOR
|
||||
The expire behavior of a free trial instance. EXPIRE_BEHAVIOR must be
|
||||
one of:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner instances update INSTANCE [--async]
|
||||
[--description=DESCRIPTION] [--expire-behavior=EXPIRE_BEHAVIOR]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
[--description=DESCRIPTION] [--edition=EDITION]
|
||||
[--expire-behavior=EXPIRE_BEHAVIOR] [--instance-type=INSTANCE_TYPE]
|
||||
[--nodes=NODES | --processing-units=PROCESSING_UNITS
|
||||
| --autoscaling-high-priority-cpu-target=AUTOSCALING_HIGH_PRIORITY_CPU_TARGET --autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET --autoscaling-max-nodes=AUTOSCALING_MAX_NODES --autoscaling-min-nodes=AUTOSCALING_MIN_NODES | --autoscaling-max-processing-units=AUTOSCALING_MAX_PROCESSING_UNITS --autoscaling-min-processing-units=AUTOSCALING_MIN_PROCESSING_UNITS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -34,6 +34,15 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the instance.
|
||||
|
||||
--edition=EDITION
|
||||
Cloud Spanner edition. You can upgrade your Standard edition instance
|
||||
to the ENTERPRISE edition or ENTERPRISE_PLUS edition. You can also
|
||||
upgrade your Enterprise edition instance to the ENTERPRISE_PLUS
|
||||
edition. Self-service downgrade isn't available. To downgrade the
|
||||
edition of your instance, file a support ticket. For more information,
|
||||
see the Spanner editions overview
|
||||
(https://cloud.google.com/spanner/docs/editions-overview)
|
||||
|
||||
--expire-behavior=EXPIRE_BEHAVIOR
|
||||
The expire behavior of a free trial instance. EXPIRE_BEHAVIOR must be
|
||||
one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue