mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
|
|
@ -22,8 +22,9 @@ SYNOPSIS
|
|||
[--ipv6-network-tier=IPV6_NETWORK_TIER]
|
||||
[--key-revocation-action-type=POLICY] [--labels=[KEY=VALUE,...]]
|
||||
[--local-ssd=[device-name=DEVICE-NAME],
|
||||
[interface=INTERFACE],[size=SIZE]] [--machine-type=MACHINE_TYPE]
|
||||
[--maintenance-policy=MAINTENANCE_POLICY]
|
||||
[interface=INTERFACE],[size=SIZE]]
|
||||
[--local-ssd-recovery-timeout=LOCAL_SSD_RECOVERY_TIMEOUT]
|
||||
[--machine-type=MACHINE_TYPE] [--maintenance-policy=MAINTENANCE_POLICY]
|
||||
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
|
||||
[--metadata-from-file=KEY=LOCAL_FILE_PATH,[...]]
|
||||
[--min-cpu-platform=PLATFORM] [--min-node-cpu=MIN_NODE_CPU]
|
||||
|
|
@ -433,6 +434,12 @@ FLAGS
|
|||
partitions. You can specify a maximum of 24 local SSDs for a
|
||||
maximum of 9TB attached to an instance.
|
||||
|
||||
--local-ssd-recovery-timeout=LOCAL_SSD_RECOVERY_TIMEOUT
|
||||
Specifies the maximum amount of time a Local Ssd Vm should wait while
|
||||
recovery of the Local Ssd state is attempted. Its value should be in
|
||||
between 0 and 168 hours with hour granularity and the default value
|
||||
being 1 hour.
|
||||
|
||||
--machine-type=MACHINE_TYPE
|
||||
Specifies the machine type used for the instances. To get a list of
|
||||
available machine types, run 'gcloud compute machine-types list'. If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue