View source: R/directconnect_operations.R
directconnect_update_virtual_interface_attributes | R Documentation |
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.
directconnect_update_virtual_interface_attributes(
virtualInterfaceId,
mtu = NULL,
enableSiteLink = NULL,
virtualInterfaceName = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.