mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -110,6 +110,10 @@ OPTIONAL FLAGS
|
|||
If specified then the interconnect is created on Cross-Site Network
|
||||
capable hardware ports. This parameter can only be provided during
|
||||
interconnect INSERT and cannot be changed using interconnect PATCH.
|
||||
L2_FORWARDING
|
||||
If specified then the interconnect is created on L2 forwarding
|
||||
capable hardware ports. This parameter can only be provided during
|
||||
interconnect INSERT and cannot be changed using interconnect PATCH.
|
||||
MACSEC
|
||||
If specified then the interconnect is created on MACsec capable
|
||||
hardware ports. If not specified, the interconnect is created on
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud compute interconnects groups update NAME [--description=DESCRIPTION]
|
||||
[--intended-topology-capability=INTENDED_TOPOLOGY_CAPABILITY]
|
||||
[--interconnects=[INTERCONNECT,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--interconnects=[INTERCONNECT,...]] [--update-mask=UPDATE_MASK]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute interconnects groups update is used to update interconnect
|
||||
|
|
@ -33,7 +34,8 @@ EXAMPLES
|
|||
|
||||
$ gcloud compute interconnects groups update \
|
||||
example-interconnect-group \
|
||||
--interconnects=interconnect-1,interconnect-2
|
||||
--interconnects=interconnect-1,interconnect-2 \
|
||||
--update-mask=interconnects
|
||||
|
||||
Although you can add or remove member interconnects using this command, it
|
||||
is recommended to add or remove member interconnects using the add-members
|
||||
|
|
@ -54,6 +56,11 @@ FLAGS
|
|||
--interconnects=[INTERCONNECT,...]
|
||||
Member interconnects to set the interconnect group to contain.
|
||||
|
||||
--update-mask=UPDATE_MASK
|
||||
Optional update mask to specify which fields to update. Use commas to
|
||||
separate masks. If not specified, all fields present in the command
|
||||
will be updated.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue