@@ -195,9 +195,10 @@ def get_appliance_subnets_all_vrfs(self) -> dict:
195195 * keyword **subnets** (`dict`): Subnet object \n
196196 * keyword **<vrf_id>** (`dict`): Subnets in Segment/VRF \n
197197 * 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
201202 * keyword **state** (`dict`): Subnet detail object\n
202203 * keyword **version** (`int`): IP Version, e.g.
203204 ``4`` or ``6``
@@ -235,8 +236,8 @@ def get_appliance_subnets_all_vrfs(self) -> dict:
235236 OSPF
236237 * keyword **learned_bgp** (`bool`): Learned from
237238 BGP
238- * keyword **learned_ospf** (`bool`): Learned from
239- OSPF
239+ * keyword **learned_ospf** (`bool`): Learned
240+ from OSPF
240241 * keyword **state** (`str`): State of route,
241242 e.g. ``UP`` or ``DOWN``
242243 * keyword **routeTag** (`str`): Tag on route,
@@ -259,7 +260,8 @@ def get_appliance_subnets_all_vrfs(self) -> dict:
259260 message
260261 * keyword **zone_id** (`str`): Firewall zone id
261262 for route, e.g. ``0`` for Default
262- * keyword **advOSPFTag** (`str`): Advertise OSPF tag
263+ * keyword **advOSPFTag** (`str`): Advertise OSPF
264+ tag
263265 * keyword **routeType** (`str`): Type of route
264266 e.g. ``EBGP``
265267 * keyword **saasAppName** (`str`): SaaS
@@ -554,7 +556,8 @@ def get_appliance_locally_configured_subnets(self) -> dict:
554556 * keyword **prefix** (`dict`): Subnets object \n
555557 * keyword **<ip_and_mask>** (`dict`): Object for this
556558 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
558561 * keyword **advert** (`bool`): If route is advertised
559562 * keyword **advert_bgp** (`bool`): If route is
560563 advertised to BGP
@@ -686,7 +689,8 @@ def get_appliance_locally_configured_subnets_single_vrf(
686689 * keyword **prefix** (`dict`): Subnets object \n
687690 * keyword **<ip_and_mask>** (`dict`): Object for this
688691 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
690694 * keyword **advert** (`bool`): If route is advertised
691695 * keyword **advert_bgp** (`bool`): If route is
692696 advertised to BGP
0 commit comments