mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Adds module for bigip service policies (#39240)
This patch includes a module for managing bigip service policies.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"kind": "tm:net:service-policy:service-policystate",
|
||||
"name": "baz",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/baz",
|
||||
"generation": 581,
|
||||
"selfLink": "https://localhost/mgmt/tm/net/service-policy/~Common~baz?ver=13.1.0.4",
|
||||
"description": "my description",
|
||||
"portMisusePolicy": "/Common/bar",
|
||||
"portMisusePolicyReference": {
|
||||
"link": "https://localhost/mgmt/tm/security/firewall/port-misuse-policy/~Common~bar?ver=13.1.0.4"
|
||||
},
|
||||
"timerPolicy": "/Common/foo",
|
||||
"timerPolicyReference": {
|
||||
"link": "https://localhost/mgmt/tm/net/timer-policy/~Common~foo?ver=13.1.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user