advertisedGroups property

List<String>? advertisedGroups
getter/setter pair

User-specified list of prefix groups to advertise in custom mode.

This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.

Implementation

core.List<core.String>? advertisedGroups;