networkmanager_create_link: Creates a new link for a specified site

View source: R/networkmanager_operations.R

networkmanager_create_linkR Documentation

Creates a new link for a specified site

Description

Creates a new link for a specified site.

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

Usage

networkmanager_create_link(
  GlobalNetworkId,
  Description = NULL,
  Type = NULL,
  Bandwidth,
  Provider = NULL,
  SiteId,
  Tags = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

Description

A description of the link.

Constraints: Maximum length of 256 characters.

Type

The type of the link.

Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

Bandwidth

[required] The upload speed and download speed in Mbps.

Provider

The provider of the link.

Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

SiteId

[required] The ID of the site.

Tags

The tags to apply to the resource during creation.


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