View source: R/networkmanager_operations.R
networkmanager_create_connection | R Documentation |
Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.
See https://www.paws-r-sdk.com/docs/networkmanager_create_connection/ for full documentation.
networkmanager_create_connection(
GlobalNetworkId,
DeviceId,
ConnectedDeviceId,
LinkId = NULL,
ConnectedLinkId = NULL,
Description = NULL,
Tags = NULL
)
GlobalNetworkId |
[required] The ID of the global network. |
DeviceId |
[required] The ID of the first device in the connection. |
ConnectedDeviceId |
[required] The ID of the second device in the connection. |
LinkId |
The ID of the link for the first device. |
ConnectedLinkId |
The ID of the link for the second device. |
Description |
A description of the connection. Length Constraints: Maximum length of 256 characters. |
Tags |
The tags to apply to the resource during creation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.