|
Ice 3.7 C++98 API Reference
|
An application update descriptor to describe the updates to apply to a deployed application. More...
#include <IceGrid/IceGrid.h>

Public Attributes | |
| ::IceGrid::BoxedStringPtr | description |
| The updated description (or null if the description wasn't updated.). | |
| ::IceGrid::BoxedDistributionDescriptorPtr | distrib |
| The updated distribution application descriptor. | |
| ::std::string | name |
| The name of the application to update. | |
| ::IceGrid::NodeUpdateDescriptorSeq | nodes |
| The application nodes to update. | |
| ::IceGrid::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. | |
| ::IceGrid::ReplicaGroupDescriptorSeq | replicaGroups |
| The replica groups to update. | |
| ::IceGrid::TemplateDescriptorDict | serverTemplates |
| The server templates to update. | |
| ::IceGrid::TemplateDescriptorDict | serviceTemplates |
| The service templates to update. | |
| ::IceGrid::StringStringDict | variables |
| The variables to update. | |
An application update descriptor to describe the updates to apply to a deployed application.
| ::IceGrid::BoxedStringPtr IceGrid::ApplicationUpdateDescriptor::description |
The updated description (or null if the description wasn't updated.).
| ::IceGrid::BoxedDistributionDescriptorPtr IceGrid::ApplicationUpdateDescriptor::distrib |
The updated distribution application descriptor.
| ::std::string IceGrid::ApplicationUpdateDescriptor::name |
The name of the application to update.
| ::IceGrid::NodeUpdateDescriptorSeq IceGrid::ApplicationUpdateDescriptor::nodes |
The application nodes to update.
| ::IceGrid::PropertySetDescriptorDict IceGrid::ApplicationUpdateDescriptor::propertySets |
The property sets to update.
| ::Ice::StringSeq IceGrid::ApplicationUpdateDescriptor::removeNodes |
The nodes to remove.
| ::Ice::StringSeq IceGrid::ApplicationUpdateDescriptor::removePropertySets |
The property sets to remove.
| ::Ice::StringSeq IceGrid::ApplicationUpdateDescriptor::removeReplicaGroups |
The replica groups to remove.
| ::Ice::StringSeq IceGrid::ApplicationUpdateDescriptor::removeServerTemplates |
The ids of the server template to remove.
| ::Ice::StringSeq IceGrid::ApplicationUpdateDescriptor::removeServiceTemplates |
The ids of the service template to remove.
| ::Ice::StringSeq IceGrid::ApplicationUpdateDescriptor::removeVariables |
The variables to remove.
| ::IceGrid::ReplicaGroupDescriptorSeq IceGrid::ApplicationUpdateDescriptor::replicaGroups |
The replica groups to update.
| ::IceGrid::TemplateDescriptorDict IceGrid::ApplicationUpdateDescriptor::serverTemplates |
The server templates to update.
| ::IceGrid::TemplateDescriptorDict IceGrid::ApplicationUpdateDescriptor::serviceTemplates |
The service templates to update.
| ::IceGrid::StringStringDict IceGrid::ApplicationUpdateDescriptor::variables |
The variables to update.