AWS SDK for .NET Documentation
CreateConnectionRequest Class
AmazonAmazon.DirectConnect.ModelCreateConnectionRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateConnection operation.

Creates a new connection between the customer network and a specific AWS Direct Connect location.

A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. A Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions.

Declaration Syntax
C#
public class CreateConnectionRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateConnectionRequest()()()()
Initializes a new instance of the CreateConnectionRequest class

Bandwidth
Bandwidth of the connection. Example: 1Gbps Default: None

ConnectionName
The name of the connection. Example: "1G Connection to AWS" Default: None

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Location
Where the connection is located. Example: EqSV5 Default: None

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithBandwidth(String) Obsolete.
Sets the Bandwidth property

WithConnectionName(String) Obsolete.
Sets the ConnectionName property

WithLocation(String) Obsolete.
Sets the Location property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateConnectionRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)