mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -3,8 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner instances create INSTANCE --config=CONFIG
|
||||
--description=DESCRIPTION
|
||||
(--nodes=NODES | --processing-units=PROCESSING_UNITS) [--async]
|
||||
--description=DESCRIPTION [--async] [--expire-behavior=EXPIRE_BEHAVIOR]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
[--nodes=NODES | --processing-units=PROCESSING_UNITS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -30,7 +31,33 @@ REQUIRED FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the instance.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--expire-behavior=EXPIRE_BEHAVIOR
|
||||
The expire behavior of a free instance. EXPIRE_BEHAVIOR must be one of:
|
||||
|
||||
free-to-provisioned
|
||||
When the free instance expires, upgrade the instance to a
|
||||
provisioned instance
|
||||
remove-after-grace-period
|
||||
When the free instance expires, disable the instance, and delete it
|
||||
after the grace period passes if it has not been upgraded.
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
The type of this instance. INSTANCE_TYPE must be one of:
|
||||
|
||||
free-instance
|
||||
Free instances provide no guarantee for dedicated resources,
|
||||
[node_count, processing_units] should be 0. They come with stricter
|
||||
usage limits and limited support.
|
||||
provisioned
|
||||
Provisioned instances have dedicated resources, standard usage
|
||||
limits and support
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--nodes=NODES
|
||||
Number of nodes for the instance.
|
||||
|
|
@ -38,11 +65,6 @@ REQUIRED FLAGS
|
|||
--processing-units=PROCESSING_UNITS
|
||||
Number of processing units for the instance.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner instances update INSTANCE [--async]
|
||||
[--description=DESCRIPTION]
|
||||
[--description=DESCRIPTION] [--expire-behavior=EXPIRE_BEHAVIOR]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
[--nodes=NODES | --processing-units=PROCESSING_UNITS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -32,6 +33,27 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the instance.
|
||||
|
||||
--expire-behavior=EXPIRE_BEHAVIOR
|
||||
The expire behavior of a free instance. EXPIRE_BEHAVIOR must be one of:
|
||||
|
||||
free-to-provisioned
|
||||
When the free instance expires, upgrade the instance to a
|
||||
provisioned instance
|
||||
remove-after-grace-period
|
||||
When the free instance expires, disable the instance, and delete it
|
||||
after the grace period passes if it has not been upgraded.
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
The type of this instance. INSTANCE_TYPE must be one of:
|
||||
|
||||
free-instance
|
||||
Free instances provide no guarantee for dedicated resources,
|
||||
[node_count, processing_units] should be 0. They come with stricter
|
||||
usage limits and limited support.
|
||||
provisioned
|
||||
Provisioned instances have dedicated resources, standard usage
|
||||
limits and support
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--nodes=NODES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue