|
Ice 3.7 Slice API Reference
|
An application descriptor. More...
defined in <IceGrid/Descriptor.ice>
struct ApplicationDescriptor { ... }

Data Members | |
| string | description |
| The description of this application. More... | |
| DistributionDescriptor | distrib |
| The application distribution. More... | |
| string | name |
| The application name. More... | |
| NodeDescriptorDict | nodes |
| The application nodes. More... | |
| PropertySetDescriptorDict | propertySets |
| Property set descriptors. More... | |
| ReplicaGroupDescriptorSeq | replicaGroups |
| The replica groups. More... | |
| TemplateDescriptorDict | serverTemplates |
| The server templates. More... | |
| TemplateDescriptorDict | serviceTemplates |
| The service templates. More... | |
| StringStringDict | variables |
| The variables defined in the application descriptor. More... | |
An application descriptor.
| string description |
The description of this application.
| DistributionDescriptor distrib |
The application distribution.
| string name |
The application name.
| NodeDescriptorDict nodes |
The application nodes.
| PropertySetDescriptorDict propertySets |
Property set descriptors.
| ReplicaGroupDescriptorSeq replicaGroups |
The replica groups.
| TemplateDescriptorDict serverTemplates |
The server templates.
| TemplateDescriptorDict serviceTemplates |
The service templates.
| StringStringDict variables |
The variables defined in the application descriptor.