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

Inherits:
Struct
  • Object
show all
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

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>)


3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-directconnect/types.rb', line 3879

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_timeTime

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

Returns:

  • (Time)


3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-directconnect/types.rb', line 3879

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_accountString

The owner ID of the tested virtual interface.

Returns:

  • (String)


3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-directconnect/types.rb', line 3879

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_timeTime

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

Returns:

  • (Time)


3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-directconnect/types.rb', line 3879

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

#statusString

The status of the virtual interface failover test.

Returns:

  • (String)


3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-directconnect/types.rb', line 3879

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_minutesInteger

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

Returns:

  • (Integer)


3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-directconnect/types.rb', line 3879

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_idString

The ID of the virtual interface failover test.

Returns:

  • (String)


3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-directconnect/types.rb', line 3879

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_idString

The ID of the tested virtual interface.

Returns:

  • (String)


3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-directconnect/types.rb', line 3879

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