Updates the details for an existing link
Source:R/networkmanager_operations.R
networkmanager_update_link.RdUpdates 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.
Usage
networkmanager_update_link(
GlobalNetworkId,
LinkId,
Description = NULL,
Type = NULL,
Bandwidth = NULL,
Provider = NULL
)Arguments
- 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.