ListVirtualInterfaceTestHistoryRequest
public struct ListVirtualInterfaceTestHistoryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
Declaration
Swift
public let bgpPeers: [String]? -
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If MaxResults is given a value larger than 100, only 100 results are returned.
Declaration
Swift
public let maxResults: Int? -
The token for the next page of results.
Declaration
Swift
public let nextToken: String? -
The status of the virtual interface failover test.
Declaration
Swift
public let status: String? -
The ID of the virtual interface failover test.
Declaration
Swift
public let testId: String? -
The ID of the virtual interface that was tested.
Declaration
Swift
public let virtualInterfaceId: String? -
Undocumented
Declaration
Swift
public init(bgpPeers: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil, status: String? = nil, testId: String? = nil, virtualInterfaceId: String? = nil)
View on GitHub
ListVirtualInterfaceTestHistoryRequest Structure Reference