IceGrid::ReplicaGroupDescriptor

Overview

struct ReplicaGroupDescriptor

A replica group descriptor.

Data Member Index

id

The id of the replica group.

loadBalancing

The load balancing policy.

objects

The object descriptors associated with this object adapter.

description

The description of this replica group.

id

string id;

The id of the replica group.

loadBalancing

LoadBalancingPolicy loadBalancing;

The load balancing policy.

objects

ObjectDescriptorSeq objects;

The object descriptors associated with this object adapter.

description

string description;

The description of this replica group.