Class: Aws::DirectConnect::Types::VirtualInterfaceTestHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::VirtualInterfaceTestHistory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Information about the virtual interface failover test.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bgp_peers ⇒ Array<String>
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
-
#end_time ⇒ Time
The time that the virtual interface moves out of the DOWN state.
-
#owner_account ⇒ String
The owner ID of the tested virtual interface.
-
#start_time ⇒ Time
The time that the virtual interface moves to the DOWN state.
-
#status ⇒ String
The status of the virtual interface failover test.
-
#test_duration_in_minutes ⇒ Integer
The time that the virtual interface failover test ran in minutes.
-
#test_id ⇒ String
The ID of the virtual interface failover test.
-
#virtual_interface_id ⇒ String
The ID of the tested virtual interface.
Instance Attribute Details
#bgp_peers ⇒ Array<String>
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3882 class VirtualInterfaceTestHistory < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :owner_account, :test_duration_in_minutes, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time that the virtual interface moves out of the DOWN state.
3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3882 class VirtualInterfaceTestHistory < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :owner_account, :test_duration_in_minutes, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The owner ID of the tested virtual interface.
3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3882 class VirtualInterfaceTestHistory < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :owner_account, :test_duration_in_minutes, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time that the virtual interface moves to the DOWN state.
3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3882 class VirtualInterfaceTestHistory < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :owner_account, :test_duration_in_minutes, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the virtual interface failover test.
3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3882 class VirtualInterfaceTestHistory < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :owner_account, :test_duration_in_minutes, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#test_duration_in_minutes ⇒ Integer
The time that the virtual interface failover test ran in minutes.
3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3882 class VirtualInterfaceTestHistory < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :owner_account, :test_duration_in_minutes, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#test_id ⇒ String
The ID of the virtual interface failover test.
3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3882 class VirtualInterfaceTestHistory < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :owner_account, :test_duration_in_minutes, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#virtual_interface_id ⇒ String
The ID of the tested virtual interface.
3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3882 class VirtualInterfaceTestHistory < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :owner_account, :test_duration_in_minutes, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |