mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Thu Oct 30 11:14:52 UTC 2025
This commit is contained in:
parent
a763c0bf0a
commit
4b21ae6795
132 changed files with 2511 additions and 503 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud alpha compute advice calendar-mode
|
||||
([--chip-count=CHIP_COUNT --tpu-version=TPU_VERSION
|
||||
: --workload-type=WORKLOAD_TYPE]
|
||||
| --machine-type=MACHINE_TYPE --vm-count=VM_COUNT)
|
||||
| [--machine-type=MACHINE_TYPE --vm-count=VM_COUNT
|
||||
: --local-ssd=[interface=INTERFACE],[size=SIZE]])
|
||||
[--duration-range=[max=MAX],[min=MIN]]
|
||||
[--end-time-range=[from=FROM],[to=TO]]
|
||||
[--location-policy=[ZONE=POLICY,...]] [--region=REGION]
|
||||
|
|
@ -50,6 +51,8 @@ REQUIRED FLAGS
|
|||
--tpu-version=TPU_VERSION
|
||||
The version of Cloud TPU to reserve. TPU_VERSION must be one of:
|
||||
|
||||
TPU7X
|
||||
Cloud TPU v7x
|
||||
V5E
|
||||
Cloud TPU v5e Lite
|
||||
V5P
|
||||
|
|
@ -91,6 +94,16 @@ REQUIRED FLAGS
|
|||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
Manage the size and the interface of local SSD to use. See
|
||||
https://cloud.google.com/compute/docs/disks/local-ssd for more
|
||||
information.
|
||||
interface
|
||||
The kind of disk interface exposed to the VM for this SSD. The
|
||||
only valid value is nvme.
|
||||
size
|
||||
The size of the local SSD in base-2 GB.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--duration-range=[max=MAX],[min=MIN]
|
||||
A duration range for the duration of the Future Reservation. Defined as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue