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

VirtualInterfaceTestHistory

import type { VirtualInterfaceTestHistory } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";

Information about the virtual interface failover test.

interface VirtualInterfaceTestHistory {
bgpPeers?: string[] | null;
endTime?: Date | number | null;
ownerAccount?: string | null;
startTime?: Date | number | null;
status?: string | null;
testDurationInMinutes?: number | null;
testId?: string | null;
virtualInterfaceId?: string | null;
}

§Properties

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

The BGP peers that were put in the DOWN state as part of the virtual interface failover test.

§
endTime?: Date | number | null
[src]

The time that the virtual interface moves out of the DOWN state.

§
ownerAccount?: string | null
[src]

The owner ID of the tested virtual interface.

§
startTime?: Date | number | null
[src]

The time that the virtual interface moves to the DOWN state.

§
status?: string | null
[src]

The status of the virtual interface failover test.

§
testDurationInMinutes?: number | null
[src]

The time that the virtual interface failover test ran in minutes.

§
testId?: string | null
[src]

The ID of the virtual interface failover test.

§
virtualInterfaceId?: string | null
[src]

The ID of the tested virtual interface.