Adds bigip profile for http2 (#47782)

This allows one to manage HTTP2 profiles on a BIG-IP
This commit is contained in:
Tim Rupp
2018-10-29 14:53:20 -07:00
committed by GitHub
parent f80288c0c4
commit 9d351f2ee7
3 changed files with 839 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"kind": "tm:ltm:profile:http2:http2state",
"name": "test",
"partition": "Common",
"fullPath": "/Common/test",
"generation": 5852,
"selfLink": "https://localhost/mgmt/tm/ltm/profile/http2/~Common~test?ver=13.1.0.8",
"activationModes": [
"always"
],
"appService": "none",
"concurrentStreamsPerConnection": 10,
"connectionIdleTimeout": 300,
"defaultsFrom": "/Common/http2",
"defaultsFromReference": {
"link": "https://localhost/mgmt/tm/ltm/profile/http2/~Common~http2?ver=13.1.0.8"
},
"description": "this is awful documentation",
"enforceTlsRequirements": "enabled",
"frameSize": 2048,
"headerTableSize": 4096,
"includeContentLength": "disabled",
"insertHeader": "disabled",
"insertHeaderName": "X-HTTP2",
"receiveWindow": 32,
"writeSize": 16384
}