advertisedIpRanges

@JvmName(name = "hwqwaclpwbqmrijm")
suspend fun advertisedIpRanges(value: Output<List<RouterBgpAdvertisedIpRangeArgs>>)
@JvmName(name = "oyuyyucnyximdvvk")
suspend fun advertisedIpRanges(value: List<RouterBgpAdvertisedIpRangeArgs>?)

Parameters

value

User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertiseMode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges. Structure is documented below.


@JvmName(name = "vmrudgmvcqhpkjsb")
suspend fun advertisedIpRanges(vararg values: Output<RouterBgpAdvertisedIpRangeArgs>)


@JvmName(name = "ogwccksouvaiwmoy")
suspend fun advertisedIpRanges(values: List<Output<RouterBgpAdvertisedIpRangeArgs>>)
@JvmName(name = "imbobrgproplueyd")
suspend fun advertisedIpRanges(vararg values: RouterBgpAdvertisedIpRangeArgs)

Parameters

values

User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertiseMode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges. Structure is documented below.


@JvmName(name = "uajovrbllrixcqpg")
suspend fun advertisedIpRanges(argument: List<suspend RouterBgpAdvertisedIpRangeArgsBuilder.() -> Unit>)
@JvmName(name = "stitfvnfvonijhsu")
suspend fun advertisedIpRanges(vararg argument: suspend RouterBgpAdvertisedIpRangeArgsBuilder.() -> Unit)
@JvmName(name = "xpgxeeqgmhkqjeud")
suspend fun advertisedIpRanges(argument: suspend RouterBgpAdvertisedIpRangeArgsBuilder.() -> Unit)

Parameters

argument

User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertiseMode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges. Structure is documented below.