Class: Aws::DirectConnect::Types::ListVirtualInterfaceTestHistoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_peersArray<String>

The BGP peers that were placed in the DOWN state during the virtual interface failover test.

Returns:

  • (Array<String>)


2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2667

class ListVirtualInterfaceTestHistoryRequest < Struct.new(
  :test_id,
  :virtual_interface_id,
  :bgp_peers,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If MaxResults is given a value larger than 100, only 100 results are returned.

Returns:

  • (Integer)


2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2667

class ListVirtualInterfaceTestHistoryRequest < Struct.new(
  :test_id,
  :virtual_interface_id,
  :bgp_peers,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2667

class ListVirtualInterfaceTestHistoryRequest < Struct.new(
  :test_id,
  :virtual_interface_id,
  :bgp_peers,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the virtual interface failover test.

Returns:

  • (String)


2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2667

class ListVirtualInterfaceTestHistoryRequest < Struct.new(
  :test_id,
  :virtual_interface_id,
  :bgp_peers,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_idString

The ID of the virtual interface failover test.

Returns:

  • (String)


2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2667

class ListVirtualInterfaceTestHistoryRequest < Struct.new(
  :test_id,
  :virtual_interface_id,
  :bgp_peers,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_interface_idString

The ID of the virtual interface that was tested.

Returns:

  • (String)


2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2667

class ListVirtualInterfaceTestHistoryRequest < Struct.new(
  :test_id,
  :virtual_interface_id,
  :bgp_peers,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end