Versions Compared

Key

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


IceGrid::ApplicationUpdateDescriptor

Overview

struct ApplicationUpdateDescriptor

An application update descriptor to describe the updates to apply to a deployed application.

Used By

Data Member Index

name — The name of the application to update.
description — The updated description (or null if the description wasn't updated.)
distrib — The updated distribution application descriptor.
variables — The variables to update.
removeVariables — The variables to remove.
propertySets — The property sets to update.
removePropertySets — The property sets to remove.
replicaGroups — The replica groups to update.
removeReplicaGroups — The replica groups to remove.
serverTemplates — The server templates to update.
removeServerTemplates — The ids of the server template to remove.
serviceTemplates — The service templates to update.
removeServiceTemplates — The ids of the service template to remove.
nodes — The application nodes to update.
removeNodes — The nodes to remove.

Ztop

Data Members

string
Anchor
name
name
name;

The name of the application to update.

IceGrid::BoxedString
Anchor
description
description
description;

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

IceGrid::BoxedDistributionDescriptor
Anchor
distrib
distrib
distrib;

The updated distribution application descriptor.

[ "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::ReplicaGroupDescriptorSeq
Anchor
replicaGroups
replicaGroups
replicaGroups;

The replica groups to update.

Ice::StringSeq
Anchor
removeReplicaGroups
removeReplicaGroups
removeReplicaGroups;

The replica groups to remove.

IceGrid::TemplateDescriptorDict
Anchor
serverTemplates
serverTemplates
serverTemplates;

The server templates to update.

Ice::StringSeq
Anchor
removeServerTemplates
removeServerTemplates
removeServerTemplates;

The ids of the server template to remove.

IceGrid::TemplateDescriptorDict
Anchor
serviceTemplates
serviceTemplates
serviceTemplates;

The service templates to update.

Ice::StringSeq
Anchor
removeServiceTemplates
removeServiceTemplates
removeServiceTemplates;

The ids of the service template to remove.

IceGrid::NodeUpdateDescriptorSeq
Anchor
nodes
nodes
nodes;

The application nodes to update.

Ice::StringSeq
Anchor
removeNodes
removeNodes
removeNodes;

The nodes to remove.

Ztop

Znav
nextIceGrid-ApplicationUpdateInfo
prevIceGrid-ApplicationObserver
Section