mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -1,19 +1,19 @@
|
|||
NAME
|
||||
gcloud beta compute instances network-interfaces - read and manipulate
|
||||
Compute Engine VM instance network interfaces
|
||||
Compute Engine instance network interfaces
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instances network-interfaces COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Read and manipulate Compute Engine VM instance network interfaces.
|
||||
(BETA) Read and manipulate Compute Engine instance network interfaces.
|
||||
|
||||
For more information about VM instance network interfaces, see the network
|
||||
For more information about instance network interfaces, see the network
|
||||
interfaces documentation
|
||||
(https://cloud.google.com/vpc/docs/multiple-interfaces-concepts).
|
||||
|
||||
See also: VM instance network interfaces API
|
||||
See also: instance network interfaces API
|
||||
(https://cloud.google.com/compute/docs/reference/rest/v1/instances/updateNetworkInterface).
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
|
|
@ -24,6 +24,13 @@ GCLOUD WIDE FLAGS
|
|||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
add
|
||||
(BETA) Add a dynamic network interface to a Compute Engine instance.
|
||||
|
||||
delete
|
||||
(BETA) Delete a dynamic network interface from a Compute Engine
|
||||
instance.
|
||||
|
||||
get-effective-firewalls
|
||||
(BETA) Get the effective firewalls for a Compute Engine virtual machine
|
||||
network interface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue