clusterConnectionStatus
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
DTO for serializing the a connection's status across the cluster.
XML
Elements
| name (type) |
min/max occurs |
description |
|
statsLastRefreshed (string)
|
0/1 |
The time the status were last refreshed.
|
|
connectionId (string)
|
0/1 |
The connection id.
|
|
connectionName (string)
|
0/1 |
The connection name.
|
|
nodeConnectionStatus (nodeConnectionStatus)
|
0/unbounded |
Collection of node connection status DTO.
|
JSON
| property |
type |
description |
| statsLastRefreshed |
statsLastRefreshed (string)
|
The time the status were last refreshed.
|
| connectionId |
connectionId (string)
|
The connection id.
|
| connectionName |
connectionName (string)
|
The connection name.
|
| nodeConnectionStatus |
array of nodeConnectionStatus (nodeConnectionStatus)
|
Collection of node connection status DTO.
|