mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Fri Mar 24 11:31:22 UTC 2023
This commit is contained in:
parent
a4bd29dd06
commit
4ccfc7a5e3
142 changed files with 4081 additions and 397 deletions
|
|
@ -20,7 +20,8 @@ SYNOPSIS
|
|||
[--host-error-timeout-seconds=HOST_ERROR_TIMEOUT_SECONDS]
|
||||
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--local-ssd=[device-name=DEVICE-NAME],[interface=INTERFACE]]
|
||||
[--local-ssd=[device-name=DEVICE-NAME],
|
||||
[interface=INTERFACE],[size=SIZE]]
|
||||
[--location-policy=[ZONE=POLICY,...]] [--machine-type=MACHINE_TYPE]
|
||||
[--max-run-duration=MAX_RUN_DURATION]
|
||||
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
|
||||
|
|
@ -425,7 +426,7 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--local-ssd=[device-name=DEVICE-NAME],[interface=INTERFACE]
|
||||
--local-ssd=[device-name=DEVICE-NAME],[interface=INTERFACE],[size=SIZE]
|
||||
Attaches a local SSD to the instances.
|
||||
|
||||
device-name
|
||||
|
|
@ -439,6 +440,12 @@ OPTIONAL FLAGS
|
|||
supported by more guest operating systems. NVME might provide
|
||||
higher performance.
|
||||
|
||||
size
|
||||
Optional. The only valid value is 375GB. Specify the --local-ssd
|
||||
flag multiple times if you need multiple 375GB local SSD
|
||||
partitions. You can specify a maximum of 24 local SSDs for a
|
||||
maximum of 9TB attached to an instance.
|
||||
|
||||
--location-policy=[ZONE=POLICY,...]
|
||||
Policy for which zones to include or exclude during bulk instance
|
||||
creation within a region. Policy is defined as a list of key-value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue