data class NodeInfo
<init> |
NodeInfo(: NodeId, : NodeCapabilities, : String? = null, : NodeLease, : Set<NodeId> = emptySet(), : NodeStatus) |
capabilities |
val capabilities: NodeCapabilities |
id |
val id: NodeId |
lease |
val lease: NodeLease |
nodeStatus |
val nodeStatus: NodeStatus |
url |
val url: String? |
visibleNodes |
val visibleNodes: Set<NodeId> |