dashboard-react
Preparing search index...
TopologyEdge
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
target
send
Back
Ip?
send
Back
Interface?
source
Rdma
Iface?
sink
Rdma
Iface?
Properties
source
source
:
string
target
target
:
string
Optional
send
Back
Ip
sendBackIp
?:
string
Optional
send
Back
Interface
sendBackInterface
?:
string
Optional
source
Rdma
Iface
sourceRdmaIface
?:
string
Optional
sink
Rdma
Iface
sinkRdmaIface
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
source
target
send
Back
Ip
send
Back
Interface
source
Rdma
Iface
sink
Rdma
Iface
dashboard-react
Loading...
Directed edge between two nodes in the cluster topology graph.