![]() |
Ice 3.8
Slice API Reference
|
Describes the updates to apply to a node in 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.) | |
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. |
Describes the updates to apply to a node in a deployed application.
Definition at line 396 of file Descriptor.ice.