Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceGrid-ObjectDescriptor
prevIceGrid-NodeUnreachableException
Section


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

Ztop

Data Members

string
Anchor
name
name
name;

The name of the node to update.

IceGrid::BoxedString
Anchor
description
description
description;

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

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

The variables to update.

Ice::StringSeq
Anchor
removeVariables
removeVariables
removeVariables;

The variables to remove.

IceGrid::PropertySetDescriptorDict
Anchor
propertySets
propertySets
propertySets;

The property sets to update.

Ice::StringSeq
Anchor
removePropertySets
removePropertySets
removePropertySets;

The property sets to remove.

IceGrid::ServerInstanceDescriptorSeq
Anchor
serverInstances
serverInstances
serverInstances;

The server instances to update.

IceGrid::ServerDescriptorSeq
Anchor
servers
servers
servers;

The servers which are not template instances to update.

Ice::StringSeq
Anchor
removeServers
removeServers
removeServers;

The ids of the servers to remove.

IceGrid::BoxedString
Anchor
loadFactor
loadFactor
loadFactor;

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

Ztop

Znav
nextIceGrid-ObjectDescriptor
prevIceGrid-NodeUnreachableException
Section