class Aws::DirectConnect::Types::ListVirtualInterfaceTestHistoryRequest

@note When making an API call, you may pass ListVirtualInterfaceTestHistoryRequest

data as a hash:

    {
      test_id: "TestId",
      virtual_interface_id: "VirtualInterfaceId",
      bgp_peers: ["BGPPeerId"],
      status: "FailureTestHistoryStatus",
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] test_id

The ID of the virtual interface failover test.
@return [String]

@!attribute [rw] virtual_interface_id

The ID of the virtual interface that was tested.
@return [String]

@!attribute [rw] bgp_peers

The BGP peers that were placed in the DOWN state during the virtual
interface failover test.
@return [Array<String>]

@!attribute [rw] status

The status of the virtual interface failover test.
@return [String]

@!attribute [rw] max_results

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.
@return [Integer]

@!attribute [rw] next_token

The token for the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ListVirtualInterfaceTestHistoryRequest AWS API Documentation

Constants

SENSITIVE