![]() |
Ice 3.8
Slice API Reference
|
An application update descriptor to describe the updates to apply to a deployed application. More...
defined in <IceGrid/Descriptor.ice>
struct ApplicationUpdateDescriptor { ... }
Data Members | |
BoxedString | description |
The updated description (or null if the description wasn't updated). | |
BoxedDistributionDescriptor | distrib |
The updated distribution application descriptor. | |
string | name |
The name of the application to update. | |
NodeUpdateDescriptorSeq | nodes |
The application nodes to update. | |
PropertySetDescriptorDict | propertySets |
The property sets to update. | |
Ice::StringSeq | removeNodes |
The nodes to remove. | |
Ice::StringSeq | removePropertySets |
The property sets to remove. | |
Ice::StringSeq | removeReplicaGroups |
The replica groups to remove. | |
Ice::StringSeq | removeServerTemplates |
The IDs of the server template to remove. | |
Ice::StringSeq | removeServiceTemplates |
The IDs of the service template to remove. | |
Ice::StringSeq | removeVariables |
The variables to remove. | |
ReplicaGroupDescriptorSeq | replicaGroups |
The replica groups to update. | |
TemplateDescriptorDict | serverTemplates |
The server templates to update. | |
TemplateDescriptorDict | serviceTemplates |
The service templates to update. | |
StringStringDict | variables |
The variables to update. |
An application update descriptor to describe the updates to apply to a deployed application.
Definition at line 443 of file Descriptor.ice.