mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +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 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 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue