Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceGrid::NodeUpdateDescriptor Struct Reference

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

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::NodeUpdateDescriptor:

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.

Detailed Description

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

Member Data Documentation

◆ description

::IceGrid::BoxedStringPtr IceGrid::NodeUpdateDescriptor::description

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

◆ loadFactor

::IceGrid::BoxedStringPtr IceGrid::NodeUpdateDescriptor::loadFactor

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

◆ name

::std::string IceGrid::NodeUpdateDescriptor::name

The name of the node to update.

◆ propertySets

::IceGrid::PropertySetDescriptorDict IceGrid::NodeUpdateDescriptor::propertySets

The property sets to update.

◆ removePropertySets

::Ice::StringSeq IceGrid::NodeUpdateDescriptor::removePropertySets

The property sets to remove.

◆ removeServers

::Ice::StringSeq IceGrid::NodeUpdateDescriptor::removeServers

The ids of the servers to remove.

◆ removeVariables

::Ice::StringSeq IceGrid::NodeUpdateDescriptor::removeVariables

The variables to remove.

◆ serverInstances

::IceGrid::ServerInstanceDescriptorSeq IceGrid::NodeUpdateDescriptor::serverInstances

The server instances to update.

◆ servers

::IceGrid::ServerDescriptorSeq IceGrid::NodeUpdateDescriptor::servers

The servers which are not template instances to update.

◆ variables

::IceGrid::StringStringDict IceGrid::NodeUpdateDescriptor::variables

The variables to update.


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