bgpAdvertisements

@JvmName(name = "aqtpynnlppnskhfl")
suspend fun bgpAdvertisements(value: Output<List<BgpAdvertisementArgs>>)
@JvmName(name = "octmxlbbrqcqwktu")
suspend fun bgpAdvertisements(value: List<BgpAdvertisementArgs>?)

Parameters

value

The association of IP address pools to the communities and peers, allowing for announcement of IPs.


@JvmName(name = "wfqyxwjohkensnuc")
suspend fun bgpAdvertisements(vararg values: Output<BgpAdvertisementArgs>)


@JvmName(name = "gkhqawedxthxcccd")
suspend fun bgpAdvertisements(values: List<Output<BgpAdvertisementArgs>>)
@JvmName(name = "rkwvmispgsukbliq")
suspend fun bgpAdvertisements(vararg values: BgpAdvertisementArgs)

Parameters

values

The association of IP address pools to the communities and peers, allowing for announcement of IPs.


@JvmName(name = "qxpnssmjptmoakvi")
suspend fun bgpAdvertisements(argument: List<suspend BgpAdvertisementArgsBuilder.() -> Unit>)
@JvmName(name = "vujgaovvmwprrlrj")
suspend fun bgpAdvertisements(vararg argument: suspend BgpAdvertisementArgsBuilder.() -> Unit)
@JvmName(name = "wuijruyyfmsbkfty")
suspend fun bgpAdvertisements(argument: suspend BgpAdvertisementArgsBuilder.() -> Unit)

Parameters

argument

The association of IP address pools to the communities and peers, allowing for announcement of IPs.