IceGrid::NodeDynamicInfo

Overview

struct NodeDynamicInfo

Dynamic information about the state of a node.

Data Member Index

adapters

The dynamic information of the adapters deployed on this node.

info

Some static information about the node.

name

The name of the node.

servers

The dynamic information of the servers deployed on this node.

adapters

AdapterDynamicInfoSeq adapters;

The dynamic information of the adapters deployed on this node.

info

NodeInfo info;

Some static information about the node.

name

string name;

The name of the node.

servers

ServerDynamicInfoSeq servers;

The dynamic information of the servers deployed on this node.