Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListVirtualInterfaceTestHistoryRequest

import type { ListVirtualInterfaceTestHistoryRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface ListVirtualInterfaceTestHistoryRequest {
bgpPeers?: string[] | null;
maxResults?: number | null;
nextToken?: string | null;
status?: string | null;
testId?: string | null;
virtualInterfaceId?: string | null;
}

§Properties

§
bgpPeers?: string[] | null
[src]

The BGP peers that were placed in the DOWN state during the virtual interface failover test.

§
maxResults?: number | null
[src]

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?: string | null
[src]

The token for the next page of results.

§
status?: string | null
[src]

The status of the virtual interface failover test.

§
testId?: string | null
[src]

The ID of the virtual interface failover test.

§
virtualInterfaceId?: string | null
[src]

The ID of the virtual interface that was tested.