From 6b198b5b9b49241cbe9d5eb211c20f2b4dcce293 Mon Sep 17 00:00:00 2001 From: RavinderReddyF5 Date: Tue, 22 Oct 2024 18:53:04 +0530 Subject: [PATCH] fix load balancing mode doc fix --- docs/resources/bigip_ltm_pool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/bigip_ltm_pool.md b/docs/resources/bigip_ltm_pool.md index 209a94197..a7faf0afd 100644 --- a/docs/resources/bigip_ltm_pool.md +++ b/docs/resources/bigip_ltm_pool.md @@ -40,7 +40,7 @@ resource "bigip_ltm_pool" "pool" { * `allow_snat` - (Optional,type `string`) Specifies whether SNATs are automatically enabled or disabled for any connections using this pool,[ Default : `yes`, Possible Values `yes` or `no`]. -* `load_balancing_mode` - (Optional, type `string`) Specifies the load balancing method. The default is Round Robin. +* `load_balancing_mode` - (Optional, type `string`) Specifies the load balancing method. The default is `round-robin`. Possible options: [`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`] * `minimum_active_members` - (Optional, type `int`) Specifies whether the system load balances traffic according to the priority number assigned to the pool member,Default Value is `0` meaning `disabled`.