Ice 3.6 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.) More... | |
BoxedDistributionDescriptor | distrib |
The updated distribution application descriptor. More... | |
string | name |
The name of the application to update. More... | |
NodeUpdateDescriptorSeq | nodes |
The application nodes to update. More... | |
PropertySetDescriptorDict | propertySets |
The property sets to update. More... | |
Ice::StringSeq | removeNodes |
The nodes to remove. More... | |
Ice::StringSeq | removePropertySets |
The property sets to remove. More... | |
Ice::StringSeq | removeReplicaGroups |
The replica groups to remove. More... | |
Ice::StringSeq | removeServerTemplates |
The ids of the server template to remove. More... | |
Ice::StringSeq | removeServiceTemplates |
The ids of the service template to remove. More... | |
Ice::StringSeq | removeVariables |
The variables to remove. More... | |
ReplicaGroupDescriptorSeq | replicaGroups |
The replica groups to update. More... | |
TemplateDescriptorDict | serverTemplates |
The server templates to update. More... | |
TemplateDescriptorDict | serviceTemplates |
The service templates to update. More... | |
StringStringDict | variables |
The variables to update. More... | |
An application update descriptor to describe the updates to apply to a deployed application.
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.