|
Ice 3.7 Slice API Reference
|
A node descriptor. More...
defined in <IceGrid/Descriptor.ice>
struct NodeDescriptor { ... }
Data Members | |
| string | description |
| The description of this node. More... | |
| string | loadFactor |
| Load factor of the node. More... | |
| PropertySetDescriptorDict | propertySets |
| Property set descriptors. More... | |
| ServerInstanceDescriptorSeq | serverInstances |
| The server instances. More... | |
| ServerDescriptorSeq | servers |
| Servers (which are not template instances). More... | |
| StringStringDict | variables |
| The variables defined for the node. More... | |
A node descriptor.
| string description |
The description of this node.
| string loadFactor |
Load factor of the node.
| PropertySetDescriptorDict propertySets |
Property set descriptors.
| ServerInstanceDescriptorSeq serverInstances |
The server instances.
| ServerDescriptorSeq servers |
Servers (which are not template instances).
| StringStringDict variables |
The variables defined for the node.