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:
Tim Rupp
2018-05-09 19:13:52 -07:00
committed by GitHub
parent e4efc191c5
commit 64ee8da3f1
3 changed files with 859 additions and 0 deletions

View File

@@ -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
}