directconnect_update_virtual_interface_attributes: Updates the specified attributes of the specified virtual...

View source: R/directconnect_operations.R

directconnect_update_virtual_interface_attributesR 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 9001. The default value is 1500.

enableSiteLink

Indicates whether to enable or disable SiteLink.

virtualInterfaceName

The name of the virtual private interface.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.