NodeEntry

data class NodeEntry(val name: String, val associatedDataSources: List<String>, val isController: Boolean, val hasAgent: Boolean)

A brief entry for enumerating the nodes in the instance summary.

Constructors

Link copied to clipboard
constructor(name: String, associatedDataSources: List<String>, isController: Boolean, hasAgent: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the potentially associated source

Link copied to clipboard

Is this node the controller

Link copied to clipboard

Is this node the controller

Link copied to clipboard

Name of the node