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
)
[required] The ID of the global network.
[required] The ID of the first device in the connection.
[required] The ID of the second device in the connection.
The ID of the link for the first device.
The ID of the link for the second device.
A description of the connection.
Length Constraints: Maximum length of 256 characters.
The tags to apply to the resource during creation.