Class: Aws::DirectConnect::Types::StartBgpFailoverTestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::StartBgpFailoverTestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bgp_peers ⇒ Array<String>
The BGP peers to place in the DOWN state.
-
#test_duration_in_minutes ⇒ Integer
The time in minutes that the virtual interface failover test will last.
-
#virtual_interface_id ⇒ String
The ID of the virtual interface you want to test.
Instance Attribute Details
#bgp_peers ⇒ Array<String>
The BGP peers to place in the DOWN state.
3350 3351 3352 3353 3354 3355 3356 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3350 class StartBgpFailoverTestRequest < Struct.new( :virtual_interface_id, :bgp_peers, :test_duration_in_minutes) SENSITIVE = [] include Aws::Structure end |
#test_duration_in_minutes ⇒ Integer
The time in minutes that the virtual interface failover test will last.
Maximum value: 4,320 minutes (72 hours).
Default: 180 minutes (3 hours).
3350 3351 3352 3353 3354 3355 3356 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3350 class StartBgpFailoverTestRequest < Struct.new( :virtual_interface_id, :bgp_peers, :test_duration_in_minutes) SENSITIVE = [] include Aws::Structure end |
#virtual_interface_id ⇒ String
The ID of the virtual interface you want to test.
3350 3351 3352 3353 3354 3355 3356 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3350 class StartBgpFailoverTestRequest < Struct.new( :virtual_interface_id, :bgp_peers, :test_duration_in_minutes) SENSITIVE = [] include Aws::Structure end |