directconnect_create_interconnect {paws.networking} | R 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, 10, and 100. |
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. |
[Package paws.networking version 0.9.0 Index]