You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::VirtualInterfaceTestHistory

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the virtual interface failover test.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_peersArray<String>

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

Returns:

  • (Array<String>)

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

#end_timeTime

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

Returns:

  • (Time)

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

#owner_accountString

The owner ID of the tested virtual interface.

Returns:

  • (String)

    The owner ID of the tested virtual interface.

#start_timeTime

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

Returns:

  • (Time)

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

#statusString

The status of the virtual interface failover test.

Returns:

  • (String)

    The status of the virtual interface failover test.

#test_duration_in_minutesInteger

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

Returns:

  • (Integer)

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

#test_idString

The ID of the virtual interface failover test.

Returns:

  • (String)

    The ID of the virtual interface failover test.

#virtual_interface_idString

The ID of the tested virtual interface.

Returns:

  • (String)

    The ID of the tested virtual interface.