VirtualInterfaceTestHistory

public struct VirtualInterfaceTestHistory : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The BGP peers that were put in the DOWN state as part of the virtual interface failover test.

    Declaration

    Swift

    public let bgpPeers: [String]?
  • The time that the virtual interface moves out of the DOWN state.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The owner ID of the tested virtual interface.

    Declaration

    Swift

    public let ownerAccount: String?
  • The time that the virtual interface moves to the DOWN state.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • The status of the virtual interface failover test.

    Declaration

    Swift

    public let status: String?
  • The time that the virtual interface failover test ran in minutes.

    Declaration

    Swift

    public let testDurationInMinutes: Int?
  • The ID of the virtual interface failover test.

    Declaration

    Swift

    public let testId: String?
  • The ID of the tested virtual interface.

    Declaration

    Swift

    public let virtualInterfaceId: String?
  • Undocumented

    Declaration

    Swift

    public init(bgpPeers: [String]? = nil, endTime: TimeStamp? = nil, ownerAccount: String? = nil, startTime: TimeStamp? = nil, status: String? = nil, testDurationInMinutes: Int? = nil, testId: String? = nil, virtualInterfaceId: String? = nil)