Class: Aws::DirectConnect::Types::ListVirtualInterfaceTestHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ListVirtualInterfaceTestHistoryRequest
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bgp_peers ⇒ Array<String>
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
-
#max_results ⇒ Integer
The maximum number of results to return with a single call.
-
#next_token ⇒ String
The token for the next page of results.
-
#status ⇒ String
The status of the virtual interface failover test.
-
#test_id ⇒ String
The ID of the virtual interface failover test.
-
#virtual_interface_id ⇒ String
The ID of the virtual interface that was tested.
Instance Attribute Details
#bgp_peers ⇒ Array<String>
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2701 class ListVirtualInterfaceTestHistoryRequest < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
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.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2701 class ListVirtualInterfaceTestHistoryRequest < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2701 class ListVirtualInterfaceTestHistoryRequest < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the virtual interface failover test.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2701 class ListVirtualInterfaceTestHistoryRequest < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_id ⇒ String
The ID of the virtual interface failover test.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2701 class ListVirtualInterfaceTestHistoryRequest < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#virtual_interface_id ⇒ String
The ID of the virtual interface that was tested.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2701 class ListVirtualInterfaceTestHistoryRequest < Struct.new( :test_id, :virtual_interface_id, :bgp_peers, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |