Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

directconnect_stop_bgp_failover_test

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"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.