node-ovsdb
    Preparing search index...

    Type Alias Update2Notification<TDatabase>

    Update2Notification: OvsdbNotificationBase<
        "update2",
        [JsonValue, TableUpdates2<TDatabase>],
    >

    Open vSwitch update2 notification payload.

    Type Parameters