Values.VirtualInterfaceTestHistorySourceInformation about the virtual interface failover test.
type nonrec t = {testId : TestId.t option;The ID of the virtual interface failover test.
*)virtualInterfaceId : VirtualInterfaceId.t option;The ID of the tested virtual interface.
*)bgpPeers : BGPPeerIdList.t option;The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
*)status : FailureTestHistoryStatus.t option;The status of the virtual interface failover test.
*)ownerAccount : OwnerAccount.t option;The owner ID of the tested virtual interface.
*)testDurationInMinutes : TestDuration.t option;The time that the virtual interface failover test ran in minutes.
*)startTime : StartTime.t option;The time that the virtual interface moves to the DOWN state.
*)endTime : EndTime.t option;The time that the virtual interface moves out of the DOWN state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TestDuration.t
| `List of [> `String of BGPPeerId.t ] list
| `String of TestId.t
| `Timestamp of StartTime.t ])
list ]