mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Dec 20 10:06:06 UTC 2023
This commit is contained in:
parent
a990278fb3
commit
94c3362cff
127 changed files with 1438 additions and 194 deletions
|
|
@ -354,7 +354,8 @@ FLAGS
|
|||
|
||||
confidential-compute
|
||||
If yes, the disk is created in confidential mode. The default value
|
||||
is no.
|
||||
is no. Encryption with a Cloud KMS key is required to enable this
|
||||
option.
|
||||
|
||||
replica-zones
|
||||
Required for each regional disk associated with the instance.
|
||||
|
|
@ -687,9 +688,9 @@ FLAGS
|
|||
queue-count
|
||||
Specifies the networking queue count for this interface. Both Rx
|
||||
and Tx queues will be set to this number. If it's not specified, a
|
||||
default queue count will be assigned. For Virtio-net, each
|
||||
interface will get min(floor(#vCPU / #vNIC), 32) queues. For gVNIC,
|
||||
each interface will get min(floor(#vCPU / #vNIC / 2), 16) qeueus.
|
||||
default queue count will be assigned. See
|
||||
https://cloud.google.com/compute/docs/network-bandwidth#rx-tx for
|
||||
more details.
|
||||
|
||||
stack-type
|
||||
Specifies whether IPv6 is enabled on the interface. STACK_TYPE must
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue