|
Ice 3.7 Slice API Reference
|
A node update descriptor to describe the updates to apply to a node of a deployed application. More...
defined in <IceGrid/Descriptor.ice>
struct NodeUpdateDescriptor { ... }

Data Members | |
| BoxedString | description |
| The updated description (or null if the description wasn't updated.) More... | |
| BoxedString | loadFactor |
| The updated load factor of the node (or null if the load factor was not updated). More... | |
| string | name |
| The name of the node to update. More... | |
| 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... | |
| ServerInstanceDescriptorSeq | serverInstances |
| The server instances to update. More... | |
| ServerDescriptorSeq | servers |
| The servers which are not template instances to update. More... | |
| StringStringDict | variables |
| The variables to update. More... | |
A node update descriptor to describe the updates to apply to a node of a deployed application.
| BoxedString description |
The updated description (or null if the description wasn't updated.)
| BoxedString loadFactor |
The updated load factor of the node (or null if the load factor was not updated).
| string name |
The name of the node to update.
| 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.
| ServerInstanceDescriptorSeq serverInstances |
The server instances to update.
| ServerDescriptorSeq servers |
The servers which are not template instances to update.
| StringStringDict variables |
The variables to update.