directconnect_create_interconnect: Creates an interconnect between an Direct Connect Partner's...

View source: R/directconnect_operations.R

directconnect_create_interconnectR Documentation

Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location

Description

Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.

See https://www.paws-r-sdk.com/docs/directconnect_create_interconnect/ for full documentation.

Usage

directconnect_create_interconnect(
  interconnectName,
  bandwidth,
  location,
  lagId = NULL,
  tags = NULL,
  providerName = NULL
)

Arguments

interconnectName

[required] The name of the interconnect.

bandwidth

[required] The port bandwidth, in Gbps. The possible values are 1 and 10.

location

[required] The location of the interconnect.

lagId

The ID of the LAG.

tags

The tags to associate with the interconnect.

providerName

The name of the service provider associated with the interconnect.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.