Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.
See https://paws-r.github.io/docs/networkmanager/update_connection.html 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.