Adds udp profile module for bigip (#39269)

This module can be used to manage UDP profiles on a bigip
This commit is contained in:
Tim Rupp
2018-04-24 20:35:42 -07:00
committed by GitHub
parent 434ad97c39
commit 20d5b04ac4
3 changed files with 569 additions and 0 deletions

View File

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