directconnect_associate_hosted_connection {paws.networking} | R Documentation |
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect
Description
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted connection with a conflicting VLAN number or IP address, the operation fails. This action temporarily interrupts the hosted connection's connectivity to Amazon Web Services as it is being migrated.
See https://www.paws-r-sdk.com/docs/directconnect_associate_hosted_connection/ for full documentation.
Usage
directconnect_associate_hosted_connection(connectionId, parentConnectionId)
Arguments
connectionId |
[required] The ID of the hosted connection. |
parentConnectionId |
[required] The ID of the interconnect or the LAG. |
[Package paws.networking version 0.9.0 Index]