Adds bigip management route module (#39520)

This module can be used for managing the management routes on a bigip
This commit is contained in:
Tim Rupp
2018-04-30 12:30:13 -07:00
committed by GitHub
parent ec9c59f52b
commit 5f9b7046ed
3 changed files with 556 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"kind": "tm:sys:management-route:management-routestate",
"name": "default",
"partition": "Common",
"fullPath": "/Common/default",
"generation": 1,
"selfLink": "https://localhost/mgmt/tm/sys/management-route/~Common~default?ver=13.1.0.4",
"description": "configured-by-dhcp",
"gateway": "10.0.2.2",
"mtu": 0,
"network": "default"
}