View source: R/networkmanager_operations.R
networkmanager_update_connection | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.