1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jun 15 10:31:27 UTC 2023

This commit is contained in:
Automated 2023-06-15 10:31:27 +00:00
parent 435c9359b5
commit 2102dc5511
223 changed files with 8143 additions and 443 deletions

View file

@ -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]
@ -357,7 +357,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.
@ -394,6 +394,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.

View file

@ -23,8 +23,8 @@ SYNOPSIS
[--container-restart-policy=POLICY; default="always"]
[--container-stdin] [--container-tty]
[--create-disk=[PROPERTY=VALUE,...]] [--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]]
[--[no-]enable-nested-virtualization]
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
@ -354,7 +354,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.
@ -395,6 +395,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'.
--[no-]enable-nested-virtualization
If set to true, enables nested virtualization for the instance. Use