StartBgpFailoverTestRequest

public struct StartBgpFailoverTestRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The BGP peers to place in the DOWN state.

    Declaration

    Swift

    public let bgpPeers: [String]?
  • The time in minutes that the virtual interface failover test will last. Maximum value: 180 minutes (3 hours). Default: 180 minutes (3 hours).

    Declaration

    Swift

    public let testDurationInMinutes: Int?
  • The ID of the virtual interface you want to test.

    Declaration

    Swift

    public let virtualInterfaceId: String
  • Undocumented

    Declaration

    Swift

    public init(bgpPeers: [String]? = nil, testDurationInMinutes: Int? = nil, virtualInterfaceId: String)