advertisedIpRanges property

List<RouterAdvertisedIpRange>? advertisedIpRanges
getter/setter pair

User-specified list of individual IP ranges to advertise in custom mode.

This field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the "bgp" message). These IP ranges are advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.

Implementation

core.List<RouterAdvertisedIpRange>? advertisedIpRanges;