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
show all
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

Instance Attribute Details

#bgp_peersArray<String>

The BGP peers to place in the DOWN state.

Returns:

  • (Array<String>)

    The BGP peers to place in the DOWN state.

#test_duration_in_minutesInteger

The time in minutes that the virtual interface failover test will last.

Maximum value: 180 minutes (3 hours).

Default: 180 minutes (3 hours).

Returns:

  • (Integer)

    The time in minutes that the virtual interface failover test will last.

#virtual_interface_idString

The ID of the virtual interface you want to test.

Returns:

  • (String)

    The ID of the virtual interface you want to test.