Describes a replica group. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
void | ice_printFields (std::ostream &os) const |
Outputs the name and value of each field of this instance to the stream. | |
std::tuple< const std::string &, const ::IceGrid::LoadBalancingPolicyPtr &, const std::string &, const ::IceGrid::ObjectDescriptorSeq &, const std::string &, const std::string & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
std::string | description |
The description of this replica group. | |
std::string | filter |
The filter to use for this replica group. | |
std::string | id |
The replica group ID. | |
::IceGrid::LoadBalancingPolicyPtr | loadBalancing |
The load balancing policy. | |
::IceGrid::ObjectDescriptorSeq | objects |
The descriptors for the well-known objects. | |
std::string | proxyOptions |
Default options for proxies created for the replica group. |
Describes a replica group.
Definition at line 1027 of file Descriptor.h.