@@ -195,9 +195,10 @@ def get_appliance_subnets_all_vrfs(self) -> dict:
195
195
* keyword **subnets** (`dict`): Subnet object \n
196
196
* keyword **<vrf_id>** (`dict`): Subnets in Segment/VRF \n
197
197
* keyword **count** (`int`): Count of all subnets
198
- * keyword **max** (`int`): Max subnets IPv4 & IPv6, 60000
199
- * keyword **entries** (`list[dict]`): List of subnet detail
200
- objects \n
198
+ * keyword **max** (`int`): Max subnets IPv4 & IPv6,
199
+ 60000
200
+ * keyword **entries** (`list[dict]`): List of subnet
201
+ detail objects \n
201
202
* keyword **state** (`dict`): Subnet detail object\n
202
203
* keyword **version** (`int`): IP Version, e.g.
203
204
``4`` or ``6``
@@ -235,8 +236,8 @@ def get_appliance_subnets_all_vrfs(self) -> dict:
235
236
OSPF
236
237
* keyword **learned_bgp** (`bool`): Learned from
237
238
BGP
238
- * keyword **learned_ospf** (`bool`): Learned from
239
- OSPF
239
+ * keyword **learned_ospf** (`bool`): Learned
240
+ from OSPF
240
241
* keyword **state** (`str`): State of route,
241
242
e.g. ``UP`` or ``DOWN``
242
243
* keyword **routeTag** (`str`): Tag on route,
@@ -259,7 +260,8 @@ def get_appliance_subnets_all_vrfs(self) -> dict:
259
260
message
260
261
* keyword **zone_id** (`str`): Firewall zone id
261
262
for route, e.g. ``0`` for Default
262
- * keyword **advOSPFTag** (`str`): Advertise OSPF tag
263
+ * keyword **advOSPFTag** (`str`): Advertise OSPF
264
+ tag
263
265
* keyword **routeType** (`str`): Type of route
264
266
e.g. ``EBGP``
265
267
* keyword **saasAppName** (`str`): SaaS
@@ -554,7 +556,8 @@ def get_appliance_locally_configured_subnets(self) -> dict:
554
556
* keyword **prefix** (`dict`): Subnets object \n
555
557
* keyword **<ip_and_mask>** (`dict`): Object for this
556
558
prefix, e.g. key value ``10.1.1.0/24`` \n
557
- * keyword **self** (`int`): Max subnets IPv4 & IPv6, 60000
559
+ * keyword **self** (`int`): Max subnets IPv4 & IPv6,
560
+ 60000
558
561
* keyword **advert** (`bool`): If route is advertised
559
562
* keyword **advert_bgp** (`bool`): If route is
560
563
advertised to BGP
@@ -686,7 +689,8 @@ def get_appliance_locally_configured_subnets_single_vrf(
686
689
* keyword **prefix** (`dict`): Subnets object \n
687
690
* keyword **<ip_and_mask>** (`dict`): Object for this
688
691
prefix, e.g. key value ``10.1.1.0/24`` \n
689
- * keyword **self** (`int`): Max subnets IPv4 & IPv6, 60000
692
+ * keyword **self** (`int`): Max subnets IPv4 & IPv6,
693
+ 60000
690
694
* keyword **advert** (`bool`): If route is advertised
691
695
* keyword **advert_bgp** (`bool`): If route is
692
696
advertised to BGP
0 commit comments