networkmanager_update_link: Updates the details for an existing link

View source: R/networkmanager_operations.R

networkmanager_update_linkR Documentation

Description

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.

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.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.