bgpPeerConfigs

@JvmName(name = "aujtsawknihuqaqr")
suspend fun bgpPeerConfigs(value: Output<List<BareMetalBgpPeerConfigArgs>>)
@JvmName(name = "hosduqpecqdeejlf")
suspend fun bgpPeerConfigs(value: List<BareMetalBgpPeerConfigArgs>)

Parameters

value

The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.


@JvmName(name = "tymbqkunollbvpwk")
suspend fun bgpPeerConfigs(vararg values: Output<BareMetalBgpPeerConfigArgs>)


@JvmName(name = "bxhpgifqpworegir")
suspend fun bgpPeerConfigs(values: List<Output<BareMetalBgpPeerConfigArgs>>)
@JvmName(name = "kdlusiucyvwxsejn")
suspend fun bgpPeerConfigs(vararg values: BareMetalBgpPeerConfigArgs)

Parameters

values

The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.


@JvmName(name = "tatrkcabopweksua")
suspend fun bgpPeerConfigs(argument: List<suspend BareMetalBgpPeerConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ydgwkljhkbrqunxx")
suspend fun bgpPeerConfigs(vararg argument: suspend BareMetalBgpPeerConfigArgsBuilder.() -> Unit)
@JvmName(name = "kymrraoecqsjvrbr")
suspend fun bgpPeerConfigs(argument: suspend BareMetalBgpPeerConfigArgsBuilder.() -> Unit)

Parameters

argument

The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.