mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 15 10:31:27 UTC 2023
This commit is contained in:
parent
435c9359b5
commit
2102dc5511
223 changed files with 8143 additions and 443 deletions
|
|
@ -12,8 +12,8 @@ SYNOPSIS
|
|||
[--can-ip-forward] [--confidential-compute]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--csek-key-file=FILE]
|
||||
[--deletion-protection] [--description=DESCRIPTION]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],
|
||||
[device-name=DEVICE-NAME],[mode=MODE],[name=NAME],[scope=SCOPE]]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],
|
||||
[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]]
|
||||
[--enable-display-device] [--[no-]enable-nested-virtualization]
|
||||
[--[no-]enable-uefi-networking] [--erase-windows-vss-signature]
|
||||
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
|
|
@ -367,7 +367,7 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Specifies a textual description of the instances.
|
||||
|
||||
--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME],[scope=SCOPE]
|
||||
--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]
|
||||
Attaches persistent disks to the instances. The disks specified must
|
||||
already exist.
|
||||
|
||||
|
|
@ -404,6 +404,10 @@ FLAGS
|
|||
zonal disk in the same zone as the instance (default). If regional,
|
||||
the disk is interpreted as a regional disk in the same region as
|
||||
the instance. The default value for this is zonal.
|
||||
force-attach
|
||||
If yes, this persistent disk will force-attached to the instance
|
||||
even it is already attached to another instance. The default value
|
||||
is 'no'.
|
||||
|
||||
--enable-display-device
|
||||
Enable a display device on VM instances. Disabled by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue