load Balancer Node Pool Config
suspend fun loadBalancerNodePoolConfig(value: Output<BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigArgs>)
suspend fun loadBalancerNodePoolConfig(value: BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigArgs?)
Parameters
value
Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing. Structure is documented below.
suspend fun loadBalancerNodePoolConfig(argument: suspend BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigArgsBuilder.() -> Unit)
Parameters
argument
Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing. Structure is documented below.