paws.networking (version 0.1.6)

directconnect_update_virtual_interface_attributes: Updates the specified attributes of the specified virtual private interface

Description

Updates the specified attributes of the specified virtual private interface.

Usage

directconnect_update_virtual_interface_attributes(virtualInterfaceId,
  mtu)

Arguments

virtualInterfaceId

[required] The ID of the virtual private interface.

mtu

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

Request syntax

svc$update_virtual_interface_attributes(
  virtualInterfaceId = "string",
  mtu = 123
)

Details

Setting the MTU of a virtual interface to 9001 (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.