directconnect_list_virtual_interface_test_history: Lists the virtual interface failover test history

View source: R/directconnect_operations.R

directconnect_list_virtual_interface_test_historyR 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 nextToken value.

If MaxResults is given a value larger than 100, only 100 results are returned.

nextToken

The token for the next page of results.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.