mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Adds the bigip_gtm_pool_member module (#39937)
This module can be used to manage individual pool members on a bigip's GTM installation
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"kind": "tm:gtm:pool:a:members:membersstate",
|
||||
"name": "foo_gtm_server:bar",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/foo_gtm_server:bar",
|
||||
"generation": 398,
|
||||
"selfLink": "https://localhost/mgmt/tm/gtm/pool/a/~Common~foo-pool/members/~Common~foo_gtm_server:bar?ver=13.0.0",
|
||||
"enabled": true,
|
||||
"limitMaxBps": 0,
|
||||
"limitMaxBpsStatus": "disabled",
|
||||
"limitMaxConnections": 0,
|
||||
"limitMaxConnectionsStatus": "disabled",
|
||||
"limitMaxPps": 0,
|
||||
"limitMaxPpsStatus": "disabled",
|
||||
"memberOrder": 1,
|
||||
"monitor": "default",
|
||||
"ratio": 1
|
||||
}
|
||||
Reference in New Issue
Block a user