You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::StartBgpFailoverTestRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DirectConnect::Types::StartBgpFailoverTestRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing StartBgpFailoverTestRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  virtual_interface_id: "VirtualInterfaceId", # required
  bgp_peers: ["BGPPeerId"],
  test_duration_in_minutes: 1,
}
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.
#test_duration_in_minutes ⇒ Integer
The time in minutes that the virtual interface failover test will last.
Maximum value: 180 minutes (3 hours).
Default: 180 minutes (3 hours).
#virtual_interface_id ⇒ String
The ID of the virtual interface you want to test.