Amazon.DirectConnect.AmazonDirectConnectClient.AllocateConnectionOnInterconnect C# (CSharp) Method

AllocateConnectionOnInterconnect() public method

Creates a hosted connection on an interconnect.

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the given interconnect.

This is intended for use by AWS Direct Connect partners only.

/// The API was called with invalid parameters. The error message will contain additional /// details about the cause. /// /// A server-side error occurred during the API call. The error message will contain additional /// details about the cause. ///
public AllocateConnectionOnInterconnect ( AllocateConnectionOnInterconnectRequest request ) : AllocateConnectionOnInterconnectResponse
request Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest Container for the necessary parameters to execute the AllocateConnectionOnInterconnect service method.
return Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResponse
        public AllocateConnectionOnInterconnectResponse AllocateConnectionOnInterconnect(AllocateConnectionOnInterconnectRequest request)
        {
            var marshaller = new AllocateConnectionOnInterconnectRequestMarshaller();
            var unmarshaller = AllocateConnectionOnInterconnectResponseUnmarshaller.Instance;

            return Invoke<AllocateConnectionOnInterconnectRequest,AllocateConnectionOnInterconnectResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient