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:
parent
c614d893da
commit
978ed239f6
127 changed files with 2957 additions and 251 deletions
|
|
@ -37,25 +37,27 @@ OPTIONAL FLAGS
|
|||
complete.
|
||||
|
||||
--expire-behavior=EXPIRE_BEHAVIOR
|
||||
The expire behavior of a free instance. EXPIRE_BEHAVIOR must be one of:
|
||||
The expire behavior of a free trial instance. EXPIRE_BEHAVIOR must be
|
||||
one of:
|
||||
|
||||
free-to-provisioned
|
||||
When the free instance expires, upgrade the instance to a
|
||||
provisioned instance
|
||||
When the free trial 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.
|
||||
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
|
||||
The type of this instance. INSTANCE_TYPE must be one of:
|
||||
Specifies the type for 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.
|
||||
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
|
||||
limits, and support.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue