catocli 2.0.5__py3-none-any.whl → 2.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (361) hide show
  1. catocli/Utils/clidriver.py +10 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/export_sites/export_sites.py +18 -1
  4. catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
  5. catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
  6. catocli/parsers/mutation_accountManagement/__init__.py +13 -0
  7. catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
  8. catocli/parsers/mutation_groups/README.md +7 -0
  9. catocli/parsers/mutation_groups/__init__.py +48 -0
  10. catocli/parsers/mutation_groups_createGroup/README.md +18 -0
  11. catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
  12. catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
  13. catocli/parsers/mutation_site/__init__.py +104 -0
  14. catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
  15. catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
  16. catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
  17. catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
  18. catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
  19. catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
  20. catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
  21. catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
  22. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
  23. catocli/parsers/mutation_sites/__init__.py +104 -0
  24. catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
  25. catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
  26. catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
  27. catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
  28. catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
  29. catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
  30. catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
  31. catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
  32. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
  33. catocli/parsers/parserApiClient.py +17 -8
  34. catocli/parsers/query_eventsFeed/README.md +1 -1
  35. catocli/parsers/query_groups/README.md +7 -0
  36. catocli/parsers/query_groups/__init__.py +54 -0
  37. catocli/parsers/query_groups_group/README.md +7 -0
  38. catocli/parsers/query_groups_groupList/README.md +18 -0
  39. catocli/parsers/query_groups_group_members/README.md +18 -0
  40. catocli/parsers/query_groups_whereUsed/README.md +17 -0
  41. catocli/parsers/query_popLocations/README.md +17 -0
  42. catocli/parsers/query_popLocations/__init__.py +16 -0
  43. catocli/parsers/query_site/__init__.py +26 -0
  44. catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
  45. catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
  46. catocli/parsers/query_socketPortMetrics/README.md +23 -0
  47. catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
  48. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
  49. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
  50. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
  51. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
  52. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
  53. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
  54. models/mutation.accountManagement.addAccount.json +97 -0
  55. models/mutation.accountManagement.disableAccount.json +545 -0
  56. models/mutation.accountManagement.removeAccount.json +102 -3
  57. models/mutation.accountManagement.updateAccount.json +97 -0
  58. models/mutation.admin.addAdmin.json +6 -9
  59. models/mutation.container.delete.json +2 -2
  60. models/mutation.container.fqdn.addValues.json +3 -3
  61. models/mutation.container.fqdn.createFromFile.json +3 -3
  62. models/mutation.container.fqdn.removeValues.json +3 -3
  63. models/mutation.container.fqdn.updateFromFile.json +3 -3
  64. models/mutation.container.ipAddressRange.addValues.json +3 -3
  65. models/mutation.container.ipAddressRange.createFromFile.json +3 -3
  66. models/mutation.container.ipAddressRange.removeValues.json +3 -3
  67. models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
  68. models/mutation.groups.createGroup.json +3178 -0
  69. models/mutation.groups.deleteGroup.json +2758 -0
  70. models/mutation.groups.updateGroup.json +4429 -0
  71. models/mutation.hardware.updateHardwareShipping.json +30 -10
  72. models/mutation.policy.appTenantRestriction.addRule.json +33 -33
  73. models/mutation.policy.appTenantRestriction.addSection.json +4 -4
  74. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
  75. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
  76. models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
  77. models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
  78. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
  79. models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
  80. models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
  81. models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
  82. models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
  83. models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
  84. models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
  85. models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
  86. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
  87. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
  88. models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
  89. models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
  90. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
  91. models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
  92. models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
  93. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
  94. models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
  95. models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
  96. models/mutation.policy.internetFirewall.addRule.json +141 -141
  97. models/mutation.policy.internetFirewall.addSection.json +4 -4
  98. models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
  99. models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
  100. models/mutation.policy.internetFirewall.moveRule.json +96 -96
  101. models/mutation.policy.internetFirewall.moveSection.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
  103. models/mutation.policy.internetFirewall.removeRule.json +96 -96
  104. models/mutation.policy.internetFirewall.removeSection.json +4 -4
  105. models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
  106. models/mutation.policy.internetFirewall.updateRule.json +141 -141
  107. models/mutation.policy.internetFirewall.updateSection.json +4 -4
  108. models/mutation.policy.remotePortFwd.addRule.json +21 -21
  109. models/mutation.policy.remotePortFwd.addSection.json +4 -4
  110. models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
  111. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
  112. models/mutation.policy.remotePortFwd.moveRule.json +18 -18
  113. models/mutation.policy.remotePortFwd.moveSection.json +4 -4
  114. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
  115. models/mutation.policy.remotePortFwd.removeRule.json +18 -18
  116. models/mutation.policy.remotePortFwd.removeSection.json +4 -4
  117. models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
  118. models/mutation.policy.remotePortFwd.updateRule.json +21 -21
  119. models/mutation.policy.remotePortFwd.updateSection.json +4 -4
  120. models/mutation.policy.socketLan.addRule.json +97 -97
  121. models/mutation.policy.socketLan.addSection.json +4 -4
  122. models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
  123. models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
  124. models/mutation.policy.socketLan.moveRule.json +85 -85
  125. models/mutation.policy.socketLan.moveSection.json +4 -4
  126. models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
  127. models/mutation.policy.socketLan.removeRule.json +85 -85
  128. models/mutation.policy.socketLan.removeSection.json +4 -4
  129. models/mutation.policy.socketLan.updatePolicy.json +91 -91
  130. models/mutation.policy.socketLan.updateRule.json +97 -97
  131. models/mutation.policy.socketLan.updateSection.json +4 -4
  132. models/mutation.policy.terminalServer.addRule.json +7 -7
  133. models/mutation.policy.terminalServer.addSection.json +4 -4
  134. models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
  135. models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
  136. models/mutation.policy.terminalServer.moveRule.json +7 -7
  137. models/mutation.policy.terminalServer.moveSection.json +4 -4
  138. models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
  139. models/mutation.policy.terminalServer.removeRule.json +7 -7
  140. models/mutation.policy.terminalServer.removeSection.json +4 -4
  141. models/mutation.policy.terminalServer.updatePolicy.json +13 -13
  142. models/mutation.policy.terminalServer.updateRule.json +7 -7
  143. models/mutation.policy.terminalServer.updateSection.json +4 -4
  144. models/mutation.policy.wanFirewall.addRule.json +157 -157
  145. models/mutation.policy.wanFirewall.addSection.json +4 -4
  146. models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
  147. models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
  148. models/mutation.policy.wanFirewall.moveRule.json +115 -115
  149. models/mutation.policy.wanFirewall.moveSection.json +4 -4
  150. models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
  151. models/mutation.policy.wanFirewall.removeRule.json +115 -115
  152. models/mutation.policy.wanFirewall.removeSection.json +4 -4
  153. models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
  154. models/mutation.policy.wanFirewall.updateRule.json +157 -157
  155. models/mutation.policy.wanFirewall.updateSection.json +4 -4
  156. models/mutation.policy.wanNetwork.addRule.json +103 -103
  157. models/mutation.policy.wanNetwork.addSection.json +4 -4
  158. models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
  159. models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
  160. models/mutation.policy.wanNetwork.moveRule.json +91 -91
  161. models/mutation.policy.wanNetwork.moveSection.json +4 -4
  162. models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
  163. models/mutation.policy.wanNetwork.removeRule.json +91 -91
  164. models/mutation.policy.wanNetwork.removeSection.json +4 -4
  165. models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
  166. models/mutation.policy.wanNetwork.updateRule.json +103 -103
  167. models/mutation.policy.wanNetwork.updateSection.json +4 -4
  168. models/mutation.site.addBgpPeer.json +10 -10
  169. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  170. models/mutation.site.addSocketAddOnCard.json +2 -2
  171. models/mutation.site.assignSiteBwLicense.json +12879 -0
  172. models/mutation.site.removeBgpPeer.json +10 -10
  173. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  174. models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
  175. models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
  176. models/mutation.site.removeSiteBwLicense.json +12822 -0
  177. models/mutation.site.removeSocketAddOnCard.json +2 -2
  178. models/mutation.site.replaceSiteBwLicense.json +12939 -0
  179. models/mutation.site.startSiteUpgrade.json +36 -15
  180. models/mutation.site.updateBgpPeer.json +10 -10
  181. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
  182. models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
  183. models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
  184. models/mutation.site.updateSiteBwLicense.json +12882 -0
  185. models/mutation.site.updateSiteGeneralDetails.json +724 -1
  186. models/mutation.sites.addBgpPeer.json +10 -10
  187. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  188. models/mutation.sites.addSocketAddOnCard.json +2 -2
  189. models/mutation.sites.assignSiteBwLicense.json +12879 -0
  190. models/mutation.sites.removeBgpPeer.json +10 -10
  191. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  192. models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
  193. models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
  194. models/mutation.sites.removeSiteBwLicense.json +12822 -0
  195. models/mutation.sites.removeSocketAddOnCard.json +2 -2
  196. models/mutation.sites.replaceSiteBwLicense.json +12939 -0
  197. models/mutation.sites.startSiteUpgrade.json +36 -15
  198. models/mutation.sites.updateBgpPeer.json +10 -10
  199. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
  200. models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
  201. models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
  202. models/mutation.sites.updateSiteBwLicense.json +12882 -0
  203. models/mutation.sites.updateSiteGeneralDetails.json +724 -1
  204. models/mutation.xdr.addStoryComment.json +1 -1
  205. models/mutation.xdr.analystFeedback.json +84 -84
  206. models/mutation.xdr.deleteStoryComment.json +1 -1
  207. models/query.accountManagement.json +97 -0
  208. models/query.accountMetrics.json +45 -45
  209. models/query.accountSnapshot.json +30 -30
  210. models/query.admin.json +6 -6
  211. models/query.admins.json +13 -13
  212. models/query.appStats.json +915 -867
  213. models/query.appStatsTimeSeries.json +692 -656
  214. models/query.auditFeed.json +6 -6
  215. models/query.catalogs.json +52 -52
  216. models/query.container.json +16 -16
  217. models/query.devices.json +20 -93
  218. models/query.entityLookup.json +2 -2
  219. models/query.events.json +288 -384
  220. models/query.eventsFeed.json +73 -97
  221. models/query.eventsTimeSeries.json +219 -291
  222. models/query.groups.group.members.json +3058 -0
  223. models/query.groups.groupList.json +6474 -0
  224. models/query.groups.whereUsed.json +697 -0
  225. models/query.hardware.json +27 -7
  226. models/query.hardwareManagement.json +8 -8
  227. models/query.licensing.json +3487 -1324
  228. models/query.policy.appTenantRestriction.policy.json +32 -32
  229. models/query.policy.dynamicIpAllocation.policy.json +18 -18
  230. models/query.policy.internetFirewall.policy.json +93 -93
  231. models/query.policy.remotePortFwd.policy.json +23 -23
  232. models/query.policy.socketLan.policy.json +88 -88
  233. models/query.policy.terminalServer.policy.json +13 -13
  234. models/query.policy.wanFirewall.policy.json +111 -111
  235. models/query.policy.wanNetwork.policy.json +97 -97
  236. models/query.popLocations.json +2878 -0
  237. models/query.sandbox.json +5 -5
  238. models/query.site.bgpPeer.json +4 -4
  239. models/query.site.bgpPeerList.json +10 -10
  240. models/query.site.secondaryAwsVSocket.json +340 -0
  241. models/query.site.secondaryAzureVSocket.json +319 -0
  242. models/query.site.siteBgpStatus.json +2 -2
  243. models/query.socketPortMetrics.json +2410 -0
  244. models/query.socketPortMetricsTimeSeries.json +2361 -0
  245. models/query.xdr.stories.json +104 -104
  246. models/query.xdr.story.json +93 -93
  247. schema/catolib.py +21 -12
  248. build/lib/catocli/Utils/clidriver.py +0 -268
  249. build/lib/catocli/Utils/profile_manager.py +0 -188
  250. build/lib/catocli/Utils/version_checker.py +0 -192
  251. build/lib/catocli/__init__.py +0 -2
  252. build/lib/catocli/__main__.py +0 -12
  253. build/lib/catocli/parsers/configure/__init__.py +0 -115
  254. build/lib/catocli/parsers/configure/configure.py +0 -307
  255. build/lib/catocli/parsers/custom/__init__.py +0 -57
  256. build/lib/catocli/parsers/custom/customLib.py +0 -561
  257. build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
  258. build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
  259. build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
  260. build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
  261. build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
  262. build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
  263. build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
  264. build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
  265. build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
  266. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
  267. build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
  268. build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
  269. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
  270. build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
  271. build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
  272. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
  273. build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
  274. build/lib/catocli/parsers/parserApiClient.py +0 -513
  275. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
  276. build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
  277. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
  278. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
  279. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
  280. build/lib/catocli/parsers/query_admin/__init__.py +0 -16
  281. build/lib/catocli/parsers/query_admins/__init__.py +0 -16
  282. build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
  283. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
  284. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
  285. build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
  286. build/lib/catocli/parsers/query_container/__init__.py +0 -16
  287. build/lib/catocli/parsers/query_devices/__init__.py +0 -16
  288. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
  289. build/lib/catocli/parsers/query_events/__init__.py +0 -16
  290. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
  291. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
  292. build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
  293. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
  294. build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
  295. build/lib/catocli/parsers/query_policy/__init__.py +0 -161
  296. build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
  297. build/lib/catocli/parsers/query_site/__init__.py +0 -100
  298. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
  299. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
  300. build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
  301. build/lib/catocli/parsers/raw/__init__.py +0 -12
  302. build/lib/graphql_client/__init__.py +0 -11
  303. build/lib/graphql_client/api/__init__.py +0 -3
  304. build/lib/graphql_client/api/call_api.py +0 -84
  305. build/lib/graphql_client/api_client.py +0 -192
  306. build/lib/graphql_client/api_client_types.py +0 -409
  307. build/lib/graphql_client/configuration.py +0 -232
  308. build/lib/graphql_client/models/__init__.py +0 -13
  309. build/lib/graphql_client/models/no_schema.py +0 -71
  310. build/lib/schema/catolib.py +0 -1141
  311. build/lib/schema/importSchema.py +0 -60
  312. build/lib/schema/remove_policyid.py +0 -89
  313. build/lib/schema/remove_policyid_mutations.py +0 -89
  314. build/lib/scripts/catolib.py +0 -62
  315. build/lib/scripts/export_if_rules_to_json.py +0 -188
  316. build/lib/scripts/export_wf_rules_to_json.py +0 -111
  317. build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
  318. build/lib/vendor/certifi/__init__.py +0 -4
  319. build/lib/vendor/certifi/__main__.py +0 -12
  320. build/lib/vendor/certifi/core.py +0 -114
  321. build/lib/vendor/certifi/py.typed +0 -0
  322. build/lib/vendor/six.py +0 -998
  323. build/lib/vendor/urllib3/__init__.py +0 -211
  324. build/lib/vendor/urllib3/_base_connection.py +0 -172
  325. build/lib/vendor/urllib3/_collections.py +0 -483
  326. build/lib/vendor/urllib3/_request_methods.py +0 -278
  327. build/lib/vendor/urllib3/_version.py +0 -16
  328. build/lib/vendor/urllib3/connection.py +0 -1033
  329. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  330. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  331. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  332. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  333. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  334. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  335. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  336. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  337. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  338. build/lib/vendor/urllib3/exceptions.py +0 -321
  339. build/lib/vendor/urllib3/fields.py +0 -341
  340. build/lib/vendor/urllib3/filepost.py +0 -89
  341. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  342. build/lib/vendor/urllib3/http2/connection.py +0 -356
  343. build/lib/vendor/urllib3/http2/probe.py +0 -87
  344. build/lib/vendor/urllib3/poolmanager.py +0 -637
  345. build/lib/vendor/urllib3/py.typed +0 -2
  346. build/lib/vendor/urllib3/response.py +0 -1265
  347. build/lib/vendor/urllib3/util/__init__.py +0 -42
  348. build/lib/vendor/urllib3/util/connection.py +0 -137
  349. build/lib/vendor/urllib3/util/proxy.py +0 -43
  350. build/lib/vendor/urllib3/util/request.py +0 -256
  351. build/lib/vendor/urllib3/util/response.py +0 -101
  352. build/lib/vendor/urllib3/util/retry.py +0 -533
  353. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  354. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  355. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  356. build/lib/vendor/urllib3/util/timeout.py +0 -275
  357. build/lib/vendor/urllib3/util/url.py +0 -471
  358. build/lib/vendor/urllib3/util/util.py +0 -42
  359. build/lib/vendor/urllib3/util/wait.py +0 -124
  360. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
  361. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
@@ -2052,7 +2052,7 @@
2052
2052
  "inputFields": {
2053
2053
  "by": {
2054
2054
  "defaultValue": "ID",
2055
- "description": "Defines the object identification method by ID (default) or by name",
2055
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
2056
2056
  "id_str": "addRule___input___rule___destination___floatingSubnet___by",
2057
2057
  "name": "by",
2058
2058
  "path": "addRule.input.rule.destination.floatingSubnet.by",
@@ -4048,7 +4048,7 @@
4048
4048
  "inputFields": {
4049
4049
  "by": {
4050
4050
  "defaultValue": "ID",
4051
- "description": "Defines the object identification method by ID (default) or by name",
4051
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
4052
4052
  "id_str": "addRule___input___rule___exceptions___destination___floatingSubnet___by",
4053
4053
  "name": "by",
4054
4054
  "path": "addRule.input.rule.exceptions.destination.floatingSubnet.by",
@@ -5161,7 +5161,7 @@
5161
5161
  "inputFields": {
5162
5162
  "by": {
5163
5163
  "defaultValue": "ID",
5164
- "description": "Defines the object identification method by ID (default) or by name",
5164
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
5165
5165
  "id_str": "addRule___input___rule___exceptions___source___floatingSubnet___by",
5166
5166
  "name": "by",
5167
5167
  "path": "addRule.input.rule.exceptions.source.floatingSubnet.by",
@@ -6408,7 +6408,7 @@
6408
6408
  "inputFields": {
6409
6409
  "by": {
6410
6410
  "defaultValue": "ID",
6411
- "description": "Defines the object identification method by ID (default) or by name",
6411
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
6412
6412
  "id_str": "addRule___input___rule___source___floatingSubnet___by",
6413
6413
  "name": "by",
6414
6414
  "path": "addRule.input.rule.source.floatingSubnet.by",
@@ -9739,7 +9739,7 @@
9739
9739
  "inputFields": {
9740
9740
  "by": {
9741
9741
  "defaultValue": "ID",
9742
- "description": "Defines the object identification method by ID (default) or by name",
9742
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
9743
9743
  "id_str": "addRule___input___rule___destination___floatingSubnet___by",
9744
9744
  "name": "by",
9745
9745
  "path": "addRule.input.rule.destination.floatingSubnet.by",
@@ -11735,7 +11735,7 @@
11735
11735
  "inputFields": {
11736
11736
  "by": {
11737
11737
  "defaultValue": "ID",
11738
- "description": "Defines the object identification method by ID (default) or by name",
11738
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
11739
11739
  "id_str": "addRule___input___rule___exceptions___destination___floatingSubnet___by",
11740
11740
  "name": "by",
11741
11741
  "path": "addRule.input.rule.exceptions.destination.floatingSubnet.by",
@@ -12848,7 +12848,7 @@
12848
12848
  "inputFields": {
12849
12849
  "by": {
12850
12850
  "defaultValue": "ID",
12851
- "description": "Defines the object identification method by ID (default) or by name",
12851
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
12852
12852
  "id_str": "addRule___input___rule___exceptions___source___floatingSubnet___by",
12853
12853
  "name": "by",
12854
12854
  "path": "addRule.input.rule.exceptions.source.floatingSubnet.by",
@@ -14095,7 +14095,7 @@
14095
14095
  "inputFields": {
14096
14096
  "by": {
14097
14097
  "defaultValue": "ID",
14098
- "description": "Defines the object identification method by ID (default) or by name",
14098
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
14099
14099
  "id_str": "addRule___input___rule___source___floatingSubnet___by",
14100
14100
  "name": "by",
14101
14101
  "path": "addRule.input.rule.source.floatingSubnet.by",
@@ -17400,7 +17400,7 @@
17400
17400
  "inputFields": {
17401
17401
  "by": {
17402
17402
  "defaultValue": "ID",
17403
- "description": "Defines the object identification method by ID (default) or by name",
17403
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
17404
17404
  "id_str": "addRule___input___rule___destination___floatingSubnet___by",
17405
17405
  "name": "by",
17406
17406
  "path": "addRule.input.rule.destination.floatingSubnet.by",
@@ -19396,7 +19396,7 @@
19396
19396
  "inputFields": {
19397
19397
  "by": {
19398
19398
  "defaultValue": "ID",
19399
- "description": "Defines the object identification method by ID (default) or by name",
19399
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
19400
19400
  "id_str": "addRule___input___rule___exceptions___destination___floatingSubnet___by",
19401
19401
  "name": "by",
19402
19402
  "path": "addRule.input.rule.exceptions.destination.floatingSubnet.by",
@@ -20509,7 +20509,7 @@
20509
20509
  "inputFields": {
20510
20510
  "by": {
20511
20511
  "defaultValue": "ID",
20512
- "description": "Defines the object identification method by ID (default) or by name",
20512
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
20513
20513
  "id_str": "addRule___input___rule___exceptions___source___floatingSubnet___by",
20514
20514
  "name": "by",
20515
20515
  "path": "addRule.input.rule.exceptions.source.floatingSubnet.by",
@@ -21756,7 +21756,7 @@
21756
21756
  "inputFields": {
21757
21757
  "by": {
21758
21758
  "defaultValue": "ID",
21759
- "description": "Defines the object identification method by ID (default) or by name",
21759
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
21760
21760
  "id_str": "addRule___input___rule___source___floatingSubnet___by",
21761
21761
  "name": "by",
21762
21762
  "path": "addRule.input.rule.source.floatingSubnet.by",
@@ -22866,7 +22866,7 @@
22866
22866
  "enumValues": null,
22867
22867
  "fields": {
22868
22868
  "errors": {
22869
- "alias": "policyMutationErrorErrors: errors",
22869
+ "alias": "errorsWanNetworkRuleMutationPayload: errors",
22870
22870
  "args": {},
22871
22871
  "deprecationReason": null,
22872
22872
  "description": null,
@@ -22879,7 +22879,7 @@
22879
22879
  "responseStr": "errors:$policyMutationError ",
22880
22880
  "type": {
22881
22881
  "definition": {
22882
- "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can’t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
22882
+ "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
22883
22883
  "enumValues": null,
22884
22884
  "fields": {
22885
22885
  "errorCode": {
@@ -22942,7 +22942,7 @@
22942
22942
  "varName": "policyMutationError"
22943
22943
  },
22944
22944
  "rule": {
22945
- "alias": "wanNetworkRulePayloadRule: rule",
22945
+ "alias": "ruleWanNetworkRuleMutationPayload: rule",
22946
22946
  "args": {},
22947
22947
  "deprecationReason": null,
22948
22948
  "description": null,
@@ -23127,7 +23127,7 @@
23127
23127
  "enumValues": null,
23128
23128
  "fields": {
23129
23129
  "application": {
23130
- "alias": "wanNetworkRuleApplicationApplication: application",
23130
+ "alias": "applicationWanNetworkRule: application",
23131
23131
  "args": {},
23132
23132
  "deprecationReason": null,
23133
23133
  "description": "The application or category of traffic for the rule.",
@@ -23144,7 +23144,7 @@
23144
23144
  "enumValues": null,
23145
23145
  "fields": {
23146
23146
  "appCategory": {
23147
- "alias": "applicationCategoryRefAppCategory: appCategory",
23147
+ "alias": "appCategoryWanNetworkRuleApplication: appCategory",
23148
23148
  "args": {},
23149
23149
  "deprecationReason": null,
23150
23150
  "description": null,
@@ -23222,7 +23222,7 @@
23222
23222
  "varName": "applicationCategoryRef"
23223
23223
  },
23224
23224
  "application": {
23225
- "alias": "applicationRefApplication: application",
23225
+ "alias": "applicationWanNetworkRuleApplication: application",
23226
23226
  "args": {},
23227
23227
  "deprecationReason": null,
23228
23228
  "description": null,
@@ -23300,7 +23300,7 @@
23300
23300
  "varName": "applicationRef"
23301
23301
  },
23302
23302
  "customApp": {
23303
- "alias": "customApplicationRefCustomApp: customApp",
23303
+ "alias": "customAppWanNetworkRuleApplication: customApp",
23304
23304
  "args": {},
23305
23305
  "deprecationReason": null,
23306
23306
  "description": null,
@@ -23378,7 +23378,7 @@
23378
23378
  "varName": "customApplicationRef"
23379
23379
  },
23380
23380
  "customCategory": {
23381
- "alias": "customCategoryRefCustomCategory: customCategory",
23381
+ "alias": "customCategoryWanNetworkRuleApplication: customCategory",
23382
23382
  "args": {},
23383
23383
  "deprecationReason": null,
23384
23384
  "description": null,
@@ -23456,7 +23456,7 @@
23456
23456
  "varName": "customCategoryRef"
23457
23457
  },
23458
23458
  "customService": {
23459
- "alias": "customServiceCustomService: customService",
23459
+ "alias": "customServiceWanNetworkRuleApplication: customService",
23460
23460
  "args": {},
23461
23461
  "deprecationReason": null,
23462
23462
  "description": null,
@@ -23495,7 +23495,7 @@
23495
23495
  "varName": "port"
23496
23496
  },
23497
23497
  "portRange": {
23498
- "alias": "portRangePortRange: portRange",
23498
+ "alias": "portRangeCustomService: portRange",
23499
23499
  "args": {},
23500
23500
  "deprecationReason": null,
23501
23501
  "description": null,
@@ -23570,7 +23570,7 @@
23570
23570
  "varName": "portRange"
23571
23571
  },
23572
23572
  "protocol": {
23573
- "alias": "ipProtocolProtocol: protocol",
23573
+ "alias": "protocolCustomService: protocol",
23574
23574
  "args": {},
23575
23575
  "deprecationReason": null,
23576
23576
  "description": null,
@@ -23653,7 +23653,7 @@
23653
23653
  "varName": "customService"
23654
23654
  },
23655
23655
  "customServiceIp": {
23656
- "alias": "customServiceIpCustomServiceIp: customServiceIp",
23656
+ "alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
23657
23657
  "args": {},
23658
23658
  "deprecationReason": null,
23659
23659
  "description": null,
@@ -23690,7 +23690,7 @@
23690
23690
  "varName": "ip"
23691
23691
  },
23692
23692
  "ipRange": {
23693
- "alias": "ipAddressRangeIpRange: ipRange",
23693
+ "alias": "ipRangeCustomServiceIp: ipRange",
23694
23694
  "args": {},
23695
23695
  "deprecationReason": null,
23696
23696
  "description": null,
@@ -23851,7 +23851,7 @@
23851
23851
  "varName": "fqdn"
23852
23852
  },
23853
23853
  "service": {
23854
- "alias": "serviceRefService: service",
23854
+ "alias": "serviceWanNetworkRuleApplication: service",
23855
23855
  "args": {},
23856
23856
  "deprecationReason": null,
23857
23857
  "description": null,
@@ -23946,7 +23946,7 @@
23946
23946
  "varName": "wanNetworkRuleApplication"
23947
23947
  },
23948
23948
  "bandwidthPriority": {
23949
- "alias": "bandwidthManagementRefBandwidthPriority: bandwidthPriority",
23949
+ "alias": "bandwidthPriorityWanNetworkRule: bandwidthPriority",
23950
23950
  "args": {},
23951
23951
  "deprecationReason": null,
23952
23952
  "description": "The bandwidth priority (QoS) for the rule.",
@@ -24022,7 +24022,7 @@
24022
24022
  "varName": "bandwidthManagementRef"
24023
24023
  },
24024
24024
  "configuration": {
24025
- "alias": "wanNetworkRuleConfigurationConfiguration: configuration",
24025
+ "alias": "configurationWanNetworkRule: configuration",
24026
24026
  "args": {},
24027
24027
  "deprecationReason": null,
24028
24028
  "description": "The configuration of the rule.",
@@ -24060,7 +24060,7 @@
24060
24060
  "varName": "activeTcpAcceleration"
24061
24061
  },
24062
24062
  "allocationIp": {
24063
- "alias": "allocatedIpRefAllocationIp: allocationIp",
24063
+ "alias": "allocationIpWanNetworkRuleConfiguration: allocationIp",
24064
24064
  "args": {},
24065
24065
  "deprecationReason": null,
24066
24066
  "description": "The allocated IP for NAT routing. Taken from IP Allocation, per PoP.",
@@ -24138,7 +24138,7 @@
24138
24138
  "varName": "allocatedIpRef"
24139
24139
  },
24140
24140
  "backhaulingSite": {
24141
- "alias": "siteRefBackhaulingSite: backhaulingSite",
24141
+ "alias": "backhaulingSiteWanNetworkRuleConfiguration: backhaulingSite",
24142
24142
  "args": {},
24143
24143
  "deprecationReason": null,
24144
24144
  "description": "The site for backhaul routing option.",
@@ -24237,7 +24237,7 @@
24237
24237
  "varName": "packetLossMitigation"
24238
24238
  },
24239
24239
  "popLocation": {
24240
- "alias": "popLocationRefPopLocation: popLocation",
24240
+ "alias": "popLocationWanNetworkRuleConfiguration: popLocation",
24241
24241
  "args": {},
24242
24242
  "deprecationReason": null,
24243
24243
  "description": "The PoP location for routing and egressing from Cato Cloud.",
@@ -24336,7 +24336,7 @@
24336
24336
  "varName": "preserveSourcePort"
24337
24337
  },
24338
24338
  "primaryTransport": {
24339
- "alias": "wanNetworkRuleTransportPrimaryTransport: primaryTransport",
24339
+ "alias": "primaryTransportWanNetworkRuleConfiguration: primaryTransport",
24340
24340
  "args": {},
24341
24341
  "deprecationReason": null,
24342
24342
  "description": "The primary transport method.",
@@ -24353,7 +24353,7 @@
24353
24353
  "enumValues": null,
24354
24354
  "fields": {
24355
24355
  "primaryInterfaceRole": {
24356
- "alias": "wanNetworkRuleInterfaceRolePrimaryInterfaceRole: primaryInterfaceRole",
24356
+ "alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
24357
24357
  "args": {},
24358
24358
  "deprecationReason": null,
24359
24359
  "description": "The primary interface role.",
@@ -24435,7 +24435,7 @@
24435
24435
  "varName": "primaryInterfaceRole"
24436
24436
  },
24437
24437
  "secondaryInterfaceRole": {
24438
- "alias": "wanNetworkRuleInterfaceRoleSecondaryInterfaceRole: secondaryInterfaceRole",
24438
+ "alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
24439
24439
  "args": {},
24440
24440
  "deprecationReason": null,
24441
24441
  "description": "The secondary interface role.",
@@ -24517,7 +24517,7 @@
24517
24517
  "varName": "secondaryInterfaceRole"
24518
24518
  },
24519
24519
  "transportType": {
24520
- "alias": "wanNetworkRuleTransportTypeTransportType: transportType",
24520
+ "alias": "transportTypeWanNetworkRuleTransport: transportType",
24521
24521
  "args": {},
24522
24522
  "deprecationReason": null,
24523
24523
  "description": null,
@@ -24598,7 +24598,7 @@
24598
24598
  "varName": "wanNetworkRuleTransport"
24599
24599
  },
24600
24600
  "secondaryTransport": {
24601
- "alias": "wanNetworkRuleTransportSecondaryTransport: secondaryTransport",
24601
+ "alias": "secondaryTransportWanNetworkRuleConfiguration: secondaryTransport",
24602
24602
  "args": {},
24603
24603
  "deprecationReason": null,
24604
24604
  "description": "The secondary transport method.",
@@ -24615,7 +24615,7 @@
24615
24615
  "enumValues": null,
24616
24616
  "fields": {
24617
24617
  "primaryInterfaceRole": {
24618
- "alias": "wanNetworkRuleInterfaceRolePrimaryInterfaceRole: primaryInterfaceRole",
24618
+ "alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
24619
24619
  "args": {},
24620
24620
  "deprecationReason": null,
24621
24621
  "description": "The primary interface role.",
@@ -24697,7 +24697,7 @@
24697
24697
  "varName": "primaryInterfaceRole"
24698
24698
  },
24699
24699
  "secondaryInterfaceRole": {
24700
- "alias": "wanNetworkRuleInterfaceRoleSecondaryInterfaceRole: secondaryInterfaceRole",
24700
+ "alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
24701
24701
  "args": {},
24702
24702
  "deprecationReason": null,
24703
24703
  "description": "The secondary interface role.",
@@ -24779,7 +24779,7 @@
24779
24779
  "varName": "secondaryInterfaceRole"
24780
24780
  },
24781
24781
  "transportType": {
24782
- "alias": "wanNetworkRuleTransportTypeTransportType: transportType",
24782
+ "alias": "transportTypeWanNetworkRuleTransport: transportType",
24783
24783
  "args": {},
24784
24784
  "deprecationReason": null,
24785
24785
  "description": null,
@@ -24898,7 +24898,7 @@
24898
24898
  "varName": "description"
24899
24899
  },
24900
24900
  "destination": {
24901
- "alias": "wanNetworkRuleDestinationDestination: destination",
24901
+ "alias": "destinationWanNetworkRule: destination",
24902
24902
  "args": {},
24903
24903
  "deprecationReason": null,
24904
24904
  "description": "The destination of the traffic for the rule.",
@@ -24915,7 +24915,7 @@
24915
24915
  "enumValues": null,
24916
24916
  "fields": {
24917
24917
  "floatingSubnet": {
24918
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
24918
+ "alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
24919
24919
  "args": {},
24920
24920
  "deprecationReason": null,
24921
24921
  "description": null,
@@ -24993,7 +24993,7 @@
24993
24993
  "varName": "floatingSubnetRef"
24994
24994
  },
24995
24995
  "globalIpRange": {
24996
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
24996
+ "alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
24997
24997
  "args": {},
24998
24998
  "deprecationReason": null,
24999
24999
  "description": null,
@@ -25071,7 +25071,7 @@
25071
25071
  "varName": "globalIpRangeRef"
25072
25072
  },
25073
25073
  "group": {
25074
- "alias": "groupRefGroup: group",
25074
+ "alias": "groupWanNetworkRuleDestination: group",
25075
25075
  "args": {},
25076
25076
  "deprecationReason": null,
25077
25077
  "description": null,
@@ -25149,7 +25149,7 @@
25149
25149
  "varName": "groupRef"
25150
25150
  },
25151
25151
  "host": {
25152
- "alias": "hostRefHost: host",
25152
+ "alias": "hostWanNetworkRuleDestination: host",
25153
25153
  "args": {},
25154
25154
  "deprecationReason": null,
25155
25155
  "description": null,
@@ -25250,7 +25250,7 @@
25250
25250
  "varName": "ip"
25251
25251
  },
25252
25252
  "ipRange": {
25253
- "alias": "ipAddressRangeIpRange: ipRange",
25253
+ "alias": "ipRangeWanNetworkRuleDestination: ipRange",
25254
25254
  "args": {},
25255
25255
  "deprecationReason": null,
25256
25256
  "description": null,
@@ -25328,7 +25328,7 @@
25328
25328
  "varName": "ipAddressRange"
25329
25329
  },
25330
25330
  "networkInterface": {
25331
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
25331
+ "alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
25332
25332
  "args": {},
25333
25333
  "deprecationReason": null,
25334
25334
  "description": null,
@@ -25406,7 +25406,7 @@
25406
25406
  "varName": "networkInterfaceRef"
25407
25407
  },
25408
25408
  "site": {
25409
- "alias": "siteRefSite: site",
25409
+ "alias": "siteWanNetworkRuleDestination: site",
25410
25410
  "args": {},
25411
25411
  "deprecationReason": null,
25412
25412
  "description": null,
@@ -25484,7 +25484,7 @@
25484
25484
  "varName": "siteRef"
25485
25485
  },
25486
25486
  "siteNetworkSubnet": {
25487
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
25487
+ "alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
25488
25488
  "args": {},
25489
25489
  "deprecationReason": null,
25490
25490
  "description": null,
@@ -25585,7 +25585,7 @@
25585
25585
  "varName": "subnet"
25586
25586
  },
25587
25587
  "systemGroup": {
25588
- "alias": "systemGroupRefSystemGroup: systemGroup",
25588
+ "alias": "systemGroupWanNetworkRuleDestination: systemGroup",
25589
25589
  "args": {},
25590
25590
  "deprecationReason": null,
25591
25591
  "description": null,
@@ -25663,7 +25663,7 @@
25663
25663
  "varName": "systemGroupRef"
25664
25664
  },
25665
25665
  "user": {
25666
- "alias": "userRefUser: user",
25666
+ "alias": "userWanNetworkRuleDestination: user",
25667
25667
  "args": {},
25668
25668
  "deprecationReason": null,
25669
25669
  "description": null,
@@ -25741,7 +25741,7 @@
25741
25741
  "varName": "userRef"
25742
25742
  },
25743
25743
  "usersGroup": {
25744
- "alias": "usersGroupRefUsersGroup: usersGroup",
25744
+ "alias": "usersGroupWanNetworkRuleDestination: usersGroup",
25745
25745
  "args": {},
25746
25746
  "deprecationReason": null,
25747
25747
  "description": null,
@@ -25857,7 +25857,7 @@
25857
25857
  "varName": "enabled"
25858
25858
  },
25859
25859
  "exceptions": {
25860
- "alias": "wanNetworkRuleExceptionExceptions: exceptions",
25860
+ "alias": "exceptionsWanNetworkRule: exceptions",
25861
25861
  "args": {},
25862
25862
  "deprecationReason": null,
25863
25863
  "description": "Exceptions to the rule.",
@@ -25874,7 +25874,7 @@
25874
25874
  "enumValues": null,
25875
25875
  "fields": {
25876
25876
  "application": {
25877
- "alias": "wanNetworkRuleApplicationApplication: application",
25877
+ "alias": "applicationWanNetworkRuleException: application",
25878
25878
  "args": {},
25879
25879
  "deprecationReason": null,
25880
25880
  "description": "The application or category of traffic for the rule.",
@@ -25891,7 +25891,7 @@
25891
25891
  "enumValues": null,
25892
25892
  "fields": {
25893
25893
  "appCategory": {
25894
- "alias": "applicationCategoryRefAppCategory: appCategory",
25894
+ "alias": "appCategoryWanNetworkRuleApplication: appCategory",
25895
25895
  "args": {},
25896
25896
  "deprecationReason": null,
25897
25897
  "description": null,
@@ -25969,7 +25969,7 @@
25969
25969
  "varName": "applicationCategoryRef"
25970
25970
  },
25971
25971
  "application": {
25972
- "alias": "applicationRefApplication: application",
25972
+ "alias": "applicationWanNetworkRuleApplication: application",
25973
25973
  "args": {},
25974
25974
  "deprecationReason": null,
25975
25975
  "description": null,
@@ -26047,7 +26047,7 @@
26047
26047
  "varName": "applicationRef"
26048
26048
  },
26049
26049
  "customApp": {
26050
- "alias": "customApplicationRefCustomApp: customApp",
26050
+ "alias": "customAppWanNetworkRuleApplication: customApp",
26051
26051
  "args": {},
26052
26052
  "deprecationReason": null,
26053
26053
  "description": null,
@@ -26125,7 +26125,7 @@
26125
26125
  "varName": "customApplicationRef"
26126
26126
  },
26127
26127
  "customCategory": {
26128
- "alias": "customCategoryRefCustomCategory: customCategory",
26128
+ "alias": "customCategoryWanNetworkRuleApplication: customCategory",
26129
26129
  "args": {},
26130
26130
  "deprecationReason": null,
26131
26131
  "description": null,
@@ -26203,7 +26203,7 @@
26203
26203
  "varName": "customCategoryRef"
26204
26204
  },
26205
26205
  "customService": {
26206
- "alias": "customServiceCustomService: customService",
26206
+ "alias": "customServiceWanNetworkRuleApplication: customService",
26207
26207
  "args": {},
26208
26208
  "deprecationReason": null,
26209
26209
  "description": null,
@@ -26242,7 +26242,7 @@
26242
26242
  "varName": "port"
26243
26243
  },
26244
26244
  "portRange": {
26245
- "alias": "portRangePortRange: portRange",
26245
+ "alias": "portRangeCustomService: portRange",
26246
26246
  "args": {},
26247
26247
  "deprecationReason": null,
26248
26248
  "description": null,
@@ -26317,7 +26317,7 @@
26317
26317
  "varName": "portRange"
26318
26318
  },
26319
26319
  "protocol": {
26320
- "alias": "ipProtocolProtocol: protocol",
26320
+ "alias": "protocolCustomService: protocol",
26321
26321
  "args": {},
26322
26322
  "deprecationReason": null,
26323
26323
  "description": null,
@@ -26400,7 +26400,7 @@
26400
26400
  "varName": "customService"
26401
26401
  },
26402
26402
  "customServiceIp": {
26403
- "alias": "customServiceIpCustomServiceIp: customServiceIp",
26403
+ "alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
26404
26404
  "args": {},
26405
26405
  "deprecationReason": null,
26406
26406
  "description": null,
@@ -26437,7 +26437,7 @@
26437
26437
  "varName": "ip"
26438
26438
  },
26439
26439
  "ipRange": {
26440
- "alias": "ipAddressRangeIpRange: ipRange",
26440
+ "alias": "ipRangeCustomServiceIp: ipRange",
26441
26441
  "args": {},
26442
26442
  "deprecationReason": null,
26443
26443
  "description": null,
@@ -26598,7 +26598,7 @@
26598
26598
  "varName": "fqdn"
26599
26599
  },
26600
26600
  "service": {
26601
- "alias": "serviceRefService: service",
26601
+ "alias": "serviceWanNetworkRuleApplication: service",
26602
26602
  "args": {},
26603
26603
  "deprecationReason": null,
26604
26604
  "description": null,
@@ -26693,7 +26693,7 @@
26693
26693
  "varName": "wanNetworkRuleApplication"
26694
26694
  },
26695
26695
  "destination": {
26696
- "alias": "wanNetworkRuleDestinationDestination: destination",
26696
+ "alias": "destinationWanNetworkRuleException: destination",
26697
26697
  "args": {},
26698
26698
  "deprecationReason": null,
26699
26699
  "description": "The destination of the traffic for the rule.",
@@ -26710,7 +26710,7 @@
26710
26710
  "enumValues": null,
26711
26711
  "fields": {
26712
26712
  "floatingSubnet": {
26713
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
26713
+ "alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
26714
26714
  "args": {},
26715
26715
  "deprecationReason": null,
26716
26716
  "description": null,
@@ -26788,7 +26788,7 @@
26788
26788
  "varName": "floatingSubnetRef"
26789
26789
  },
26790
26790
  "globalIpRange": {
26791
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
26791
+ "alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
26792
26792
  "args": {},
26793
26793
  "deprecationReason": null,
26794
26794
  "description": null,
@@ -26866,7 +26866,7 @@
26866
26866
  "varName": "globalIpRangeRef"
26867
26867
  },
26868
26868
  "group": {
26869
- "alias": "groupRefGroup: group",
26869
+ "alias": "groupWanNetworkRuleDestination: group",
26870
26870
  "args": {},
26871
26871
  "deprecationReason": null,
26872
26872
  "description": null,
@@ -26944,7 +26944,7 @@
26944
26944
  "varName": "groupRef"
26945
26945
  },
26946
26946
  "host": {
26947
- "alias": "hostRefHost: host",
26947
+ "alias": "hostWanNetworkRuleDestination: host",
26948
26948
  "args": {},
26949
26949
  "deprecationReason": null,
26950
26950
  "description": null,
@@ -27045,7 +27045,7 @@
27045
27045
  "varName": "ip"
27046
27046
  },
27047
27047
  "ipRange": {
27048
- "alias": "ipAddressRangeIpRange: ipRange",
27048
+ "alias": "ipRangeWanNetworkRuleDestination: ipRange",
27049
27049
  "args": {},
27050
27050
  "deprecationReason": null,
27051
27051
  "description": null,
@@ -27123,7 +27123,7 @@
27123
27123
  "varName": "ipAddressRange"
27124
27124
  },
27125
27125
  "networkInterface": {
27126
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
27126
+ "alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
27127
27127
  "args": {},
27128
27128
  "deprecationReason": null,
27129
27129
  "description": null,
@@ -27201,7 +27201,7 @@
27201
27201
  "varName": "networkInterfaceRef"
27202
27202
  },
27203
27203
  "site": {
27204
- "alias": "siteRefSite: site",
27204
+ "alias": "siteWanNetworkRuleDestination: site",
27205
27205
  "args": {},
27206
27206
  "deprecationReason": null,
27207
27207
  "description": null,
@@ -27279,7 +27279,7 @@
27279
27279
  "varName": "siteRef"
27280
27280
  },
27281
27281
  "siteNetworkSubnet": {
27282
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
27282
+ "alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
27283
27283
  "args": {},
27284
27284
  "deprecationReason": null,
27285
27285
  "description": null,
@@ -27380,7 +27380,7 @@
27380
27380
  "varName": "subnet"
27381
27381
  },
27382
27382
  "systemGroup": {
27383
- "alias": "systemGroupRefSystemGroup: systemGroup",
27383
+ "alias": "systemGroupWanNetworkRuleDestination: systemGroup",
27384
27384
  "args": {},
27385
27385
  "deprecationReason": null,
27386
27386
  "description": null,
@@ -27458,7 +27458,7 @@
27458
27458
  "varName": "systemGroupRef"
27459
27459
  },
27460
27460
  "user": {
27461
- "alias": "userRefUser: user",
27461
+ "alias": "userWanNetworkRuleDestination: user",
27462
27462
  "args": {},
27463
27463
  "deprecationReason": null,
27464
27464
  "description": null,
@@ -27536,7 +27536,7 @@
27536
27536
  "varName": "userRef"
27537
27537
  },
27538
27538
  "usersGroup": {
27539
- "alias": "usersGroupRefUsersGroup: usersGroup",
27539
+ "alias": "usersGroupWanNetworkRuleDestination: usersGroup",
27540
27540
  "args": {},
27541
27541
  "deprecationReason": null,
27542
27542
  "description": null,
@@ -27652,7 +27652,7 @@
27652
27652
  "varName": "name"
27653
27653
  },
27654
27654
  "source": {
27655
- "alias": "wanNetworkRuleSourceSource: source",
27655
+ "alias": "sourceWanNetworkRuleException: source",
27656
27656
  "args": {},
27657
27657
  "deprecationReason": null,
27658
27658
  "description": "The source of the traffic for the rule.",
@@ -27669,7 +27669,7 @@
27669
27669
  "enumValues": null,
27670
27670
  "fields": {
27671
27671
  "floatingSubnet": {
27672
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
27672
+ "alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
27673
27673
  "args": {},
27674
27674
  "deprecationReason": null,
27675
27675
  "description": null,
@@ -27747,7 +27747,7 @@
27747
27747
  "varName": "floatingSubnetRef"
27748
27748
  },
27749
27749
  "globalIpRange": {
27750
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
27750
+ "alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
27751
27751
  "args": {},
27752
27752
  "deprecationReason": null,
27753
27753
  "description": null,
@@ -27825,7 +27825,7 @@
27825
27825
  "varName": "globalIpRangeRef"
27826
27826
  },
27827
27827
  "group": {
27828
- "alias": "groupRefGroup: group",
27828
+ "alias": "groupWanNetworkRuleSource: group",
27829
27829
  "args": {},
27830
27830
  "deprecationReason": null,
27831
27831
  "description": null,
@@ -27903,7 +27903,7 @@
27903
27903
  "varName": "groupRef"
27904
27904
  },
27905
27905
  "host": {
27906
- "alias": "hostRefHost: host",
27906
+ "alias": "hostWanNetworkRuleSource: host",
27907
27907
  "args": {},
27908
27908
  "deprecationReason": null,
27909
27909
  "description": null,
@@ -28004,7 +28004,7 @@
28004
28004
  "varName": "ip"
28005
28005
  },
28006
28006
  "ipRange": {
28007
- "alias": "ipAddressRangeIpRange: ipRange",
28007
+ "alias": "ipRangeWanNetworkRuleSource: ipRange",
28008
28008
  "args": {},
28009
28009
  "deprecationReason": null,
28010
28010
  "description": null,
@@ -28082,7 +28082,7 @@
28082
28082
  "varName": "ipAddressRange"
28083
28083
  },
28084
28084
  "networkInterface": {
28085
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
28085
+ "alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
28086
28086
  "args": {},
28087
28087
  "deprecationReason": null,
28088
28088
  "description": null,
@@ -28160,7 +28160,7 @@
28160
28160
  "varName": "networkInterfaceRef"
28161
28161
  },
28162
28162
  "site": {
28163
- "alias": "siteRefSite: site",
28163
+ "alias": "siteWanNetworkRuleSource: site",
28164
28164
  "args": {},
28165
28165
  "deprecationReason": null,
28166
28166
  "description": null,
@@ -28238,7 +28238,7 @@
28238
28238
  "varName": "siteRef"
28239
28239
  },
28240
28240
  "siteNetworkSubnet": {
28241
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
28241
+ "alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
28242
28242
  "args": {},
28243
28243
  "deprecationReason": null,
28244
28244
  "description": null,
@@ -28339,7 +28339,7 @@
28339
28339
  "varName": "subnet"
28340
28340
  },
28341
28341
  "systemGroup": {
28342
- "alias": "systemGroupRefSystemGroup: systemGroup",
28342
+ "alias": "systemGroupWanNetworkRuleSource: systemGroup",
28343
28343
  "args": {},
28344
28344
  "deprecationReason": null,
28345
28345
  "description": null,
@@ -28417,7 +28417,7 @@
28417
28417
  "varName": "systemGroupRef"
28418
28418
  },
28419
28419
  "user": {
28420
- "alias": "userRefUser: user",
28420
+ "alias": "userWanNetworkRuleSource: user",
28421
28421
  "args": {},
28422
28422
  "deprecationReason": null,
28423
28423
  "description": null,
@@ -28495,7 +28495,7 @@
28495
28495
  "varName": "userRef"
28496
28496
  },
28497
28497
  "usersGroup": {
28498
- "alias": "usersGroupRefUsersGroup: usersGroup",
28498
+ "alias": "usersGroupWanNetworkRuleSource: usersGroup",
28499
28499
  "args": {},
28500
28500
  "deprecationReason": null,
28501
28501
  "description": null,
@@ -28672,7 +28672,7 @@
28672
28672
  "varName": "name"
28673
28673
  },
28674
28674
  "routeType": {
28675
- "alias": "wanNetworkRuleRouteTypeRouteType: routeType",
28675
+ "alias": "routeTypeWanNetworkRule: routeType",
28676
28676
  "args": {},
28677
28677
  "deprecationReason": null,
28678
28678
  "description": "Defines the routing method for the rule. By default, traffic will egress from connected PoP.",
@@ -28742,7 +28742,7 @@
28742
28742
  "varName": "routeType"
28743
28743
  },
28744
28744
  "ruleType": {
28745
- "alias": "wanNetworkRuleTypeRuleType: ruleType",
28745
+ "alias": "ruleTypeWanNetworkRule: ruleType",
28746
28746
  "args": {},
28747
28747
  "deprecationReason": null,
28748
28748
  "description": "Specifies if the rule is for Internet (outbound) or WAN (wanbound) traffic.",
@@ -28794,7 +28794,7 @@
28794
28794
  "varName": "ruleType"
28795
28795
  },
28796
28796
  "section": {
28797
- "alias": "policySectionInfoSection: section",
28797
+ "alias": "sectionWanNetworkRule: section",
28798
28798
  "args": {},
28799
28799
  "deprecationReason": null,
28800
28800
  "description": "Policy section where the rule is located",
@@ -28870,7 +28870,7 @@
28870
28870
  "varName": "policySectionInfo"
28871
28871
  },
28872
28872
  "source": {
28873
- "alias": "wanNetworkRuleSourceSource: source",
28873
+ "alias": "sourceWanNetworkRule: source",
28874
28874
  "args": {},
28875
28875
  "deprecationReason": null,
28876
28876
  "description": "The source of the traffic for the rule.",
@@ -28887,7 +28887,7 @@
28887
28887
  "enumValues": null,
28888
28888
  "fields": {
28889
28889
  "floatingSubnet": {
28890
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
28890
+ "alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
28891
28891
  "args": {},
28892
28892
  "deprecationReason": null,
28893
28893
  "description": null,
@@ -28965,7 +28965,7 @@
28965
28965
  "varName": "floatingSubnetRef"
28966
28966
  },
28967
28967
  "globalIpRange": {
28968
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
28968
+ "alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
28969
28969
  "args": {},
28970
28970
  "deprecationReason": null,
28971
28971
  "description": null,
@@ -29043,7 +29043,7 @@
29043
29043
  "varName": "globalIpRangeRef"
29044
29044
  },
29045
29045
  "group": {
29046
- "alias": "groupRefGroup: group",
29046
+ "alias": "groupWanNetworkRuleSource: group",
29047
29047
  "args": {},
29048
29048
  "deprecationReason": null,
29049
29049
  "description": null,
@@ -29121,7 +29121,7 @@
29121
29121
  "varName": "groupRef"
29122
29122
  },
29123
29123
  "host": {
29124
- "alias": "hostRefHost: host",
29124
+ "alias": "hostWanNetworkRuleSource: host",
29125
29125
  "args": {},
29126
29126
  "deprecationReason": null,
29127
29127
  "description": null,
@@ -29222,7 +29222,7 @@
29222
29222
  "varName": "ip"
29223
29223
  },
29224
29224
  "ipRange": {
29225
- "alias": "ipAddressRangeIpRange: ipRange",
29225
+ "alias": "ipRangeWanNetworkRuleSource: ipRange",
29226
29226
  "args": {},
29227
29227
  "deprecationReason": null,
29228
29228
  "description": null,
@@ -29300,7 +29300,7 @@
29300
29300
  "varName": "ipAddressRange"
29301
29301
  },
29302
29302
  "networkInterface": {
29303
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
29303
+ "alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
29304
29304
  "args": {},
29305
29305
  "deprecationReason": null,
29306
29306
  "description": null,
@@ -29378,7 +29378,7 @@
29378
29378
  "varName": "networkInterfaceRef"
29379
29379
  },
29380
29380
  "site": {
29381
- "alias": "siteRefSite: site",
29381
+ "alias": "siteWanNetworkRuleSource: site",
29382
29382
  "args": {},
29383
29383
  "deprecationReason": null,
29384
29384
  "description": null,
@@ -29456,7 +29456,7 @@
29456
29456
  "varName": "siteRef"
29457
29457
  },
29458
29458
  "siteNetworkSubnet": {
29459
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
29459
+ "alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
29460
29460
  "args": {},
29461
29461
  "deprecationReason": null,
29462
29462
  "description": null,
@@ -29557,7 +29557,7 @@
29557
29557
  "varName": "subnet"
29558
29558
  },
29559
29559
  "systemGroup": {
29560
- "alias": "systemGroupRefSystemGroup: systemGroup",
29560
+ "alias": "systemGroupWanNetworkRuleSource: systemGroup",
29561
29561
  "args": {},
29562
29562
  "deprecationReason": null,
29563
29563
  "description": null,
@@ -29635,7 +29635,7 @@
29635
29635
  "varName": "systemGroupRef"
29636
29636
  },
29637
29637
  "user": {
29638
- "alias": "userRefUser: user",
29638
+ "alias": "userWanNetworkRuleSource: user",
29639
29639
  "args": {},
29640
29640
  "deprecationReason": null,
29641
29641
  "description": null,
@@ -29713,7 +29713,7 @@
29713
29713
  "varName": "userRef"
29714
29714
  },
29715
29715
  "usersGroup": {
29716
- "alias": "usersGroupRefUsersGroup: usersGroup",
29716
+ "alias": "usersGroupWanNetworkRuleSource: usersGroup",
29717
29717
  "args": {},
29718
29718
  "deprecationReason": null,
29719
29719
  "description": null,
@@ -29841,7 +29841,7 @@
29841
29841
  "varName": "wanNetworkRulePayload"
29842
29842
  },
29843
29843
  "status": {
29844
- "alias": "policyMutationStatusStatus: status",
29844
+ "alias": "statusWanNetworkRuleMutationPayload: status",
29845
29845
  "args": {},
29846
29846
  "deprecationReason": null,
29847
29847
  "description": null,