networkmanager_create_link {paws.networking} | R 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. |
[Package paws.networking version 0.7.0 Index]