mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -819,17 +819,22 @@ FLAGS
|
|||
the subnet or legacy network IP range.
|
||||
|
||||
--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.
|
||||
|
||||
--region=REGION
|
||||
Region of the subnetwork to attach. If not specified, you might be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue