networkmanager_update_connection {paws.networking} | R Documentation |
Updates the information for an existing connection
Description
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.
Usage
networkmanager_update_connection(
GlobalNetworkId,
ConnectionId,
LinkId = NULL,
ConnectedLinkId = NULL,
Description = NULL
)
Arguments
GlobalNetworkId |
[required] The ID of the global network. |
ConnectionId |
[required] The ID of the connection. |
LinkId |
The ID of the link for the first device in the connection. |
ConnectedLinkId |
The ID of the link for the second device in the connection. |
Description |
A description of the connection. Length Constraints: Maximum length of 256 characters. |
[Package paws.networking version 0.7.0 Index]