F5Networks / terraform-provider-bigip

Terraform resources that can configure F5 BIG-IP products
https://registry.terraform.io/providers/F5Networks/bigip/latest/docs
Mozilla Public License 2.0
105 stars 119 forks source link

What are the valid values for load_balancing_mode in bigip_ltm_pool? #1006

Open roncanepa opened 3 months ago

roncanepa commented 3 months ago

Hello,

What are the valid string values for the load_balancing_mode property on a bigip_ltm_pool resource? The documentation [1] doesn't state, and I didn't have any luck uncovering them when searching through the provider source in this repo.

Thank you.

1: https://registry.terraform.io/providers/F5Networks/bigip/latest/docs/resources/bigip_ltm_pool

pgouband commented 3 months ago

Hi,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1646.

RavinderReddyF5 commented 1 month ago

Hi @roncanepa, here are the possible options for supported load-balancing modes: will update the documentation for the same:

dynamic-ratio-member
dynamic-ratio-node 
fastest-app-response
fastest-node 
least-connections-members
least-connections-node
least-sessions
observed-member
observed-node
predictive-member
predictive-node
ratio-least-connections-member
ratio-least-connections-node
ratio-member
ratio-node
ratio-session
round-robin
weighted-least-connections-member
weighted-least-connections-node

will have fix for this document in next release, it will look like below.

image
roncanepa commented 2 weeks ago

Awesome, thank you!