Ice 3.7 Slice API Reference
Data Members | List of all members
IceGrid::NodeUpdateDescriptor Struct 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 { ... }

Collaboration diagram for IceGrid::NodeUpdateDescriptor:
Collaboration graph
[legend]

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...
 

Detailed Description

A node update descriptor to describe the updates to apply to a node of a deployed application.

Data Member Documentation

◆ description

BoxedString description

The updated description (or null if the description wasn't updated.)

◆ loadFactor

BoxedString loadFactor

The updated load factor of the node (or null if the load factor was not updated).

◆ name

string name

The name of the node to update.

◆ propertySets

The property sets to update.

◆ removePropertySets

Ice::StringSeq removePropertySets

The property sets to remove.

◆ removeServers

Ice::StringSeq removeServers

The ids of the servers to remove.

◆ removeVariables

Ice::StringSeq removeVariables

The variables to remove.

◆ serverInstances

ServerInstanceDescriptorSeq serverInstances

The server instances to update.

◆ servers

The servers which are not template instances to update.

◆ variables

["java:type:java.util.TreeMap<String, String>"]
StringStringDict variables

The variables to update.


The documentation for this struct was generated from the following file: