Updates the specified attributes of the specified virtual private interface
Source:R/directconnect_operations.R
directconnect_update_virtual_interface_attributes.RdUpdates the specified attributes of the specified virtual private interface.
See https://www.paws-r-sdk.com/docs/directconnect_update_virtual_interface_attributes/ for full documentation.
Usage
directconnect_update_virtual_interface_attributes(
virtualInterfaceId,
mtu = NULL,
enableSiteLink = NULL,
virtualInterfaceName = NULL
)Arguments
- virtualInterfaceId
[required] The ID of the virtual private interface.
- mtu
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
- enableSiteLink
Indicates whether to enable or disable SiteLink.
- virtualInterfaceName
The name of the virtual private interface.