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
)
[required] The ID of the global network.
[required] The ID of the link.
A description of the link.
Constraints: Maximum length of 256 characters.
The type of the link.
Constraints: Maximum length of 128 characters.
The upload and download speed in Mbps.
The provider of the link.
Constraints: Maximum length of 128 characters.