View source: R/networkmanager_operations.R
networkmanager_create_link | R Documentation |
Creates a new link for a specified site.
See https://www.paws-r-sdk.com/docs/networkmanager_create_link/ for full documentation.
networkmanager_create_link(
GlobalNetworkId,
Description = NULL,
Type = NULL,
Bandwidth,
Provider = NULL,
SiteId,
Tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.