Skip to content

Commit

Permalink
Merge pull request #1027 from F5Networks/devel_22102024_pooldocfix
Browse files Browse the repository at this point in the history
fix load balancing mode doc fix
  • Loading branch information
RavinderReddyF5 authored Oct 22, 2024
2 parents 6a327a2 + 6b198b5 commit 9c7ea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/bigip_ltm_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 9c7ea86

Please sign in to comment.