directconnect_associate_virtual_interface {paws.networking} | R Documentation |
Associates a virtual interface with a specified link aggregation group (LAG) or connection
Description
Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails.
See https://www.paws-r-sdk.com/docs/directconnect_associate_virtual_interface/ for full documentation.
Usage
directconnect_associate_virtual_interface(virtualInterfaceId, connectionId)
Arguments
virtualInterfaceId |
[required] The ID of the virtual interface. |
connectionId |
[required] The ID of the LAG or connection. |
[Package paws.networking version 0.9.0 Index]