mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Nov 20 10:03:22 UTC 2024
This commit is contained in:
parent
a63704a3af
commit
ad2752c6c9
198 changed files with 7874 additions and 336 deletions
|
|
@ -711,17 +711,22 @@ OPTIONAL FLAGS
|
|||
instances can not be restarted and will not migrate.
|
||||
|
||||
--provisioning-model=PROVISIONING_MODEL
|
||||
Specifies provisioning model, which determines price, obtainability,
|
||||
and runtime for the VM instance. PROVISIONING_MODEL must be one of:
|
||||
Specifies the provisioning model for your VM instances. This choice
|
||||
affects the price, availability, and how long your VM instances can
|
||||
run. PROVISIONING_MODEL must be one of:
|
||||
|
||||
RESERVATION_BOUND
|
||||
The VM instances run for the entire duration of their associated
|
||||
reservation. You can only specify this provisioning model if you
|
||||
want your VM instances to consume a specific reservation with
|
||||
either a calendar reservation mode or a dense deployment type.
|
||||
SPOT
|
||||
Spot VMs are spare capacity; Spot VMs are discounted to have much
|
||||
lower prices than standard VMs but have no guaranteed runtime. Spot
|
||||
VMs are the new version of preemptible VM instances, except Spot
|
||||
VMs do not have a 24-hour maximum runtime.
|
||||
Compute Engine may stop a Spot VM instance whenever it needs
|
||||
capacity. Because Spot VM instances don't have a guaranteed
|
||||
runtime, they come at a discounted price.
|
||||
STANDARD
|
||||
Default. Standard provisioning model for VM instances, which has
|
||||
user-controlled runtime but no Spot discounts.
|
||||
The default option. The STANDARD provisioning model gives you full
|
||||
control over your VM instances' runtime.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Specifies a list of resource manager tags to apply to the instance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue