1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Sat Jun 14 05:31:37 UTC 2025

This commit is contained in:
Automated 2025-06-14 05:31:37 +00:00
parent 1799759190
commit fa40c10f6a
712 changed files with 17386 additions and 4918 deletions

View file

@ -42,7 +42,8 @@ SYNOPSIS
[--network-interface=[PROPERTY=VALUE,...]]
[--network-tier=NETWORK_TIER] [--preemptible]
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
[--private-network-ip=PRIVATE_NETWORK_IP] [--region=REGION]
[--private-network-ip=PRIVATE_NETWORK_IP]
[--provisioning-model=PROVISIONING_MODEL] [--region=REGION]
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--stack-type=STACK_TYPE] [--subnet=SUBNET]
@ -125,8 +126,7 @@ FLAGS
--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS
Indicates how many IOPS to provision for the disk. This sets the number
of I/O operations per second that the disk can handle. Value must be
between 10,000 and 120,000.
of I/O operations per second that the disk can handle.
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
Indicates how much throughput to provision for the disk. This sets the
@ -706,6 +706,27 @@ FLAGS
Specifies the RFC1918 IP to assign to the instance. The IP should be in
the subnet or legacy network IP range.
--provisioning-model=PROVISIONING_MODEL
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:
FLEX_START
Instance is provisioned using the Flex Start provisioning model and
has a limited runtime.
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
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
The default option. The STANDARD provisioning model gives you full
control over your VM instances' runtime.
--region=REGION
Region of the instance template to create. If not specified, you might
be prompted to select a region (interactive mode only).