AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateConnection operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.NetworkManager.AmazonNetworkManagerRequest
      Amazon.NetworkManager.Model.CreateConnectionRequest

Namespace: Amazon.NetworkManager.Model
Assembly: AWSSDK.NetworkManager.dll
Version: 3.x.y.z

Syntax

C#
public class CreateConnectionRequest : AmazonNetworkManagerRequest
         IAmazonWebServiceRequest

The CreateConnectionRequest type exposes the following members

Constructors

NameDescription
Public Method CreateConnectionRequest()

Properties

NameTypeDescription
Public Property ConnectedDeviceId System.String

Gets and sets the property ConnectedDeviceId.

The ID of the second device in the connection.

Public Property ConnectedLinkId System.String

Gets and sets the property ConnectedLinkId.

The ID of the link for the second device.

Public Property Description System.String

Gets and sets the property Description.

A description of the connection.

Length Constraints: Maximum length of 256 characters.

Public Property DeviceId System.String

Gets and sets the property DeviceId.

The ID of the first device in the connection.

Public Property GlobalNetworkId System.String

Gets and sets the property GlobalNetworkId.

The ID of the global network.

Public Property LinkId System.String

Gets and sets the property LinkId.

The ID of the link for the first device.

Public Property Tags System.Collections.Generic.List<Amazon.NetworkManager.Model.Tag>

Gets and sets the property Tags.

The tags to apply to the resource during creation.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5