View source: R/directconnect_operations.R
directconnect_list_virtual_interface_test_history | R Documentation |
Lists the virtual interface failover test history.
See https://www.paws-r-sdk.com/docs/directconnect_list_virtual_interface_test_history/ for full documentation.
directconnect_list_virtual_interface_test_history(
testId = NULL,
virtualInterfaceId = NULL,
bgpPeers = NULL,
status = NULL,
maxResults = NULL,
nextToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.