mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Adds bigip management route module (#39520)
This module can be used for managing the management routes on a bigip
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user