networkmanager_update_connection: Updates the information for an existing connection

View source: R/networkmanager_operations.R

networkmanager_update_connectionR Documentation

Updates the information for an existing connection

Description

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

See https://www.paws-r-sdk.com/docs/networkmanager_update_connection/ for full documentation.

Usage

networkmanager_update_connection(
  GlobalNetworkId,
  ConnectionId,
  LinkId = NULL,
  ConnectedLinkId = NULL,
  Description = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

ConnectionId

[required] The ID of the connection.

LinkId

The ID of the link for the first device in the connection.

ConnectedLinkId

The ID of the link for the second device in the connection.

Description

A description of the connection.

Length Constraints: Maximum length of 256 characters.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.