View source: R/networkmanager_operations.R
networkmanager_update_link | R Documentation |
Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.
See https://www.paws-r-sdk.com/docs/networkmanager_update_link/ for full documentation.
networkmanager_update_link(
GlobalNetworkId,
LinkId,
Description = NULL,
Type = NULL,
Bandwidth = NULL,
Provider = NULL
)
GlobalNetworkId |
[required] The ID of the global network. |
LinkId |
[required] The ID of the link. |
Description |
A description of the link. Constraints: Maximum length of 256 characters. |
Type |
The type of the link. Constraints: Maximum length of 128 characters. |
Bandwidth |
The upload and download speed in Mbps. |
Provider |
The provider of the link. Constraints: Maximum length of 128 characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.