1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 24 09:45:53 UTC 2022

This commit is contained in:
Automated 2022-08-24 09:45:53 +00:00
parent c614d893da
commit 978ed239f6
Failed to extract signature
127 changed files with 2957 additions and 251 deletions

View file

@ -3,8 +3,9 @@ NAME
SYNOPSIS
gcloud beta 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,35 @@ 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 trial instance. EXPIRE_BEHAVIOR must be
one of:
free-to-provisioned
When the free trial instance expires, upgrade the instance to a
provisioned instance.
remove-after-grace-period
When the free trial instance expires, disable the instance, and
delete it after the grace period passes if it has not been upgraded
to a provisioned instance.
--instance-type=INSTANCE_TYPE
Specifies the type for this instance. INSTANCE_TYPE must be one of:
free-instance
Free trial instances provide no guarantees for dedicated resources,
both node_count and 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 +67,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,

View file

@ -3,7 +3,8 @@ NAME
SYNOPSIS
gcloud beta 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,29 @@ FLAGS
--description=DESCRIPTION
Description of the instance.
--expire-behavior=EXPIRE_BEHAVIOR
The expire behavior of a free trial instance. EXPIRE_BEHAVIOR must be
one of:
free-to-provisioned
When the free trial instance expires, upgrade the instance to a
provisioned instance.
remove-after-grace-period
When the free trial instance expires, disable the instance, and
delete it after the grace period passes if it has not been upgraded
to a provisioned instance.
--instance-type=INSTANCE_TYPE
Specifies the type for this instance. INSTANCE_TYPE must be one of:
free-instance
Free trial instances provide no guarantees for dedicated resources,
both node_count and 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