advertisedGroups

@JvmName(name = "tkdtvunbecgjwhbr")
suspend fun advertisedGroups(value: Output<List<RouterBgpAdvertisedGroupsItem>>)
@JvmName(name = "fcoolkcmngxnckbw")
suspend fun advertisedGroups(value: List<RouterBgpAdvertisedGroupsItem>?)

Parameters

value

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.


@JvmName(name = "wblbqhjegpuhqkqm")
suspend fun advertisedGroups(vararg values: Output<RouterBgpAdvertisedGroupsItem>)


@JvmName(name = "ptsrbajicenyksbm")
suspend fun advertisedGroups(values: List<Output<RouterBgpAdvertisedGroupsItem>>)
@JvmName(name = "nirvexocukkhdvfm")
suspend fun advertisedGroups(vararg values: RouterBgpAdvertisedGroupsItem)

Parameters

values

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.