Engage Engine API
1.252.9092
|
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
![]() | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
std::string | fileName |
int | minRefreshSecs |
bool | enabled |
bool | includeDigraphEnclosure |
bool | includeClients |
std::string | coreRpStyling |
std::string | leafRpStyling |
std::string | clientStyling |
std::string | runCmd |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Definition at line 8241 of file ConfigurationObjects.h.
|
inline |
Definition at line 8276 of file ConfigurationObjects.h.
|
inline |
Definition at line 8281 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::RallypointServerLinkGraph::clientStyling |
[Optional] GraphViz styling for nodes representing clients.
Definition at line 8271 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::RallypointServerLinkGraph::coreRpStyling |
[Optional] GraphViz styling for nodes representing core Rallypoint peers.
Definition at line 8265 of file ConfigurationObjects.h.
bool AppConfigurationObjects::RallypointServerLinkGraph::enabled |
[Optional, Default: false] Indicates if link reporting is enabled.
Definition at line 8254 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::RallypointServerLinkGraph::fileName |
File name to use for the status report.
Definition at line 8248 of file ConfigurationObjects.h.
bool AppConfigurationObjects::RallypointServerLinkGraph::includeClients |
[Optional, Default: false] Indicates if client links should be incldued. [Optional] GraphViz styling for nodes representing client.
Definition at line 8262 of file ConfigurationObjects.h.
bool AppConfigurationObjects::RallypointServerLinkGraph::includeDigraphEnclosure |
[Optional, Default: true] Indicates if the output should be enclosed in a digraph.
Definition at line 8257 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::RallypointServerLinkGraph::leafRpStyling |
[Optional] GraphViz styling for nodes representing leaf Rallypoint peers.
Definition at line 8268 of file ConfigurationObjects.h.
int AppConfigurationObjects::RallypointServerLinkGraph::minRefreshSecs |
[Optional, Default: 5] Minimum update time for link graph updates.
Definition at line 8251 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::RallypointServerLinkGraph::runCmd |
[Optional, Default: null] Command to be executed every time the link graph is produced.
Definition at line 8274 of file ConfigurationObjects.h.