1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 08:27:05 +00:00
gcloud-help/gcloud/alpha/compute/instances/network-interfaces/help

51 lines
1.6 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud alpha compute instances network-interfaces - read and manipulate
2025-03-05 10:41:25 +00:00
Compute Engine instance network interfaces
2022-03-01 04:29:52 +00:00
SYNOPSIS
gcloud alpha compute instances network-interfaces COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2025-03-05 10:41:25 +00:00
(ALPHA) Read and manipulate Compute Engine instance network interfaces.
2022-03-01 04:29:52 +00:00
2025-03-05 10:41:25 +00:00
For more information about instance network interfaces, see the network
2022-03-01 04:29:52 +00:00
interfaces documentation
(https://cloud.google.com/vpc/docs/multiple-interfaces-concepts).
2025-03-05 10:41:25 +00:00
See also: instance network interfaces API
2022-03-01 04:29:52 +00:00
(https://cloud.google.com/compute/docs/reference/rest/v1/instances/updateNetworkInterface).
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
2024-01-18 10:21:20 +00:00
add
2025-03-05 10:41:25 +00:00
(ALPHA) Add a dynamic network interface to a Compute Engine instance.
2024-01-18 10:21:20 +00:00
2024-01-10 10:17:49 +00:00
delete
2025-03-05 10:41:25 +00:00
(ALPHA) Delete a dynamic network interface from a Compute Engine
instance.
2024-01-10 10:17:49 +00:00
2022-03-01 04:29:52 +00:00
get-effective-firewalls
(ALPHA) Get the effective firewalls for a Compute Engine virtual
machine network interface.
update
(ALPHA) Update a Compute Engine virtual machine network interface.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. These variants are also available:
$ gcloud compute instances network-interfaces
$ gcloud beta compute instances network-interfaces