Ice 3.7 C++98 API Reference
|
A node update descriptor to describe the updates to apply to a node of a deployed application. More...
#include <IceGrid/IceGrid.h>
Public Attributes | |
::IceGrid::BoxedStringPtr | description |
The updated description (or null if the description wasn't updated.) More... | |
::IceGrid::BoxedStringPtr | loadFactor |
The updated load factor of the node (or null if the load factor was not updated). More... | |
::std::string | name |
The name of the node to update. More... | |
::IceGrid::PropertySetDescriptorDict | propertySets |
The property sets to update. More... | |
::Ice::StringSeq | removePropertySets |
The property sets to remove. More... | |
::Ice::StringSeq | removeServers |
The ids of the servers to remove. More... | |
::Ice::StringSeq | removeVariables |
The variables to remove. More... | |
::IceGrid::ServerInstanceDescriptorSeq | serverInstances |
The server instances to update. More... | |
::IceGrid::ServerDescriptorSeq | servers |
The servers which are not template instances to update. More... | |
::IceGrid::StringStringDict | variables |
The variables to update. More... | |
A node update descriptor to describe the updates to apply to a node of a deployed application.
::IceGrid::BoxedStringPtr IceGrid::NodeUpdateDescriptor::description |
The updated description (or null if the description wasn't updated.)
::IceGrid::BoxedStringPtr IceGrid::NodeUpdateDescriptor::loadFactor |
The updated load factor of the node (or null if the load factor was not updated).
::std::string IceGrid::NodeUpdateDescriptor::name |
The name of the node to update.
::IceGrid::PropertySetDescriptorDict IceGrid::NodeUpdateDescriptor::propertySets |
The property sets to update.
::Ice::StringSeq IceGrid::NodeUpdateDescriptor::removePropertySets |
The property sets to remove.
::Ice::StringSeq IceGrid::NodeUpdateDescriptor::removeServers |
The ids of the servers to remove.
::Ice::StringSeq IceGrid::NodeUpdateDescriptor::removeVariables |
The variables to remove.
::IceGrid::ServerInstanceDescriptorSeq IceGrid::NodeUpdateDescriptor::serverInstances |
The server instances to update.
::IceGrid::ServerDescriptorSeq IceGrid::NodeUpdateDescriptor::servers |
The servers which are not template instances to update.
::IceGrid::StringStringDict IceGrid::NodeUpdateDescriptor::variables |
The variables to update.