directconnect_update_virtual_interface_attributes {paws.networking} | R Documentation |
Updates the specified attributes of the specified virtual private interface
Description
Updates 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. |
[Package paws.networking version 0.7.0 Index]