networkmanager_create_connection {paws.networking} | R Documentation |
Creates a connection between two devices
Description
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.
Usage
networkmanager_create_connection(
GlobalNetworkId,
DeviceId,
ConnectedDeviceId,
LinkId = NULL,
ConnectedLinkId = NULL,
Description = NULL,
Tags = NULL
)
Arguments
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. |
[Package paws.networking version 0.9.0 Index]