NAME
    gcloud compute instances network-interfaces - read and manipulate Compute
        Engine instance network interfaces

SYNOPSIS
    gcloud compute instances network-interfaces COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Read and manipulate Compute Engine instance network interfaces.

    For more information about instance network interfaces, see the network
    interfaces documentation
    (https://cloud.google.com/vpc/docs/multiple-interfaces-concepts).

    See also: instance network interfaces API
    (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:

     add
        Add a Dynamic Network Interface to a Compute Engine instance.

     delete
        Delete a Dynamic Network Interface from a Compute Engine instance.

     get-effective-firewalls
        Get the effective firewalls for a Compute Engine virtual machine
        network interface.

     update
        Update a Compute Engine virtual machine network interface.

NOTES
    These variants are also available:

        $ gcloud alpha compute instances network-interfaces

        $ gcloud beta compute instances network-interfaces

