Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.
See https://www.paws-r-sdk.com/docs/networkmanager_update_connection/ for full documentation.
networkmanager_update_connection(
GlobalNetworkId,
ConnectionId,
LinkId = NULL,
ConnectedLinkId = NULL,
Description = NULL
)
[required] The ID of the global network.
[required] The ID of the connection.
The ID of the link for the first device in the connection.
The ID of the link for the second device in the connection.
A description of the connection.
Length Constraints: Maximum length of 256 characters.