mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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.
|
||||
|
|
|
|||
|
|
@ -890,17 +890,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.
|
||||
|
||||
--require-csek-key-create
|
||||
Refuse to create resources not protected by a user managed key in the
|
||||
|
|
|
|||
|
|
@ -789,17 +789,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.
|
||||
|
||||
--resource-policies=[RESOURCE_POLICY,...]
|
||||
A list of resource policy names to be added to the instance. The
|
||||
|
|
|
|||
|
|
@ -79,17 +79,22 @@ FLAGS
|
|||
to enable and --no-preemptible to disable.
|
||||
|
||||
--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.
|
||||
|
||||
--[no-]restart-on-failure
|
||||
The instances will be restarted if they are terminated by Compute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue