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