Represents the configuration for a node, including its attributes, devices, and services. Implements the ESPRMNodeConfigInterface.

Implements

Constructors

Properties

attributes?: ESPRMAttribute[]

Optional attributes associated with the node configuration.

configVersion: string

The version of the configuration.

devices: ESPRMDevice[]

The devices associated with the node.

Information related to the node.

nodeRef: WeakRef<ESPRMNode>

Referance to ESPRMNode.

services?: ESPRMService[]

Optional services associated with the node.