mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Adds bigip_static_route module (#34859)
This module can be used to manage static routes on a BIG-IP
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user