1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -546,6 +546,13 @@ FLAGS
Specifies the Network Interface Controller (NIC) type for the
interface. NIC_TYPE must be one of: GVNIC, VIRTIO_NET.
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.
stack-type
Specifies whether IPv6 is enabled on the interface. STACK_TYPE must
be one of: IPV4_ONLY, IPV4_IPV6. The default value is IPV4_ONLY.

View file

@ -12,9 +12,6 @@ DESCRIPTION
gcloud compute instance-templates list displays all Google Compute Engine
instance templates in a project.
By default, instance templates from all zones are listed. The results can
be narrowed down using a filter: --filter="zone:( ZONE ... )".
EXAMPLES
To list all instance templates in a project in table form, run:
@ -24,12 +21,6 @@ EXAMPLES
$ gcloud compute instance-templates list --uri
To list all instance templates in the us-central1-b and europe-west1-d
zones, run:
$ gcloud compute instance-templates list \
--filter="zone:( us-central1-b europe-west1-d )"
POSITIONAL ARGUMENTS
[NAME ...]
(DEPRECATED) If provided, show details for the specified names and/or