DirectConnect.Client.
stop_bgp_failover_test
(**kwargs)¶Stops the virtual interface failover test.
See also: AWS API Documentation
Request Syntax
response = client.stop_bgp_failover_test(
virtualInterfaceId='string'
)
[REQUIRED]
The ID of the virtual interface you no longer want to test.
{
'virtualInterfaceTest': {
'testId': 'string',
'virtualInterfaceId': 'string',
'bgpPeers': [
'string',
],
'status': 'string',
'ownerAccount': 'string',
'testDurationInMinutes': 123,
'startTime': datetime(2015, 1, 1),
'endTime': datetime(2015, 1, 1)
}
}
Response Structure
Information about the virtual interface failover test.
The ID of the virtual interface failover test.
The ID of the tested virtual interface.
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
The status of the virtual interface failover test.
The owner ID of the tested virtual interface.
The time that the virtual interface failover test ran in minutes.
The time that the virtual interface moves to the DOWN state.
The time that the virtual interface moves out of the DOWN state.
Exceptions
DirectConnect.Client.exceptions.DirectConnectServerException
DirectConnect.Client.exceptions.DirectConnectClientException