Describes the updates to apply to a node in a deployed application. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
void | ice_printFields (std::ostream &os) const |
Outputs the name and value of each field of this instance to the stream. | |
std::tuple< const std::string &, const ::IceGrid::BoxedStringPtr &, const ::IceGrid::StringStringDict &, const ::Ice::StringSeq &, const ::IceGrid::PropertySetDescriptorDict &, const ::Ice::StringSeq &, const ::IceGrid::ServerInstanceDescriptorSeq &, const ::IceGrid::ServerDescriptorSeq &, const ::Ice::StringSeq &, const ::IceGrid::BoxedStringPtr & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
::IceGrid::BoxedStringPtr | description |
The updated description (or null if the description wasn't updated.) | |
::IceGrid::BoxedStringPtr | loadFactor |
The updated load factor of the node (or null if the load factor was not updated). | |
std::string | name |
The name of the node to update. | |
::IceGrid::PropertySetDescriptorDict | propertySets |
The property sets to update. | |
::Ice::StringSeq | removePropertySets |
The property sets to remove. | |
::Ice::StringSeq | removeServers |
The IDs of the servers to remove. | |
::Ice::StringSeq | removeVariables |
The variables to remove. | |
::IceGrid::ServerInstanceDescriptorSeq | serverInstances |
The server instances to update. | |
::IceGrid::ServerDescriptorSeq | servers |
The servers which are not template instances to update. | |
::IceGrid::StringStringDict | variables |
The variables to update. |
Describes the updates to apply to a node in a deployed application.
Definition at line 1167 of file Descriptor.h.