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

gcloud: Wed Oct 26 10:52:11 UTC 2022

This commit is contained in:
Automated 2022-10-26 10:52:11 +00:00
parent 5c08d21169
commit 235c67283b
Failed to extract signature
215 changed files with 6787 additions and 1005 deletions

View file

@ -6,9 +6,9 @@ NAME
SYNOPSIS
gcloud alpha edge-cloud networking interconnects attachments dedicated
create (INTERCONNECT_ATTACHMENT : --location=LOCATION --zone=ZONE)
--interconnect=INTERCONNECT --router=ROUTER [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--mtu=MTU; default=1500] [--vlan-id=VLAN_ID] [GCLOUD_WIDE_FLAG ...]
--interconnect=INTERCONNECT [--async] [--description=DESCRIPTION]
[--labels=[KEY=VALUE,...]] [--mtu=MTU; default=1500]
[--network=NETWORK] [--vlan-id=VLAN_ID] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a new dedicated Distributed Cloud Edge Network interconnect
@ -21,7 +21,7 @@ EXAMPLES
$ gcloud alpha edge-cloud networking interconnects attachments \
dedicated create my-attachment --location=us-central1 \
--zone=us-central1-edge-den1 --interconnect=INTERCONNECT-LINK1 \
--router=my-edge-router --vlan-id=200 --mtu=1500
--network=my-edge-network --vlan-id=200 --mtu=1500
POSITIONAL ARGUMENTS
Interconnect attachment resource - Distributed Cloud Edge Network
@ -63,9 +63,6 @@ REQUIRED FLAGS
The underlying interconnect object that this attachment's traffic will
traverse through.
--router=ROUTER
The router to use for dynamic routing.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
@ -87,6 +84,9 @@ OPTIONAL FLAGS
that can be transmitted on this attachment. Default value is 1500
bytes, and the valid values are 1500 and 9000.
--network=NETWORK
The network to use for dynamic routing.
--vlan-id=VLAN_ID
The ID of the vlan to tag the subnetwork. Default value is 0.