Adds bigip_static_route module (#34859)

This module can be used to manage static routes on a BIG-IP
This commit is contained in:
Tim Rupp
2018-01-14 17:40:59 -08:00
committed by GitHub
parent 5540e2f8a9
commit 9aba711519
3 changed files with 985 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"kind": "tm:net:route:routestate",
"name": "asdasd",
"partition": "Common",
"fullPath": "/Common/asdasd",
"generation": 113,
"selfLink": "https://localhost/mgmt/tm/net/route/~Common~asdasd?ver=12.1.0",
"description": "asdasd",
"mtu": 0,
"network": "2.2.2.2/32",
"pool": "/Common/adsasd",
"poolReference": {
"link": "https://localhost/mgmt/tm/ltm/pool/~Common~adsasd?ver=12.1.0"
}
}