dashboard-react
    Preparing search index...

    Interface TopologyEdge

    Directed edge between two nodes in the cluster topology graph.

    interface TopologyEdge {
        source: string;
        target: string;
        sendBackIp?: string;
        sendBackInterface?: string;
        sourceRdmaIface?: string;
        sinkRdmaIface?: string;
    }
    Index

    Properties

    source: string
    target: string
    sendBackIp?: string
    sendBackInterface?: string
    sourceRdmaIface?: string
    sinkRdmaIface?: string