class Aws::DirectConnect::Types::StartBgpFailoverTestRequest

@note When making an API call, you may pass StartBgpFailoverTestRequest

data as a hash:

    {
      virtual_interface_id: "VirtualInterfaceId", # required
      bgp_peers: ["BGPPeerId"],
      test_duration_in_minutes: 1,
    }

@!attribute [rw] virtual_interface_id

The ID of the virtual interface you want to test.
@return [String]

@!attribute [rw] bgp_peers

The BGP peers to place in the DOWN state.
@return [Array<String>]

@!attribute [rw] test_duration_in_minutes

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

Maximum value: 180 minutes (3 hours).

Default: 180 minutes (3 hours).
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/StartBgpFailoverTestRequest AWS API Documentation

Constants

SENSITIVE