50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

paws.networking (version 0.2.0)

networkmanager_update_link: Updates the details for an existing link

Description

Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.

See https://paws-r.github.io/docs/networkmanager/update_link.html 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.