We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6288f commit 1012ed6Copy full SHA for 1012ed6
1 file changed
panos/device.py
@@ -99,7 +99,7 @@ class Vsys(VersionedPanObject):
99
vlans (list): A list of strings of VLANs
100
virtual_wires (list): A list of strings of virtual wires
101
virtual_routers (list): A list of strings of virtual routers
102
- logical_routers (list): A list of strings of logical routers
+ logical_routers (list): (10.2+) A list of strings of logical routers
103
visible_vsys (list): A list of strings of the vsys visible
104
dns_proxy (str): DNS Proxy server
105
decrypt_forwarding (bool): Allow forwarding of decrypted content
@@ -194,6 +194,7 @@ def _setup(self):
194
"logical_routers",
195
vartype="member",
196
path="import/network/logical-router",
197
+ version="10.2.0"
198
)
199
200
params.append(
0 commit comments