This type is a class for model objects.
A collection of coregroups and the peers they want to talk to. When a coregroup initializes, it creates a ring and adds itself and it's peers. A Peer and/or CoreGroupAccessPoint can appear in a Ring only once.
Package: coregroupbridgeservice| Attributes Summary | |
| name : EString | Ring name used by local clients to get to remote cells. |
| memberCommunicationKey : EString | @since 7.0.0 Name that connecting members must know to be able to communicate. Default is the name of access point group |
| AccessPointGroup : AccessPointGroup * | * No description is available * |
| peerAccessPointRefs : PeerAccessPoint * | The set of peer access points in this access point group. Each must be a reference to a peer access point object in this cell. |
| coreGroupAccessPointRefs : CoreGroupAccessPoint + | The set of core group access points in this access point group. Each must be a reference to a core group access point object in this cell. |
| properties : Property * | Custom properties for the access point group. The name attribute of each property must be unique. |
| Attribute Details |