mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Sep 21 11:28:40 UTC 2022
This commit is contained in:
parent
8f4214beb2
commit
29683b8af4
122 changed files with 2393 additions and 199 deletions
|
|
@ -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 --vlan-id=VLAN_ID [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]] [--mtu=MTU]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
--interconnect=INTERCONNECT --router=ROUTER [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--mtu=MTU; default=1500] [--vlan-id=VLAN_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new dedicated Distributed Cloud Edge Network interconnect
|
||||
|
|
@ -66,9 +66,6 @@ REQUIRED FLAGS
|
|||
--router=ROUTER
|
||||
The router to use for dynamic routing.
|
||||
|
||||
--vlan-id=VLAN_ID
|
||||
The ID of the vlan to tag the subnetwork.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
@ -85,11 +82,14 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--mtu=MTU
|
||||
--mtu=MTU; default=1500
|
||||
Maximum transmission unit (MTU) is the size of the largest IP packet
|
||||
that can be transmitted on this attachment. Default value is 1500
|
||||
bytes, and the valid values are 1500 and 9000.
|
||||
|
||||
--vlan-id=VLAN_ID
|
||||
The ID of the vlan to tag the subnetwork. Default value is 0.
|
||||
|
||||
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