terraform-provider-bigip icon indicating copy to clipboard operation
terraform-provider-bigip copied to clipboard

What are the valid values for load_balancing_mode in bigip_ltm_pool?

Open roncanepa opened this issue 1 year ago • 2 comments
trafficstars

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

roncanepa avatar Aug 01 '24 18:08 roncanepa

Hi,

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

pgouband avatar Aug 26 '24 12:08 pgouband

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

RavinderReddyF5 avatar Oct 22 '24 13:10 RavinderReddyF5

Awesome, thank you!

roncanepa avatar Nov 05 '24 18:11 roncanepa