bgpPeerConfigs

@JvmName(name = "akqhyoimeyliwfoh")
suspend fun bgpPeerConfigs(value: Output<List<BareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigArgs>>)

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. Structure is documented below.


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


@JvmName(name = "cddgupswqtvixnft")
suspend fun bgpPeerConfigs(values: List<Output<BareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigArgs>>)
@JvmName(name = "kwrjjjvuhboqhywx")
suspend fun bgpPeerConfigs(vararg values: BareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigArgs)

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. Structure is documented below.


@JvmName(name = "ymseagenamaxoosy")
suspend fun bgpPeerConfigs(argument: List<suspend BareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigArgsBuilder.() -> Unit>)
@JvmName(name = "judactrtbfwhoxch")
suspend fun bgpPeerConfigs(vararg argument: suspend BareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigArgsBuilder.() -> Unit)
@JvmName(name = "ouspmbofsmvpbxca")
suspend fun bgpPeerConfigs(argument: suspend BareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigArgsBuilder.() -> 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. Structure is documented below.