NodeEntry

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

A brief entry for listing nodes in the instance summary.

Constructors

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

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