![]() |
Ice 3.9
Slice API Reference
|
Information about an IceGrid node. More...
defined in <IceGrid/Admin.ice>
struct NodeInfo { ... }
Data Members | |
| string | dataDir |
| The path to the node data directory. | |
| string | hostname |
| The network name of the host running this node. | |
| string | machine |
| The machine hardware type. | |
| string | name |
| The name of the node. | |
| int | nProcessors |
| The number of processor threads on the node. | |
| string | os |
| The operating system name. | |
| string | release |
| The operation system release level. | |
| string | version |
| The operation system version. | |