mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Mar 27 09:52:07 UTC 2024
This commit is contained in:
parent
5b4fac9106
commit
4ade1b44cc
148 changed files with 5765 additions and 482 deletions
|
|
@ -589,8 +589,9 @@ OPTIONAL FLAGS
|
|||
|
||||
--network-interface=[PROPERTY=VALUE,...]
|
||||
Adds a network interface to the instance. Mutually exclusive with any
|
||||
of these flags: --network, --network-tier, --subnet. This flag can be
|
||||
repeated to specify multiple network interfaces.
|
||||
of these flags: --network, --network-tier, --no-address, --subnet,
|
||||
--stack-type. This flag can be repeated to specify multiple network
|
||||
interfaces.
|
||||
|
||||
network
|
||||
Specifies the network that the interface will be part of. If subnet
|
||||
|
|
@ -610,6 +611,10 @@ OPTIONAL FLAGS
|
|||
Specifies the Network Interface Controller (NIC) type for the
|
||||
interface. NIC_TYPE must be one of: GVNIC, VIRTIO_NET.
|
||||
|
||||
no-address
|
||||
If specified the interface will have no external IP. If not
|
||||
specified instances will get ephemeral IPs.
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue