RTI Cloud Discovery Service  Version 6.1.1
RTI_CDS_DomainListProperty Struct Reference

Specifies the list of domain IDs to allow or deny. Overrides XML configuration if specified. More...

Data Fields

char * allow_domain_ids
 The list of domain IDs where RTI Cloud Discovery Service processes the incoming participant announcements. More...
 
char * deny_domain_ids
 The list of domain IDs to deny or ignore. Overrides allow_domain_ids. More...
 

Detailed Description

Specifies the list of domain IDs to allow or deny. Overrides XML configuration if specified.

Field Documentation

◆ allow_domain_ids

char* RTI_CDS_DomainListProperty::allow_domain_ids

The list of domain IDs where RTI Cloud Discovery Service processes the incoming participant announcements.

[default] NULL. Use value from XML configuration.

◆ deny_domain_ids

char* RTI_CDS_DomainListProperty::deny_domain_ids

The list of domain IDs to deny or ignore. Overrides allow_domain_ids.

[default] NULL. Use value from XML configuration.