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

Creates a new interconnect between a Direct Connect partner's network and a specific AWS Direct Connect location.

An interconnect is a connection which is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide sub-1Gbps Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the Direct Connect partner's network to an AWS Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.

For each end customer, the Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the Direct Connect partner.

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



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

Bandwidth
The port bandwidth Example: 1Gbps Default: None Available values: 1Gbps,10Gbps

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.)
InterconnectName
The name of the interconnect. Example: "1G Interconnect to AWS" Default: None

Location
Where the interconnect 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

WithInterconnectName(String) Obsolete.
Sets the InterconnectName property

WithLocation(String) Obsolete.
Sets the Location property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateInterconnectRequest
See Also

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