networkmanager_create_connection: Creates a connection between two devices

View source: R/networkmanager_operations.R

networkmanager_create_connectionR Documentation

Creates a connection between two devices

Description

Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.

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

Usage

networkmanager_create_connection(
  GlobalNetworkId,
  DeviceId,
  ConnectedDeviceId,
  LinkId = NULL,
  ConnectedLinkId = NULL,
  Description = NULL,
  Tags = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

DeviceId

[required] The ID of the first device in the connection.

ConnectedDeviceId

[required] The ID of the second device in the connection.

LinkId

The ID of the link for the first device.

ConnectedLinkId

The ID of the link for the second device.

Description

A description of the connection.

Length Constraints: Maximum length of 256 characters.

Tags

The tags to apply to the resource during creation.


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