1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Sep 21 11:28:40 UTC 2022

This commit is contained in:
Automated 2022-09-21 11:28:40 +00:00
parent 8f4214beb2
commit 29683b8af4
Failed to extract signature
122 changed files with 2393 additions and 199 deletions

View file

@ -1,27 +1,28 @@
NAME
gcloud alpha edge-cloud networking routers remove-interface - remove a list
of interfaces on a Distributed Cloud Edge Network router
gcloud alpha edge-cloud networking routers remove-interface - remove an
interface on a Distributed Cloud Edge Network router
SYNOPSIS
gcloud alpha edge-cloud networking routers remove-interface
(ROUTER : --location=LOCATION --zone=ZONE)
--interface-names=[INTERFACE_NAME,...] [--async] [GCLOUD_WIDE_FLAG ...]
(--interface-name=INTERFACE_NAME
| --interface-names=[INTERFACE_NAME,...]) [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Remove a list of interfaces on a Distributed Cloud Edge Network
router.
(ALPHA) Remove an interface on a Distributed Cloud Edge Network router.
EXAMPLES
To remove a list of interfaces contains 'my-int-r1' on Distributed Cloud
Edge Network router 'my-router' in edge zone 'us-central1-edge-den1' , run:
To remove the interface 'my-int-r1' on Distributed Cloud Edge Network
router 'my-router' in edge zone 'us-central1-edge-den1' , run:
$ gcloud alpha edge-cloud networking routers remove-interface \
my-router --interface-names=my-int-r1 --location=us-central1 \
my-router --interface-name=my-int-r1 --location=us-central1 \
--zone=us-central1-edge-den1
POSITIONAL ARGUMENTS
Router resource - The router from which we remove a list of interfaces.
The arguments in this group can be used to specify the attributes of this
Router resource - The router from which we remove an interface. The
arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways. To set the project attribute:
◆ provide the argument router on the command line with a fully
@ -52,8 +53,13 @@ POSITIONAL ARGUMENTS
▸ provide the argument --zone on the command line.
REQUIRED FLAGS
--interface-names=[INTERFACE_NAME,...]
The list of names for interfaces being removed.
Exactly one of these must be specified:
--interface-name=INTERFACE_NAME
The name of the interface being removed.
--interface-names=[INTERFACE_NAME,...]
The list of names for interfaces being removed.
OPTIONAL FLAGS
--async