struct ServerDynamicInfo
ServerDynamicInfo
Dynamic information about the state of a server.
NodeObserver::updateServer, ServerDynamicInfoSeq
Whether or not the server is enabled or disabled.
The id of the server.
The process id of the server.
The state of the server.
bool enabled;
enabled
string id;
id
int pid;
pid
ServerState state;
state