Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


IceGrid::NodeUpdateDescriptor

Overview

struct NodeUpdateDescriptor

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

Used By

Data Member Index

name — The name of the node to update.
description — The updated description (or null if the description wasn't updated.)
variables — The variables to update.
removeVariables — The variables to remove.
propertySets — The property sets to update.
removePropertySets — The property sets to remove.
serverInstances — The server instances to update.
servers — The servers which are not template instances to update.
removeServers — The ids of the servers to remove.
loadFactor — The updated load factor of the node (or null if the load factor was not updated).

Data Members

string name;

The name of the node to update.

IceGrid::BoxedString description;

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

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

The variables to update.

Ice::StringSeq removeVariables;

The variables to remove.

IceGrid::PropertySetDescriptorDict propertySets;

The property sets to update.

Ice::StringSeq removePropertySets;

The property sets to remove.

IceGrid::ServerInstanceDescriptorSeq serverInstances;

The server instances to update.

IceGrid::ServerDescriptorSeq servers;

The servers which are not template instances to update.

Ice::StringSeq removeServers;

The ids of the servers to remove.

IceGrid::BoxedString loadFactor;

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


  • No labels