Skip to content

Stop Bgp Failover Test

directconnect_stop_bgp_failover_test R Documentation

Stops the virtual interface failover test

Description

Stops the virtual interface failover test.

Usage

directconnect_stop_bgp_failover_test(virtualInterfaceId)

Arguments

virtualInterfaceId

[required] The ID of the virtual interface you no longer want to test.

Value

A list with the following syntax:

list(
  virtualInterfaceTest = list(
    testId = "string",
    virtualInterfaceId = "string",
    bgpPeers = list(
      "string"
    ),
    status = "string",
    ownerAccount = "string",
    testDurationInMinutes = 123,
    startTime = as.POSIXct(
      "2015-01-01"
    ),
    endTime = as.POSIXct(
      "2015-01-01"
    )
  )
)

Request syntax

svc$stop_bgp_failover_test(
  virtualInterfaceId = "string"
)