directconnect_list_virtual_interface_test_history {paws.networking} | R Documentation |
Lists the virtual interface failover test history
Description
Lists the virtual interface failover test history.
See https://www.paws-r-sdk.com/docs/directconnect_list_virtual_interface_test_history/ for full documentation.
Usage
directconnect_list_virtual_interface_test_history(
testId = NULL,
virtualInterfaceId = NULL,
bgpPeers = NULL,
status = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
testId |
The ID of the virtual interface failover test. |
virtualInterfaceId |
The ID of the virtual interface that was tested. |
bgpPeers |
The BGP peers that were placed in the DOWN state during the virtual interface failover test. |
status |
The status of the virtual interface failover test. |
maxResults |
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned If |
nextToken |
The token for the next page of results. |
[Package paws.networking version 0.7.0 Index]