AWS SDK Version 4 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.

Updates the specified attributes of the specified virtual private interface.

Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdateVirtualInterfaceAttributesAsync.

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

Syntax

C#
public virtual UpdateVirtualInterfaceAttributesResponse UpdateVirtualInterfaceAttributes(
         UpdateVirtualInterfaceAttributesRequest request
)

Parameters

request
Type: Amazon.DirectConnect.Model.UpdateVirtualInterfaceAttributesRequest

Container for the necessary parameters to execute the UpdateVirtualInterfaceAttributes service method.

Return Value


The response from the UpdateVirtualInterfaceAttributes service method, as returned by DirectConnect.

Exceptions

ExceptionCondition
DirectConnectClientException One or more parameters are not valid.
DirectConnectServerException A server-side error occurred.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also