mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -15,7 +15,8 @@ SYNOPSIS
|
|||
[--discard-local-ssds-at-termination-timestamp=DISCARD_LOCAL_SSDS_AT_TERMINATION_TIMESTAMP]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],
|
||||
[interface=INTERFACE],[mode=MODE],[name=NAME]]
|
||||
[--[no-]enable-nested-virtualization] [--[no-]enable-uefi-networking]
|
||||
[--enable-display-device] [--[no-]enable-nested-virtualization]
|
||||
[--[no-]enable-uefi-networking]
|
||||
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--graceful-shutdown]
|
||||
|
|
@ -131,8 +132,7 @@ FLAGS
|
|||
|
||||
--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS
|
||||
Indicates how many IOPS to provision for the disk. This sets the number
|
||||
of I/O operations per second that the disk can handle. Value must be
|
||||
between 10,000 and 120,000.
|
||||
of I/O operations per second that the disk can handle.
|
||||
|
||||
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates how much throughput to provision for the disk. This sets the
|
||||
|
|
@ -419,6 +419,9 @@ FLAGS
|
|||
▸ SCSI
|
||||
▸ NVME
|
||||
|
||||
--enable-display-device
|
||||
Enable a display device on VM instances. Disabled by default.
|
||||
|
||||
--[no-]enable-nested-virtualization
|
||||
If set to true, enables nested virtualization for the instance. Use
|
||||
--enable-nested-virtualization to enable and
|
||||
|
|
@ -769,6 +772,10 @@ FLAGS
|
|||
Specifies the network attachment that this interface should connect
|
||||
to. Mutually exclusive with --network and --subnet flags.
|
||||
|
||||
vlan
|
||||
VLAN tag of a dynamic network interface, must be an integer in the
|
||||
range from 2 to 255 inclusively.
|
||||
|
||||
--network-performance-configs=[PROPERTY=VALUE,...]
|
||||
Configures network performance settings for the instance. If this flag
|
||||
is not specified, the instance will be created with its default network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue