View source: R/networkmanager_operations.R
networkmanager_create_connect_attachment | R Documentation |
Creates a core network Connect attachment from a specified core network attachment.
See https://www.paws-r-sdk.com/docs/networkmanager_create_connect_attachment/ for full documentation.
networkmanager_create_connect_attachment(
CoreNetworkId,
EdgeLocation,
TransportAttachmentId,
Options,
Tags = NULL,
ClientToken = NULL
)
CoreNetworkId |
[required] The ID of a core network where you want to create the attachment. |
EdgeLocation |
[required] The Region where the edge is located. |
TransportAttachmentId |
[required] The ID of the attachment between the two connections. |
Options |
[required] Options for creating an attachment. |
Tags |
The list of key-value tags associated with the request. |
ClientToken |
The client token associated with the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.