mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Adds udp profile module for bigip (#39269)
This module can be used to manage UDP profiles on a bigip
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"kind": "tm:ltm:profile:udp:udpstate",
|
||||
"name": "foo",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/foo",
|
||||
"generation": 107,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/profile/udp/~Common~foo?ver=13.1.0.4",
|
||||
"allowNoPayload": "disabled",
|
||||
"appService": "none",
|
||||
"bufferMaxBytes": 655350,
|
||||
"bufferMaxPackets": 0,
|
||||
"datagramLoadBalancing": "disabled",
|
||||
"defaultsFrom": "/Common/udp",
|
||||
"defaultsFromReference": {
|
||||
"link": "https://localhost/mgmt/tm/ltm/profile/udp/~Common~udp?ver=13.1.0.4"
|
||||
},
|
||||
"description": "none",
|
||||
"idleTimeout": "60",
|
||||
"ipDfMode": "pmtu",
|
||||
"ipTosToClient": "0",
|
||||
"ipTtlMode": "proxy",
|
||||
"ipTtlV4": 255,
|
||||
"ipTtlV6": 64,
|
||||
"linkQosToClient": "0",
|
||||
"noChecksum": "disabled",
|
||||
"proxyMss": "disabled"
|
||||
}
|
||||
Reference in New Issue
Block a user