@azure/arm-paloaltonetworksngfw 1.1.1-alpha.20250217.1 → 1.1.1-alpha.20250219.1

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.
Files changed (1119) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +13 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/dist/browser/models/parameters.js +279 -0
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts +73 -0
  12. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
  13. package/dist/browser/operations/certificateObjectGlobalRulestack.js +329 -0
  14. package/dist/browser/operations/certificateObjectGlobalRulestack.js.map +1 -0
  15. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts +81 -0
  16. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
  17. package/dist/browser/operations/certificateObjectLocalRulestack.js +350 -0
  18. package/dist/browser/operations/certificateObjectLocalRulestack.js.map +1 -0
  19. package/dist/browser/operations/firewallStatus.d.ts +45 -0
  20. package/dist/browser/operations/firewallStatus.d.ts.map +1 -0
  21. package/dist/browser/operations/firewallStatus.js +180 -0
  22. package/dist/browser/operations/firewallStatus.js.map +1 -0
  23. package/dist/browser/operations/firewalls.d.ts +127 -0
  24. package/dist/browser/operations/firewalls.d.ts.map +1 -0
  25. package/dist/browser/operations/firewalls.js +601 -0
  26. package/dist/browser/operations/firewalls.js.map +1 -0
  27. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts +73 -0
  28. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
  29. package/dist/browser/operations/fqdnListGlobalRulestack.js +329 -0
  30. package/dist/browser/operations/fqdnListGlobalRulestack.js.map +1 -0
  31. package/dist/browser/operations/fqdnListLocalRulestack.d.ts +81 -0
  32. package/dist/browser/operations/fqdnListLocalRulestack.d.ts.map +1 -0
  33. package/dist/browser/operations/fqdnListLocalRulestack.js +350 -0
  34. package/dist/browser/operations/fqdnListLocalRulestack.js.map +1 -0
  35. package/dist/browser/operations/globalRulestack.d.ts +134 -0
  36. package/dist/browser/operations/globalRulestack.d.ts.map +1 -0
  37. package/dist/browser/operations/globalRulestack.js +607 -0
  38. package/dist/browser/operations/globalRulestack.js.map +1 -0
  39. package/dist/browser/operations/index.d.ts +15 -0
  40. package/dist/browser/operations/index.d.ts.map +1 -0
  41. package/dist/browser/operations/index.js +22 -0
  42. package/dist/browser/operations/index.js.map +1 -0
  43. package/dist/browser/operations/localRules.d.ts +105 -0
  44. package/dist/browser/operations/localRules.d.ts.map +1 -0
  45. package/dist/browser/operations/localRules.js +450 -0
  46. package/dist/browser/operations/localRules.js.map +1 -0
  47. package/dist/browser/operations/localRulestacks.d.ts +178 -0
  48. package/dist/browser/operations/localRulestacks.d.ts.map +1 -0
  49. package/dist/browser/operations/localRulestacks.js +841 -0
  50. package/dist/browser/operations/localRulestacks.js.map +1 -0
  51. package/dist/browser/operations/operations.d.ts +32 -0
  52. package/dist/browser/operations/operations.d.ts.map +1 -0
  53. package/dist/browser/operations/operations.js +133 -0
  54. package/dist/browser/operations/operations.js.map +1 -0
  55. package/dist/browser/operations/postRules.d.ts +94 -0
  56. package/dist/browser/operations/postRules.d.ts.map +1 -0
  57. package/dist/browser/operations/postRules.js +414 -0
  58. package/dist/browser/operations/postRules.js.map +1 -0
  59. package/dist/browser/operations/preRules.d.ts +94 -0
  60. package/dist/browser/operations/preRules.d.ts.map +1 -0
  61. package/dist/browser/operations/preRules.js +414 -0
  62. package/dist/browser/operations/preRules.js.map +1 -0
  63. package/dist/browser/operations/prefixListGlobalRulestack.d.ts +73 -0
  64. package/dist/browser/operations/prefixListGlobalRulestack.d.ts.map +1 -0
  65. package/dist/browser/operations/prefixListGlobalRulestack.js +329 -0
  66. package/dist/browser/operations/prefixListGlobalRulestack.js.map +1 -0
  67. package/dist/browser/operations/prefixListLocalRulestack.d.ts +81 -0
  68. package/dist/browser/operations/prefixListLocalRulestack.d.ts.map +1 -0
  69. package/dist/browser/operations/prefixListLocalRulestack.js +350 -0
  70. package/dist/browser/operations/prefixListLocalRulestack.js.map +1 -0
  71. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
  72. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
  74. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
  75. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/firewallStatus.d.ts +20 -0
  78. package/dist/browser/operationsInterfaces/firewallStatus.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/firewallStatus.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/firewalls.d.ts +91 -0
  81. package/dist/browser/operationsInterfaces/firewalls.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/firewalls.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
  84. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
  87. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/globalRulestack.d.ts +113 -0
  90. package/dist/browser/operationsInterfaces/globalRulestack.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/globalRulestack.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/index.d.ts +15 -0
  93. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/index.js +22 -0
  95. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  96. package/dist/browser/operationsInterfaces/localRules.d.ts +80 -0
  97. package/dist/browser/operationsInterfaces/localRules.d.ts.map +1 -0
  98. package/dist/browser/operationsInterfaces/localRules.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/localRulestacks.d.ts +142 -0
  100. package/dist/browser/operationsInterfaces/localRulestacks.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/localRulestacks.js.map +1 -0
  102. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  103. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  104. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  105. package/dist/browser/operationsInterfaces/postRules.d.ts +71 -0
  106. package/dist/browser/operationsInterfaces/postRules.d.ts.map +1 -0
  107. package/dist/browser/operationsInterfaces/postRules.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/preRules.d.ts +71 -0
  109. package/dist/browser/operationsInterfaces/preRules.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/preRules.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
  112. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
  115. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
  117. package/dist/browser/package.json +3 -0
  118. package/dist/browser/pagingHelper.js.map +1 -0
  119. package/dist/browser/paloAltoNetworksCloudngfw.d.ts +34 -0
  120. package/dist/browser/paloAltoNetworksCloudngfw.d.ts.map +1 -0
  121. package/dist/browser/paloAltoNetworksCloudngfw.js +108 -0
  122. package/dist/browser/paloAltoNetworksCloudngfw.js.map +1 -0
  123. package/dist/commonjs/index.d.ts +5 -0
  124. package/dist/commonjs/index.d.ts.map +1 -0
  125. package/dist/commonjs/index.js +19 -0
  126. package/dist/commonjs/index.js.map +1 -0
  127. package/dist/commonjs/lroImpl.d.ts +11 -0
  128. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  129. package/dist/commonjs/lroImpl.js +17 -0
  130. package/dist/commonjs/lroImpl.js.map +1 -0
  131. package/dist/commonjs/models/index.d.ts +2327 -0
  132. package/dist/commonjs/models/index.d.ts.map +1 -0
  133. package/dist/commonjs/models/index.js +279 -0
  134. package/dist/commonjs/models/index.js.map +1 -0
  135. package/dist/commonjs/models/mappers.d.ts +88 -0
  136. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  137. package/dist/commonjs/models/mappers.js +3371 -0
  138. package/dist/commonjs/models/mappers.js.map +1 -0
  139. package/dist/commonjs/models/parameters.d.ts +38 -0
  140. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  141. package/dist/commonjs/models/parameters.js +282 -0
  142. package/dist/commonjs/models/parameters.js.map +1 -0
  143. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts +73 -0
  144. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
  145. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js +333 -0
  146. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js.map +1 -0
  147. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts +81 -0
  148. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
  149. package/dist/commonjs/operations/certificateObjectLocalRulestack.js +354 -0
  150. package/dist/commonjs/operations/certificateObjectLocalRulestack.js.map +1 -0
  151. package/dist/commonjs/operations/firewallStatus.d.ts +45 -0
  152. package/dist/commonjs/operations/firewallStatus.d.ts.map +1 -0
  153. package/dist/commonjs/operations/firewallStatus.js +184 -0
  154. package/dist/commonjs/operations/firewallStatus.js.map +1 -0
  155. package/dist/commonjs/operations/firewalls.d.ts +127 -0
  156. package/dist/commonjs/operations/firewalls.d.ts.map +1 -0
  157. package/dist/commonjs/operations/firewalls.js +605 -0
  158. package/dist/commonjs/operations/firewalls.js.map +1 -0
  159. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts +73 -0
  160. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
  161. package/dist/commonjs/operations/fqdnListGlobalRulestack.js +333 -0
  162. package/dist/commonjs/operations/fqdnListGlobalRulestack.js.map +1 -0
  163. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts +81 -0
  164. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts.map +1 -0
  165. package/dist/commonjs/operations/fqdnListLocalRulestack.js +354 -0
  166. package/dist/commonjs/operations/fqdnListLocalRulestack.js.map +1 -0
  167. package/dist/commonjs/operations/globalRulestack.d.ts +134 -0
  168. package/dist/commonjs/operations/globalRulestack.d.ts.map +1 -0
  169. package/dist/commonjs/operations/globalRulestack.js +611 -0
  170. package/dist/commonjs/operations/globalRulestack.js.map +1 -0
  171. package/dist/commonjs/operations/index.d.ts +15 -0
  172. package/dist/commonjs/operations/index.d.ts.map +1 -0
  173. package/dist/commonjs/operations/index.js +25 -0
  174. package/dist/commonjs/operations/index.js.map +1 -0
  175. package/dist/commonjs/operations/localRules.d.ts +105 -0
  176. package/dist/commonjs/operations/localRules.d.ts.map +1 -0
  177. package/dist/commonjs/operations/localRules.js +454 -0
  178. package/dist/commonjs/operations/localRules.js.map +1 -0
  179. package/dist/commonjs/operations/localRulestacks.d.ts +178 -0
  180. package/dist/commonjs/operations/localRulestacks.d.ts.map +1 -0
  181. package/dist/commonjs/operations/localRulestacks.js +845 -0
  182. package/dist/commonjs/operations/localRulestacks.js.map +1 -0
  183. package/dist/commonjs/operations/operations.d.ts +32 -0
  184. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  185. package/dist/commonjs/operations/operations.js +137 -0
  186. package/dist/commonjs/operations/operations.js.map +1 -0
  187. package/dist/commonjs/operations/postRules.d.ts +94 -0
  188. package/dist/commonjs/operations/postRules.d.ts.map +1 -0
  189. package/dist/commonjs/operations/postRules.js +418 -0
  190. package/dist/commonjs/operations/postRules.js.map +1 -0
  191. package/dist/commonjs/operations/preRules.d.ts +94 -0
  192. package/dist/commonjs/operations/preRules.d.ts.map +1 -0
  193. package/dist/commonjs/operations/preRules.js +418 -0
  194. package/dist/commonjs/operations/preRules.js.map +1 -0
  195. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts +73 -0
  196. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts.map +1 -0
  197. package/dist/commonjs/operations/prefixListGlobalRulestack.js +333 -0
  198. package/dist/commonjs/operations/prefixListGlobalRulestack.js.map +1 -0
  199. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts +81 -0
  200. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts.map +1 -0
  201. package/dist/commonjs/operations/prefixListLocalRulestack.js +354 -0
  202. package/dist/commonjs/operations/prefixListLocalRulestack.js.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
  204. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js +10 -0
  206. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
  208. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
  209. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js +10 -0
  210. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
  211. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts +20 -0
  212. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts.map +1 -0
  213. package/dist/commonjs/operationsInterfaces/firewallStatus.js +10 -0
  214. package/dist/commonjs/operationsInterfaces/firewallStatus.js.map +1 -0
  215. package/dist/commonjs/operationsInterfaces/firewalls.d.ts +91 -0
  216. package/dist/commonjs/operationsInterfaces/firewalls.d.ts.map +1 -0
  217. package/dist/commonjs/operationsInterfaces/firewalls.js +10 -0
  218. package/dist/commonjs/operationsInterfaces/firewalls.js.map +1 -0
  219. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
  220. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js +10 -0
  222. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
  224. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js +10 -0
  226. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts +113 -0
  228. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/globalRulestack.js +10 -0
  230. package/dist/commonjs/operationsInterfaces/globalRulestack.js.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/index.d.ts +15 -0
  232. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  233. package/dist/commonjs/operationsInterfaces/index.js +25 -0
  234. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  235. package/dist/commonjs/operationsInterfaces/localRules.d.ts +80 -0
  236. package/dist/commonjs/operationsInterfaces/localRules.d.ts.map +1 -0
  237. package/dist/commonjs/operationsInterfaces/localRules.js +10 -0
  238. package/dist/commonjs/operationsInterfaces/localRules.js.map +1 -0
  239. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts +142 -0
  240. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts.map +1 -0
  241. package/dist/commonjs/operationsInterfaces/localRulestacks.js +10 -0
  242. package/dist/commonjs/operationsInterfaces/localRulestacks.js.map +1 -0
  243. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  244. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  245. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  246. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  247. package/dist/commonjs/operationsInterfaces/postRules.d.ts +71 -0
  248. package/dist/commonjs/operationsInterfaces/postRules.d.ts.map +1 -0
  249. package/dist/commonjs/operationsInterfaces/postRules.js +10 -0
  250. package/dist/commonjs/operationsInterfaces/postRules.js.map +1 -0
  251. package/dist/commonjs/operationsInterfaces/preRules.d.ts +71 -0
  252. package/dist/commonjs/operationsInterfaces/preRules.d.ts.map +1 -0
  253. package/dist/commonjs/operationsInterfaces/preRules.js +10 -0
  254. package/dist/commonjs/operationsInterfaces/preRules.js.map +1 -0
  255. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
  256. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
  257. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js +10 -0
  258. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
  259. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
  260. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
  261. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js +10 -0
  262. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
  263. package/dist/commonjs/package.json +3 -0
  264. package/dist/commonjs/pagingHelper.d.ts +13 -0
  265. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  266. package/dist/commonjs/pagingHelper.js +36 -0
  267. package/dist/commonjs/pagingHelper.js.map +1 -0
  268. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts +34 -0
  269. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts.map +1 -0
  270. package/dist/commonjs/paloAltoNetworksCloudngfw.js +113 -0
  271. package/dist/commonjs/paloAltoNetworksCloudngfw.js.map +1 -0
  272. package/dist/commonjs/tsdoc-metadata.json +11 -0
  273. package/dist/esm/index.d.ts +5 -0
  274. package/dist/esm/index.d.ts.map +1 -0
  275. package/dist/esm/index.js +13 -0
  276. package/dist/esm/index.js.map +1 -0
  277. package/dist/esm/lroImpl.d.ts +11 -0
  278. package/dist/esm/lroImpl.d.ts.map +1 -0
  279. package/dist/esm/lroImpl.js +14 -0
  280. package/dist/esm/lroImpl.js.map +1 -0
  281. package/dist/esm/models/index.d.ts +2327 -0
  282. package/dist/esm/models/index.d.ts.map +1 -0
  283. package/dist/esm/models/index.js +276 -0
  284. package/dist/esm/models/index.js.map +1 -0
  285. package/dist/esm/models/mappers.d.ts +88 -0
  286. package/dist/esm/models/mappers.d.ts.map +1 -0
  287. package/dist/esm/models/mappers.js +3367 -0
  288. package/dist/esm/models/mappers.js.map +1 -0
  289. package/dist/esm/models/parameters.d.ts +38 -0
  290. package/dist/esm/models/parameters.d.ts.map +1 -0
  291. package/dist/esm/models/parameters.js +279 -0
  292. package/dist/esm/models/parameters.js.map +1 -0
  293. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts +73 -0
  294. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
  295. package/dist/esm/operations/certificateObjectGlobalRulestack.js +329 -0
  296. package/dist/esm/operations/certificateObjectGlobalRulestack.js.map +1 -0
  297. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts +81 -0
  298. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
  299. package/dist/esm/operations/certificateObjectLocalRulestack.js +350 -0
  300. package/dist/esm/operations/certificateObjectLocalRulestack.js.map +1 -0
  301. package/dist/esm/operations/firewallStatus.d.ts +45 -0
  302. package/dist/esm/operations/firewallStatus.d.ts.map +1 -0
  303. package/dist/esm/operations/firewallStatus.js +180 -0
  304. package/dist/esm/operations/firewallStatus.js.map +1 -0
  305. package/dist/esm/operations/firewalls.d.ts +127 -0
  306. package/dist/esm/operations/firewalls.d.ts.map +1 -0
  307. package/dist/esm/operations/firewalls.js +601 -0
  308. package/dist/esm/operations/firewalls.js.map +1 -0
  309. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts +73 -0
  310. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
  311. package/dist/esm/operations/fqdnListGlobalRulestack.js +329 -0
  312. package/dist/esm/operations/fqdnListGlobalRulestack.js.map +1 -0
  313. package/dist/esm/operations/fqdnListLocalRulestack.d.ts +81 -0
  314. package/dist/esm/operations/fqdnListLocalRulestack.d.ts.map +1 -0
  315. package/dist/esm/operations/fqdnListLocalRulestack.js +350 -0
  316. package/dist/esm/operations/fqdnListLocalRulestack.js.map +1 -0
  317. package/dist/esm/operations/globalRulestack.d.ts +134 -0
  318. package/dist/esm/operations/globalRulestack.d.ts.map +1 -0
  319. package/dist/esm/operations/globalRulestack.js +607 -0
  320. package/dist/esm/operations/globalRulestack.js.map +1 -0
  321. package/dist/esm/operations/index.d.ts +15 -0
  322. package/dist/esm/operations/index.d.ts.map +1 -0
  323. package/dist/esm/operations/index.js +22 -0
  324. package/dist/esm/operations/index.js.map +1 -0
  325. package/dist/esm/operations/localRules.d.ts +105 -0
  326. package/dist/esm/operations/localRules.d.ts.map +1 -0
  327. package/dist/esm/operations/localRules.js +450 -0
  328. package/dist/esm/operations/localRules.js.map +1 -0
  329. package/dist/esm/operations/localRulestacks.d.ts +178 -0
  330. package/dist/esm/operations/localRulestacks.d.ts.map +1 -0
  331. package/dist/esm/operations/localRulestacks.js +841 -0
  332. package/dist/esm/operations/localRulestacks.js.map +1 -0
  333. package/dist/esm/operations/operations.d.ts +32 -0
  334. package/dist/esm/operations/operations.d.ts.map +1 -0
  335. package/dist/esm/operations/operations.js +133 -0
  336. package/dist/esm/operations/operations.js.map +1 -0
  337. package/dist/esm/operations/postRules.d.ts +94 -0
  338. package/dist/esm/operations/postRules.d.ts.map +1 -0
  339. package/dist/esm/operations/postRules.js +414 -0
  340. package/dist/esm/operations/postRules.js.map +1 -0
  341. package/dist/esm/operations/preRules.d.ts +94 -0
  342. package/dist/esm/operations/preRules.d.ts.map +1 -0
  343. package/dist/esm/operations/preRules.js +414 -0
  344. package/dist/esm/operations/preRules.js.map +1 -0
  345. package/dist/esm/operations/prefixListGlobalRulestack.d.ts +73 -0
  346. package/dist/esm/operations/prefixListGlobalRulestack.d.ts.map +1 -0
  347. package/dist/esm/operations/prefixListGlobalRulestack.js +329 -0
  348. package/dist/esm/operations/prefixListGlobalRulestack.js.map +1 -0
  349. package/dist/esm/operations/prefixListLocalRulestack.d.ts +81 -0
  350. package/dist/esm/operations/prefixListLocalRulestack.d.ts.map +1 -0
  351. package/dist/esm/operations/prefixListLocalRulestack.js +350 -0
  352. package/dist/esm/operations/prefixListLocalRulestack.js.map +1 -0
  353. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
  354. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
  355. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js +9 -0
  356. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
  357. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
  358. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
  359. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js +9 -0
  360. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
  361. package/dist/esm/operationsInterfaces/firewallStatus.d.ts +20 -0
  362. package/dist/esm/operationsInterfaces/firewallStatus.d.ts.map +1 -0
  363. package/dist/esm/operationsInterfaces/firewallStatus.js +9 -0
  364. package/dist/esm/operationsInterfaces/firewallStatus.js.map +1 -0
  365. package/dist/esm/operationsInterfaces/firewalls.d.ts +91 -0
  366. package/dist/esm/operationsInterfaces/firewalls.d.ts.map +1 -0
  367. package/dist/esm/operationsInterfaces/firewalls.js +9 -0
  368. package/dist/esm/operationsInterfaces/firewalls.js.map +1 -0
  369. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
  370. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
  371. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js +9 -0
  372. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
  373. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
  374. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
  375. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js +9 -0
  376. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
  377. package/dist/esm/operationsInterfaces/globalRulestack.d.ts +113 -0
  378. package/dist/esm/operationsInterfaces/globalRulestack.d.ts.map +1 -0
  379. package/dist/esm/operationsInterfaces/globalRulestack.js +9 -0
  380. package/dist/esm/operationsInterfaces/globalRulestack.js.map +1 -0
  381. package/dist/esm/operationsInterfaces/index.d.ts +15 -0
  382. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  383. package/dist/esm/operationsInterfaces/index.js +22 -0
  384. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  385. package/dist/esm/operationsInterfaces/localRules.d.ts +80 -0
  386. package/dist/esm/operationsInterfaces/localRules.d.ts.map +1 -0
  387. package/dist/esm/operationsInterfaces/localRules.js +9 -0
  388. package/dist/esm/operationsInterfaces/localRules.js.map +1 -0
  389. package/dist/esm/operationsInterfaces/localRulestacks.d.ts +142 -0
  390. package/dist/esm/operationsInterfaces/localRulestacks.d.ts.map +1 -0
  391. package/dist/esm/operationsInterfaces/localRulestacks.js +9 -0
  392. package/dist/esm/operationsInterfaces/localRulestacks.js.map +1 -0
  393. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  394. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  395. package/dist/esm/operationsInterfaces/operations.js +9 -0
  396. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  397. package/dist/esm/operationsInterfaces/postRules.d.ts +71 -0
  398. package/dist/esm/operationsInterfaces/postRules.d.ts.map +1 -0
  399. package/dist/esm/operationsInterfaces/postRules.js +9 -0
  400. package/dist/esm/operationsInterfaces/postRules.js.map +1 -0
  401. package/dist/esm/operationsInterfaces/preRules.d.ts +71 -0
  402. package/dist/esm/operationsInterfaces/preRules.d.ts.map +1 -0
  403. package/dist/esm/operationsInterfaces/preRules.js +9 -0
  404. package/dist/esm/operationsInterfaces/preRules.js.map +1 -0
  405. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
  406. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
  407. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js +9 -0
  408. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
  409. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
  410. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
  411. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js +9 -0
  412. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
  413. package/dist/esm/package.json +3 -0
  414. package/dist/esm/pagingHelper.d.ts +13 -0
  415. package/dist/esm/pagingHelper.d.ts.map +1 -0
  416. package/dist/esm/pagingHelper.js +32 -0
  417. package/dist/esm/pagingHelper.js.map +1 -0
  418. package/dist/esm/paloAltoNetworksCloudngfw.d.ts +34 -0
  419. package/dist/esm/paloAltoNetworksCloudngfw.d.ts.map +1 -0
  420. package/dist/esm/paloAltoNetworksCloudngfw.js +108 -0
  421. package/dist/esm/paloAltoNetworksCloudngfw.js.map +1 -0
  422. package/dist/react-native/index.d.ts +5 -0
  423. package/dist/react-native/index.d.ts.map +1 -0
  424. package/dist/react-native/index.js +13 -0
  425. package/dist/react-native/index.js.map +1 -0
  426. package/dist/react-native/lroImpl.d.ts +11 -0
  427. package/dist/react-native/lroImpl.d.ts.map +1 -0
  428. package/dist/react-native/lroImpl.js +14 -0
  429. package/dist/react-native/lroImpl.js.map +1 -0
  430. package/dist/react-native/models/index.d.ts +2327 -0
  431. package/dist/react-native/models/index.d.ts.map +1 -0
  432. package/dist/react-native/models/index.js +276 -0
  433. package/dist/react-native/models/index.js.map +1 -0
  434. package/dist/react-native/models/mappers.d.ts +88 -0
  435. package/dist/react-native/models/mappers.d.ts.map +1 -0
  436. package/dist/react-native/models/mappers.js +3367 -0
  437. package/dist/react-native/models/mappers.js.map +1 -0
  438. package/dist/react-native/models/parameters.d.ts +38 -0
  439. package/dist/react-native/models/parameters.d.ts.map +1 -0
  440. package/dist/react-native/models/parameters.js +279 -0
  441. package/dist/react-native/models/parameters.js.map +1 -0
  442. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts +73 -0
  443. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
  444. package/dist/react-native/operations/certificateObjectGlobalRulestack.js +329 -0
  445. package/dist/react-native/operations/certificateObjectGlobalRulestack.js.map +1 -0
  446. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts +81 -0
  447. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
  448. package/dist/react-native/operations/certificateObjectLocalRulestack.js +350 -0
  449. package/dist/react-native/operations/certificateObjectLocalRulestack.js.map +1 -0
  450. package/dist/react-native/operations/firewallStatus.d.ts +45 -0
  451. package/dist/react-native/operations/firewallStatus.d.ts.map +1 -0
  452. package/dist/react-native/operations/firewallStatus.js +180 -0
  453. package/dist/react-native/operations/firewallStatus.js.map +1 -0
  454. package/dist/react-native/operations/firewalls.d.ts +127 -0
  455. package/dist/react-native/operations/firewalls.d.ts.map +1 -0
  456. package/dist/react-native/operations/firewalls.js +601 -0
  457. package/dist/react-native/operations/firewalls.js.map +1 -0
  458. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts +73 -0
  459. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
  460. package/dist/react-native/operations/fqdnListGlobalRulestack.js +329 -0
  461. package/dist/react-native/operations/fqdnListGlobalRulestack.js.map +1 -0
  462. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts +81 -0
  463. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts.map +1 -0
  464. package/dist/react-native/operations/fqdnListLocalRulestack.js +350 -0
  465. package/dist/react-native/operations/fqdnListLocalRulestack.js.map +1 -0
  466. package/dist/react-native/operations/globalRulestack.d.ts +134 -0
  467. package/dist/react-native/operations/globalRulestack.d.ts.map +1 -0
  468. package/dist/react-native/operations/globalRulestack.js +607 -0
  469. package/dist/react-native/operations/globalRulestack.js.map +1 -0
  470. package/dist/react-native/operations/index.d.ts +15 -0
  471. package/dist/react-native/operations/index.d.ts.map +1 -0
  472. package/dist/react-native/operations/index.js +22 -0
  473. package/dist/react-native/operations/index.js.map +1 -0
  474. package/dist/react-native/operations/localRules.d.ts +105 -0
  475. package/dist/react-native/operations/localRules.d.ts.map +1 -0
  476. package/dist/react-native/operations/localRules.js +450 -0
  477. package/dist/react-native/operations/localRules.js.map +1 -0
  478. package/dist/react-native/operations/localRulestacks.d.ts +178 -0
  479. package/dist/react-native/operations/localRulestacks.d.ts.map +1 -0
  480. package/dist/react-native/operations/localRulestacks.js +841 -0
  481. package/dist/react-native/operations/localRulestacks.js.map +1 -0
  482. package/dist/react-native/operations/operations.d.ts +32 -0
  483. package/dist/react-native/operations/operations.d.ts.map +1 -0
  484. package/dist/react-native/operations/operations.js +133 -0
  485. package/dist/react-native/operations/operations.js.map +1 -0
  486. package/dist/react-native/operations/postRules.d.ts +94 -0
  487. package/dist/react-native/operations/postRules.d.ts.map +1 -0
  488. package/dist/react-native/operations/postRules.js +414 -0
  489. package/dist/react-native/operations/postRules.js.map +1 -0
  490. package/dist/react-native/operations/preRules.d.ts +94 -0
  491. package/dist/react-native/operations/preRules.d.ts.map +1 -0
  492. package/dist/react-native/operations/preRules.js +414 -0
  493. package/dist/react-native/operations/preRules.js.map +1 -0
  494. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts +73 -0
  495. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts.map +1 -0
  496. package/dist/react-native/operations/prefixListGlobalRulestack.js +329 -0
  497. package/dist/react-native/operations/prefixListGlobalRulestack.js.map +1 -0
  498. package/dist/react-native/operations/prefixListLocalRulestack.d.ts +81 -0
  499. package/dist/react-native/operations/prefixListLocalRulestack.d.ts.map +1 -0
  500. package/dist/react-native/operations/prefixListLocalRulestack.js +350 -0
  501. package/dist/react-native/operations/prefixListLocalRulestack.js.map +1 -0
  502. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
  503. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
  504. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js +9 -0
  505. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
  506. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
  507. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
  508. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js +9 -0
  509. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
  510. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts +20 -0
  511. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts.map +1 -0
  512. package/dist/react-native/operationsInterfaces/firewallStatus.js +9 -0
  513. package/dist/react-native/operationsInterfaces/firewallStatus.js.map +1 -0
  514. package/dist/react-native/operationsInterfaces/firewalls.d.ts +91 -0
  515. package/dist/react-native/operationsInterfaces/firewalls.d.ts.map +1 -0
  516. package/dist/react-native/operationsInterfaces/firewalls.js +9 -0
  517. package/dist/react-native/operationsInterfaces/firewalls.js.map +1 -0
  518. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
  519. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
  520. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js +9 -0
  521. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
  522. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
  523. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
  524. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js +9 -0
  525. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
  526. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts +113 -0
  527. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts.map +1 -0
  528. package/dist/react-native/operationsInterfaces/globalRulestack.js +9 -0
  529. package/dist/react-native/operationsInterfaces/globalRulestack.js.map +1 -0
  530. package/dist/react-native/operationsInterfaces/index.d.ts +15 -0
  531. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  532. package/dist/react-native/operationsInterfaces/index.js +22 -0
  533. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  534. package/dist/react-native/operationsInterfaces/localRules.d.ts +80 -0
  535. package/dist/react-native/operationsInterfaces/localRules.d.ts.map +1 -0
  536. package/dist/react-native/operationsInterfaces/localRules.js +9 -0
  537. package/dist/react-native/operationsInterfaces/localRules.js.map +1 -0
  538. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts +142 -0
  539. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts.map +1 -0
  540. package/dist/react-native/operationsInterfaces/localRulestacks.js +9 -0
  541. package/dist/react-native/operationsInterfaces/localRulestacks.js.map +1 -0
  542. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  543. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  544. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  545. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  546. package/dist/react-native/operationsInterfaces/postRules.d.ts +71 -0
  547. package/dist/react-native/operationsInterfaces/postRules.d.ts.map +1 -0
  548. package/dist/react-native/operationsInterfaces/postRules.js +9 -0
  549. package/dist/react-native/operationsInterfaces/postRules.js.map +1 -0
  550. package/dist/react-native/operationsInterfaces/preRules.d.ts +71 -0
  551. package/dist/react-native/operationsInterfaces/preRules.d.ts.map +1 -0
  552. package/dist/react-native/operationsInterfaces/preRules.js +9 -0
  553. package/dist/react-native/operationsInterfaces/preRules.js.map +1 -0
  554. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
  555. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
  556. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js +9 -0
  557. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
  558. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
  559. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
  560. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js +9 -0
  561. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
  562. package/dist/react-native/package.json +3 -0
  563. package/dist/react-native/pagingHelper.d.ts +13 -0
  564. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  565. package/dist/react-native/pagingHelper.js +32 -0
  566. package/dist/react-native/pagingHelper.js.map +1 -0
  567. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts +34 -0
  568. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts.map +1 -0
  569. package/dist/react-native/paloAltoNetworksCloudngfw.js +108 -0
  570. package/dist/react-native/paloAltoNetworksCloudngfw.js.map +1 -0
  571. package/package.json +70 -41
  572. package/dist/index.js +0 -9882
  573. package/dist/index.js.map +0 -1
  574. package/dist/index.min.js +0 -1
  575. package/dist/index.min.js.map +0 -1
  576. package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.js +0 -56
  579. package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.js.map +0 -1
  580. package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.js +0 -52
  583. package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.js.map +0 -1
  584. package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.js +0 -52
  587. package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.js.map +0 -1
  588. package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.js +0 -82
  591. package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.js.map +0 -1
  592. package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.js +0 -60
  595. package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.js.map +0 -1
  596. package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.js +0 -56
  599. package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.js.map +0 -1
  600. package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.js +0 -56
  603. package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.js.map +0 -1
  604. package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.js +0 -86
  607. package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.js.map +0 -1
  608. package/dist-esm/samples-dev/firewallStatusGetSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/firewallStatusGetSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/firewallStatusGetSample.js +0 -54
  611. package/dist-esm/samples-dev/firewallStatusGetSample.js.map +0 -1
  612. package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.js +0 -86
  615. package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.js.map +0 -1
  616. package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.js +0 -179
  619. package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.js.map +0 -1
  620. package/dist-esm/samples-dev/firewallsDeleteSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/firewallsDeleteSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/firewallsDeleteSample.js +0 -54
  623. package/dist-esm/samples-dev/firewallsDeleteSample.js.map +0 -1
  624. package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.js +0 -54
  627. package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.js.map +0 -1
  628. package/dist-esm/samples-dev/firewallsGetLogProfileSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/firewallsGetLogProfileSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/firewallsGetLogProfileSample.js +0 -54
  631. package/dist-esm/samples-dev/firewallsGetLogProfileSample.js.map +0 -1
  632. package/dist-esm/samples-dev/firewallsGetSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/firewallsGetSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/firewallsGetSample.js +0 -54
  635. package/dist-esm/samples-dev/firewallsGetSample.js.map +0 -1
  636. package/dist-esm/samples-dev/firewallsGetSupportInfoSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/firewallsGetSupportInfoSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/firewallsGetSupportInfoSample.js +0 -49
  639. package/dist-esm/samples-dev/firewallsGetSupportInfoSample.js.map +0 -1
  640. package/dist-esm/samples-dev/firewallsListByResourceGroupSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/firewallsListByResourceGroupSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/firewallsListByResourceGroupSample.js +0 -84
  643. package/dist-esm/samples-dev/firewallsListByResourceGroupSample.js.map +0 -1
  644. package/dist-esm/samples-dev/firewallsListBySubscriptionSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/firewallsListBySubscriptionSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/firewallsListBySubscriptionSample.js +0 -82
  647. package/dist-esm/samples-dev/firewallsListBySubscriptionSample.js.map +0 -1
  648. package/dist-esm/samples-dev/firewallsSaveLogProfileSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/firewallsSaveLogProfileSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/firewallsSaveLogProfileSample.js +0 -137
  651. package/dist-esm/samples-dev/firewallsSaveLogProfileSample.js.map +0 -1
  652. package/dist-esm/samples-dev/firewallsUpdateSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/firewallsUpdateSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/firewallsUpdateSample.js +0 -161
  655. package/dist-esm/samples-dev/firewallsUpdateSample.js.map +0 -1
  656. package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.js +0 -55
  659. package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.js.map +0 -1
  660. package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.js +0 -52
  663. package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.js.map +0 -1
  664. package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.js +0 -52
  667. package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.js.map +0 -1
  668. package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.js +0 -82
  671. package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.js.map +0 -1
  672. package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.js +0 -59
  675. package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.js.map +0 -1
  676. package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.js +0 -56
  679. package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.js.map +0 -1
  680. package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.js +0 -56
  683. package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.js.map +0 -1
  684. package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.js +0 -86
  687. package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.js.map +0 -1
  688. package/dist-esm/samples-dev/globalRulestackCommitSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/globalRulestackCommitSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/globalRulestackCommitSample.js +0 -50
  691. package/dist-esm/samples-dev/globalRulestackCommitSample.js.map +0 -1
  692. package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.js +0 -71
  695. package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.js.map +0 -1
  696. package/dist-esm/samples-dev/globalRulestackDeleteSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/globalRulestackDeleteSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/globalRulestackDeleteSample.js +0 -50
  699. package/dist-esm/samples-dev/globalRulestackDeleteSample.js.map +0 -1
  700. package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.js +0 -50
  703. package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.js.map +0 -1
  704. package/dist-esm/samples-dev/globalRulestackGetSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/globalRulestackGetSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/globalRulestackGetSample.js +0 -50
  707. package/dist-esm/samples-dev/globalRulestackGetSample.js.map +0 -1
  708. package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.js +0 -51
  711. package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.js.map +0 -1
  712. package/dist-esm/samples-dev/globalRulestackListAppIdsSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/globalRulestackListAppIdsSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/globalRulestackListAppIdsSample.js +0 -53
  715. package/dist-esm/samples-dev/globalRulestackListAppIdsSample.js.map +0 -1
  716. package/dist-esm/samples-dev/globalRulestackListCountriesSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/globalRulestackListCountriesSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/globalRulestackListCountriesSample.js +0 -46
  719. package/dist-esm/samples-dev/globalRulestackListCountriesSample.js.map +0 -1
  720. package/dist-esm/samples-dev/globalRulestackListFirewallsSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/globalRulestackListFirewallsSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/globalRulestackListFirewallsSample.js +0 -50
  723. package/dist-esm/samples-dev/globalRulestackListFirewallsSample.js.map +0 -1
  724. package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.js +0 -49
  727. package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.js.map +0 -1
  728. package/dist-esm/samples-dev/globalRulestackListSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/globalRulestackListSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/globalRulestackListSample.js +0 -80
  731. package/dist-esm/samples-dev/globalRulestackListSample.js.map +0 -1
  732. package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.js +0 -51
  735. package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.js.map +0 -1
  736. package/dist-esm/samples-dev/globalRulestackRevertSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/globalRulestackRevertSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/globalRulestackRevertSample.js +0 -50
  739. package/dist-esm/samples-dev/globalRulestackRevertSample.js.map +0 -1
  740. package/dist-esm/samples-dev/globalRulestackUpdateSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/globalRulestackUpdateSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/globalRulestackUpdateSample.js +0 -72
  743. package/dist-esm/samples-dev/globalRulestackUpdateSample.js.map +0 -1
  744. package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.js +0 -82
  747. package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.js.map +0 -1
  748. package/dist-esm/samples-dev/localRulesDeleteSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/localRulesDeleteSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/localRulesDeleteSample.js +0 -56
  751. package/dist-esm/samples-dev/localRulesDeleteSample.js.map +0 -1
  752. package/dist-esm/samples-dev/localRulesGetCountersSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/localRulesGetCountersSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/localRulesGetCountersSample.js +0 -51
  755. package/dist-esm/samples-dev/localRulesGetCountersSample.js.map +0 -1
  756. package/dist-esm/samples-dev/localRulesGetSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/localRulesGetSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/localRulesGetSample.js +0 -56
  759. package/dist-esm/samples-dev/localRulesGetSample.js.map +0 -1
  760. package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.js +0 -86
  763. package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.js.map +0 -1
  764. package/dist-esm/samples-dev/localRulesRefreshCountersSample.d.ts +0 -2
  765. package/dist-esm/samples-dev/localRulesRefreshCountersSample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/localRulesRefreshCountersSample.js +0 -51
  767. package/dist-esm/samples-dev/localRulesRefreshCountersSample.js.map +0 -1
  768. package/dist-esm/samples-dev/localRulesResetCountersSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/localRulesResetCountersSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/localRulesResetCountersSample.js +0 -51
  771. package/dist-esm/samples-dev/localRulesResetCountersSample.js.map +0 -1
  772. package/dist-esm/samples-dev/localRulestacksCommitSample.d.ts +0 -2
  773. package/dist-esm/samples-dev/localRulestacksCommitSample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/localRulestacksCommitSample.js +0 -54
  775. package/dist-esm/samples-dev/localRulestacksCommitSample.js.map +0 -1
  776. package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.js +0 -76
  779. package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.js.map +0 -1
  780. package/dist-esm/samples-dev/localRulestacksDeleteSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/localRulestacksDeleteSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/localRulestacksDeleteSample.js +0 -54
  783. package/dist-esm/samples-dev/localRulestacksDeleteSample.js.map +0 -1
  784. package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.js +0 -54
  787. package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.js.map +0 -1
  788. package/dist-esm/samples-dev/localRulestacksGetSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/localRulestacksGetSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/localRulestacksGetSample.js +0 -54
  791. package/dist-esm/samples-dev/localRulestacksGetSample.js.map +0 -1
  792. package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.d.ts +0 -2
  793. package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.d.ts.map +0 -1
  794. package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.js +0 -49
  795. package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.js.map +0 -1
  796. package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.d.ts +0 -2
  797. package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.d.ts.map +0 -1
  798. package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.js +0 -55
  799. package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.js.map +0 -1
  800. package/dist-esm/samples-dev/localRulestacksListAppIdsSample.d.ts +0 -2
  801. package/dist-esm/samples-dev/localRulestacksListAppIdsSample.d.ts.map +0 -1
  802. package/dist-esm/samples-dev/localRulestacksListAppIdsSample.js +0 -57
  803. package/dist-esm/samples-dev/localRulestacksListAppIdsSample.js.map +0 -1
  804. package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.d.ts +0 -2
  805. package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.d.ts.map +0 -1
  806. package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.js +0 -84
  807. package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.js.map +0 -1
  808. package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.d.ts +0 -2
  809. package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.d.ts.map +0 -1
  810. package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.js +0 -82
  811. package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.js.map +0 -1
  812. package/dist-esm/samples-dev/localRulestacksListCountriesSample.d.ts +0 -2
  813. package/dist-esm/samples-dev/localRulestacksListCountriesSample.d.ts.map +0 -1
  814. package/dist-esm/samples-dev/localRulestacksListCountriesSample.js +0 -50
  815. package/dist-esm/samples-dev/localRulestacksListCountriesSample.js.map +0 -1
  816. package/dist-esm/samples-dev/localRulestacksListFirewallsSample.d.ts +0 -2
  817. package/dist-esm/samples-dev/localRulestacksListFirewallsSample.d.ts.map +0 -1
  818. package/dist-esm/samples-dev/localRulestacksListFirewallsSample.js +0 -54
  819. package/dist-esm/samples-dev/localRulestacksListFirewallsSample.js.map +0 -1
  820. package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.d.ts +0 -2
  821. package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.d.ts.map +0 -1
  822. package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.js +0 -53
  823. package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.js.map +0 -1
  824. package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.d.ts +0 -2
  825. package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.d.ts.map +0 -1
  826. package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.js +0 -55
  827. package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.js.map +0 -1
  828. package/dist-esm/samples-dev/localRulestacksRevertSample.d.ts +0 -2
  829. package/dist-esm/samples-dev/localRulestacksRevertSample.d.ts.map +0 -1
  830. package/dist-esm/samples-dev/localRulestacksRevertSample.js +0 -54
  831. package/dist-esm/samples-dev/localRulestacksRevertSample.js.map +0 -1
  832. package/dist-esm/samples-dev/localRulestacksUpdateSample.d.ts +0 -2
  833. package/dist-esm/samples-dev/localRulestacksUpdateSample.d.ts.map +0 -1
  834. package/dist-esm/samples-dev/localRulestacksUpdateSample.js +0 -76
  835. package/dist-esm/samples-dev/localRulestacksUpdateSample.js.map +0 -1
  836. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  837. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  838. package/dist-esm/samples-dev/operationsListSample.js +0 -82
  839. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  840. package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.d.ts +0 -2
  841. package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.d.ts.map +0 -1
  842. package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.js +0 -78
  843. package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.js.map +0 -1
  844. package/dist-esm/samples-dev/postRulesDeleteSample.d.ts +0 -2
  845. package/dist-esm/samples-dev/postRulesDeleteSample.d.ts.map +0 -1
  846. package/dist-esm/samples-dev/postRulesDeleteSample.js +0 -52
  847. package/dist-esm/samples-dev/postRulesDeleteSample.js.map +0 -1
  848. package/dist-esm/samples-dev/postRulesGetCountersSample.d.ts +0 -2
  849. package/dist-esm/samples-dev/postRulesGetCountersSample.d.ts.map +0 -1
  850. package/dist-esm/samples-dev/postRulesGetCountersSample.js +0 -47
  851. package/dist-esm/samples-dev/postRulesGetCountersSample.js.map +0 -1
  852. package/dist-esm/samples-dev/postRulesGetSample.d.ts +0 -2
  853. package/dist-esm/samples-dev/postRulesGetSample.d.ts.map +0 -1
  854. package/dist-esm/samples-dev/postRulesGetSample.js +0 -52
  855. package/dist-esm/samples-dev/postRulesGetSample.js.map +0 -1
  856. package/dist-esm/samples-dev/postRulesListSample.d.ts +0 -2
  857. package/dist-esm/samples-dev/postRulesListSample.d.ts.map +0 -1
  858. package/dist-esm/samples-dev/postRulesListSample.js +0 -82
  859. package/dist-esm/samples-dev/postRulesListSample.js.map +0 -1
  860. package/dist-esm/samples-dev/postRulesRefreshCountersSample.d.ts +0 -2
  861. package/dist-esm/samples-dev/postRulesRefreshCountersSample.d.ts.map +0 -1
  862. package/dist-esm/samples-dev/postRulesRefreshCountersSample.js +0 -47
  863. package/dist-esm/samples-dev/postRulesRefreshCountersSample.js.map +0 -1
  864. package/dist-esm/samples-dev/postRulesResetCountersSample.d.ts +0 -2
  865. package/dist-esm/samples-dev/postRulesResetCountersSample.d.ts.map +0 -1
  866. package/dist-esm/samples-dev/postRulesResetCountersSample.js +0 -47
  867. package/dist-esm/samples-dev/postRulesResetCountersSample.js.map +0 -1
  868. package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.d.ts +0 -2
  869. package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.d.ts.map +0 -1
  870. package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.js +0 -78
  871. package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.js.map +0 -1
  872. package/dist-esm/samples-dev/preRulesDeleteSample.d.ts +0 -2
  873. package/dist-esm/samples-dev/preRulesDeleteSample.d.ts.map +0 -1
  874. package/dist-esm/samples-dev/preRulesDeleteSample.js +0 -52
  875. package/dist-esm/samples-dev/preRulesDeleteSample.js.map +0 -1
  876. package/dist-esm/samples-dev/preRulesGetCountersSample.d.ts +0 -2
  877. package/dist-esm/samples-dev/preRulesGetCountersSample.d.ts.map +0 -1
  878. package/dist-esm/samples-dev/preRulesGetCountersSample.js +0 -47
  879. package/dist-esm/samples-dev/preRulesGetCountersSample.js.map +0 -1
  880. package/dist-esm/samples-dev/preRulesGetSample.d.ts +0 -2
  881. package/dist-esm/samples-dev/preRulesGetSample.d.ts.map +0 -1
  882. package/dist-esm/samples-dev/preRulesGetSample.js +0 -52
  883. package/dist-esm/samples-dev/preRulesGetSample.js.map +0 -1
  884. package/dist-esm/samples-dev/preRulesListSample.d.ts +0 -2
  885. package/dist-esm/samples-dev/preRulesListSample.d.ts.map +0 -1
  886. package/dist-esm/samples-dev/preRulesListSample.js +0 -82
  887. package/dist-esm/samples-dev/preRulesListSample.js.map +0 -1
  888. package/dist-esm/samples-dev/preRulesRefreshCountersSample.d.ts +0 -2
  889. package/dist-esm/samples-dev/preRulesRefreshCountersSample.d.ts.map +0 -1
  890. package/dist-esm/samples-dev/preRulesRefreshCountersSample.js +0 -47
  891. package/dist-esm/samples-dev/preRulesRefreshCountersSample.js.map +0 -1
  892. package/dist-esm/samples-dev/preRulesResetCountersSample.d.ts +0 -2
  893. package/dist-esm/samples-dev/preRulesResetCountersSample.d.ts.map +0 -1
  894. package/dist-esm/samples-dev/preRulesResetCountersSample.js +0 -47
  895. package/dist-esm/samples-dev/preRulesResetCountersSample.js.map +0 -1
  896. package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
  897. package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  898. package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.js +0 -55
  899. package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.js.map +0 -1
  900. package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.d.ts +0 -2
  901. package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.d.ts.map +0 -1
  902. package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.js +0 -52
  903. package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.js.map +0 -1
  904. package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.d.ts +0 -2
  905. package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.d.ts.map +0 -1
  906. package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.js +0 -52
  907. package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.js.map +0 -1
  908. package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.d.ts +0 -2
  909. package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.d.ts.map +0 -1
  910. package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.js +0 -82
  911. package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.js.map +0 -1
  912. package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.d.ts +0 -2
  913. package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  914. package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.js +0 -57
  915. package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.js.map +0 -1
  916. package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.d.ts +0 -2
  917. package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.d.ts.map +0 -1
  918. package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.js +0 -56
  919. package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.js.map +0 -1
  920. package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.d.ts +0 -2
  921. package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.d.ts.map +0 -1
  922. package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.js +0 -56
  923. package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.js.map +0 -1
  924. package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
  925. package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
  926. package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.js +0 -86
  927. package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.js.map +0 -1
  928. package/dist-esm/src/index.d.ts +0 -5
  929. package/dist-esm/src/index.d.ts.map +0 -1
  930. package/dist-esm/src/index.js +0 -13
  931. package/dist-esm/src/index.js.map +0 -1
  932. package/dist-esm/src/lroImpl.js.map +0 -1
  933. package/dist-esm/src/models/index.js.map +0 -1
  934. package/dist-esm/src/models/mappers.js.map +0 -1
  935. package/dist-esm/src/models/parameters.js +0 -279
  936. package/dist-esm/src/models/parameters.js.map +0 -1
  937. package/dist-esm/src/operations/certificateObjectGlobalRulestack.d.ts +0 -73
  938. package/dist-esm/src/operations/certificateObjectGlobalRulestack.d.ts.map +0 -1
  939. package/dist-esm/src/operations/certificateObjectGlobalRulestack.js +0 -337
  940. package/dist-esm/src/operations/certificateObjectGlobalRulestack.js.map +0 -1
  941. package/dist-esm/src/operations/certificateObjectLocalRulestack.d.ts +0 -81
  942. package/dist-esm/src/operations/certificateObjectLocalRulestack.d.ts.map +0 -1
  943. package/dist-esm/src/operations/certificateObjectLocalRulestack.js +0 -358
  944. package/dist-esm/src/operations/certificateObjectLocalRulestack.js.map +0 -1
  945. package/dist-esm/src/operations/firewallStatus.d.ts +0 -45
  946. package/dist-esm/src/operations/firewallStatus.d.ts.map +0 -1
  947. package/dist-esm/src/operations/firewallStatus.js +0 -180
  948. package/dist-esm/src/operations/firewallStatus.js.map +0 -1
  949. package/dist-esm/src/operations/firewalls.d.ts +0 -127
  950. package/dist-esm/src/operations/firewalls.d.ts.map +0 -1
  951. package/dist-esm/src/operations/firewalls.js +0 -609
  952. package/dist-esm/src/operations/firewalls.js.map +0 -1
  953. package/dist-esm/src/operations/fqdnListGlobalRulestack.d.ts +0 -73
  954. package/dist-esm/src/operations/fqdnListGlobalRulestack.d.ts.map +0 -1
  955. package/dist-esm/src/operations/fqdnListGlobalRulestack.js +0 -337
  956. package/dist-esm/src/operations/fqdnListGlobalRulestack.js.map +0 -1
  957. package/dist-esm/src/operations/fqdnListLocalRulestack.d.ts +0 -81
  958. package/dist-esm/src/operations/fqdnListLocalRulestack.d.ts.map +0 -1
  959. package/dist-esm/src/operations/fqdnListLocalRulestack.js +0 -358
  960. package/dist-esm/src/operations/fqdnListLocalRulestack.js.map +0 -1
  961. package/dist-esm/src/operations/globalRulestack.d.ts +0 -134
  962. package/dist-esm/src/operations/globalRulestack.d.ts.map +0 -1
  963. package/dist-esm/src/operations/globalRulestack.js +0 -619
  964. package/dist-esm/src/operations/globalRulestack.js.map +0 -1
  965. package/dist-esm/src/operations/index.d.ts +0 -15
  966. package/dist-esm/src/operations/index.d.ts.map +0 -1
  967. package/dist-esm/src/operations/index.js +0 -22
  968. package/dist-esm/src/operations/index.js.map +0 -1
  969. package/dist-esm/src/operations/localRules.d.ts +0 -105
  970. package/dist-esm/src/operations/localRules.d.ts.map +0 -1
  971. package/dist-esm/src/operations/localRules.js +0 -458
  972. package/dist-esm/src/operations/localRules.js.map +0 -1
  973. package/dist-esm/src/operations/localRulestacks.d.ts +0 -178
  974. package/dist-esm/src/operations/localRulestacks.d.ts.map +0 -1
  975. package/dist-esm/src/operations/localRulestacks.js +0 -853
  976. package/dist-esm/src/operations/localRulestacks.js.map +0 -1
  977. package/dist-esm/src/operations/operations.d.ts +0 -32
  978. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  979. package/dist-esm/src/operations/operations.js +0 -133
  980. package/dist-esm/src/operations/operations.js.map +0 -1
  981. package/dist-esm/src/operations/postRules.d.ts +0 -94
  982. package/dist-esm/src/operations/postRules.d.ts.map +0 -1
  983. package/dist-esm/src/operations/postRules.js +0 -422
  984. package/dist-esm/src/operations/postRules.js.map +0 -1
  985. package/dist-esm/src/operations/preRules.d.ts +0 -94
  986. package/dist-esm/src/operations/preRules.d.ts.map +0 -1
  987. package/dist-esm/src/operations/preRules.js +0 -422
  988. package/dist-esm/src/operations/preRules.js.map +0 -1
  989. package/dist-esm/src/operations/prefixListGlobalRulestack.d.ts +0 -73
  990. package/dist-esm/src/operations/prefixListGlobalRulestack.d.ts.map +0 -1
  991. package/dist-esm/src/operations/prefixListGlobalRulestack.js +0 -337
  992. package/dist-esm/src/operations/prefixListGlobalRulestack.js.map +0 -1
  993. package/dist-esm/src/operations/prefixListLocalRulestack.d.ts +0 -81
  994. package/dist-esm/src/operations/prefixListLocalRulestack.d.ts.map +0 -1
  995. package/dist-esm/src/operations/prefixListLocalRulestack.js +0 -358
  996. package/dist-esm/src/operations/prefixListLocalRulestack.js.map +0 -1
  997. package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +0 -50
  998. package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +0 -1
  999. package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.js.map +0 -1
  1000. package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.d.ts +0 -56
  1001. package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +0 -1
  1002. package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.js.map +0 -1
  1003. package/dist-esm/src/operationsInterfaces/firewallStatus.d.ts +0 -20
  1004. package/dist-esm/src/operationsInterfaces/firewallStatus.d.ts.map +0 -1
  1005. package/dist-esm/src/operationsInterfaces/firewallStatus.js.map +0 -1
  1006. package/dist-esm/src/operationsInterfaces/firewalls.d.ts +0 -91
  1007. package/dist-esm/src/operationsInterfaces/firewalls.d.ts.map +0 -1
  1008. package/dist-esm/src/operationsInterfaces/firewalls.js.map +0 -1
  1009. package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.d.ts +0 -50
  1010. package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +0 -1
  1011. package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.js.map +0 -1
  1012. package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.d.ts +0 -56
  1013. package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +0 -1
  1014. package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.js.map +0 -1
  1015. package/dist-esm/src/operationsInterfaces/globalRulestack.d.ts +0 -113
  1016. package/dist-esm/src/operationsInterfaces/globalRulestack.d.ts.map +0 -1
  1017. package/dist-esm/src/operationsInterfaces/globalRulestack.js.map +0 -1
  1018. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
  1019. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1020. package/dist-esm/src/operationsInterfaces/index.js +0 -22
  1021. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1022. package/dist-esm/src/operationsInterfaces/localRules.d.ts +0 -80
  1023. package/dist-esm/src/operationsInterfaces/localRules.d.ts.map +0 -1
  1024. package/dist-esm/src/operationsInterfaces/localRules.js.map +0 -1
  1025. package/dist-esm/src/operationsInterfaces/localRulestacks.d.ts +0 -142
  1026. package/dist-esm/src/operationsInterfaces/localRulestacks.d.ts.map +0 -1
  1027. package/dist-esm/src/operationsInterfaces/localRulestacks.js.map +0 -1
  1028. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1029. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1030. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1031. package/dist-esm/src/operationsInterfaces/postRules.d.ts +0 -71
  1032. package/dist-esm/src/operationsInterfaces/postRules.d.ts.map +0 -1
  1033. package/dist-esm/src/operationsInterfaces/postRules.js.map +0 -1
  1034. package/dist-esm/src/operationsInterfaces/preRules.d.ts +0 -71
  1035. package/dist-esm/src/operationsInterfaces/preRules.d.ts.map +0 -1
  1036. package/dist-esm/src/operationsInterfaces/preRules.js.map +0 -1
  1037. package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.d.ts +0 -50
  1038. package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +0 -1
  1039. package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.js.map +0 -1
  1040. package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.d.ts +0 -56
  1041. package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.d.ts.map +0 -1
  1042. package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.js.map +0 -1
  1043. package/dist-esm/src/pagingHelper.js.map +0 -1
  1044. package/dist-esm/src/paloAltoNetworksCloudngfw.d.ts +0 -34
  1045. package/dist-esm/src/paloAltoNetworksCloudngfw.d.ts.map +0 -1
  1046. package/dist-esm/src/paloAltoNetworksCloudngfw.js +0 -111
  1047. package/dist-esm/src/paloAltoNetworksCloudngfw.js.map +0 -1
  1048. package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.d.ts +0 -4
  1049. package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.d.ts.map +0 -1
  1050. package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.js +0 -115
  1051. package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.js.map +0 -1
  1052. package/src/index.ts +0 -13
  1053. package/src/lroImpl.ts +0 -38
  1054. package/src/models/index.ts +0 -2704
  1055. package/src/models/mappers.ts +0 -3615
  1056. package/src/models/parameters.ts +0 -337
  1057. package/src/operations/certificateObjectGlobalRulestack.ts +0 -451
  1058. package/src/operations/certificateObjectLocalRulestack.ts +0 -503
  1059. package/src/operations/firewallStatus.ts +0 -243
  1060. package/src/operations/firewalls.ts +0 -797
  1061. package/src/operations/fqdnListGlobalRulestack.ts +0 -450
  1062. package/src/operations/fqdnListLocalRulestack.ts +0 -502
  1063. package/src/operations/globalRulestack.ts +0 -828
  1064. package/src/operations/index.ts +0 -22
  1065. package/src/operations/localRules.ts +0 -637
  1066. package/src/operations/localRulestacks.ts +0 -1129
  1067. package/src/operations/operations.ts +0 -149
  1068. package/src/operations/postRules.ts +0 -571
  1069. package/src/operations/preRules.ts +0 -571
  1070. package/src/operations/prefixListGlobalRulestack.ts +0 -451
  1071. package/src/operations/prefixListLocalRulestack.ts +0 -502
  1072. package/src/operationsInterfaces/certificateObjectGlobalRulestack.ts +0 -97
  1073. package/src/operationsInterfaces/certificateObjectLocalRulestack.ts +0 -109
  1074. package/src/operationsInterfaces/firewallStatus.ts +0 -42
  1075. package/src/operationsInterfaces/firewalls.ts +0 -172
  1076. package/src/operationsInterfaces/fqdnListGlobalRulestack.ts +0 -97
  1077. package/src/operationsInterfaces/fqdnListLocalRulestack.ts +0 -109
  1078. package/src/operationsInterfaces/globalRulestack.ts +0 -211
  1079. package/src/operationsInterfaces/index.ts +0 -22
  1080. package/src/operationsInterfaces/localRules.ts +0 -153
  1081. package/src/operationsInterfaces/localRulestacks.ts +0 -266
  1082. package/src/operationsInterfaces/operations.ts +0 -22
  1083. package/src/operationsInterfaces/postRules.ts +0 -135
  1084. package/src/operationsInterfaces/preRules.ts +0 -135
  1085. package/src/operationsInterfaces/prefixListGlobalRulestack.ts +0 -97
  1086. package/src/operationsInterfaces/prefixListLocalRulestack.ts +0 -109
  1087. package/src/pagingHelper.ts +0 -39
  1088. package/src/paloAltoNetworksCloudngfw.ts +0 -214
  1089. package/tsconfig.json +0 -33
  1090. package/types/arm-paloaltonetworksngfw.d.ts +0 -3575
  1091. package/types/tsdoc-metadata.json +0 -11
  1092. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1093. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1094. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1095. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1096. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1097. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1098. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1099. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1100. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1101. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1102. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1103. /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateObjectGlobalRulestack.js +0 -0
  1104. /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateObjectLocalRulestack.js +0 -0
  1105. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallStatus.js +0 -0
  1106. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewalls.js +0 -0
  1107. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fqdnListGlobalRulestack.js +0 -0
  1108. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fqdnListLocalRulestack.js +0 -0
  1109. /package/{dist-esm/src → dist/browser}/operationsInterfaces/globalRulestack.js +0 -0
  1110. /package/{dist-esm/src → dist/browser}/operationsInterfaces/localRules.js +0 -0
  1111. /package/{dist-esm/src → dist/browser}/operationsInterfaces/localRulestacks.js +0 -0
  1112. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1113. /package/{dist-esm/src → dist/browser}/operationsInterfaces/postRules.js +0 -0
  1114. /package/{dist-esm/src → dist/browser}/operationsInterfaces/preRules.js +0 -0
  1115. /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixListGlobalRulestack.js +0 -0
  1116. /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixListLocalRulestack.js +0 -0
  1117. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1118. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1119. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1,2327 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The response of a GlobalRulestackResource list operation. */
3
+ export interface GlobalRulestackResourceListResult {
4
+ /** The items on this page */
5
+ value: GlobalRulestackResource[];
6
+ /** The link to the next page of items */
7
+ nextLink?: string;
8
+ }
9
+ /** security services */
10
+ export interface SecurityServices {
11
+ /** IPs Vulnerability Profile Data */
12
+ vulnerabilityProfile?: string;
13
+ /** Anti spyware Profile data */
14
+ antiSpywareProfile?: string;
15
+ /** anti virus profile data */
16
+ antiVirusProfile?: string;
17
+ /** URL filtering profile data */
18
+ urlFilteringProfile?: string;
19
+ /** File blocking profile data */
20
+ fileBlockingProfile?: string;
21
+ /** DNS Subscription profile data */
22
+ dnsSubscription?: string;
23
+ /** Untrusted Egress Decryption profile data */
24
+ outboundUnTrustCertificate?: string;
25
+ /** Trusted Egress Decryption profile data */
26
+ outboundTrustCertificate?: string;
27
+ }
28
+ /** The properties of the managed service identities assigned to this resource. */
29
+ export interface AzureResourceManagerManagedIdentityProperties {
30
+ /**
31
+ * The Active Directory tenant id of the principal.
32
+ * NOTE: This property will not be serialized. It can only be populated by the server.
33
+ */
34
+ readonly tenantId?: string;
35
+ /**
36
+ * The active directory identifier of this principal.
37
+ * NOTE: This property will not be serialized. It can only be populated by the server.
38
+ */
39
+ readonly principalId?: string;
40
+ /** The type of managed identity assigned to this resource. */
41
+ type: ManagedIdentityType;
42
+ /** The identities assigned to this resource by the user. */
43
+ userAssignedIdentities?: {
44
+ [propertyName: string]: AzureResourceManagerUserAssignedIdentity;
45
+ };
46
+ }
47
+ /** A managed identity assigned by the user. */
48
+ export interface AzureResourceManagerUserAssignedIdentity {
49
+ /** The active directory client identifier for this principal. */
50
+ clientId?: string;
51
+ /** The active directory identifier for this principal. */
52
+ principalId?: string;
53
+ }
54
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
55
+ export interface Resource {
56
+ /**
57
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
58
+ * NOTE: This property will not be serialized. It can only be populated by the server.
59
+ */
60
+ readonly id?: string;
61
+ /**
62
+ * The name of the resource
63
+ * NOTE: This property will not be serialized. It can only be populated by the server.
64
+ */
65
+ readonly name?: string;
66
+ /**
67
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
68
+ * NOTE: This property will not be serialized. It can only be populated by the server.
69
+ */
70
+ readonly type?: string;
71
+ /**
72
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
73
+ * NOTE: This property will not be serialized. It can only be populated by the server.
74
+ */
75
+ readonly systemData?: SystemData;
76
+ }
77
+ /** Metadata pertaining to creation and last modification of the resource. */
78
+ export interface SystemData {
79
+ /** The identity that created the resource. */
80
+ createdBy?: string;
81
+ /** The type of identity that created the resource. */
82
+ createdByType?: CreatedByType;
83
+ /** The timestamp of resource creation (UTC). */
84
+ createdAt?: Date;
85
+ /** The identity that last modified the resource. */
86
+ lastModifiedBy?: string;
87
+ /** The type of identity that last modified the resource. */
88
+ lastModifiedByType?: CreatedByType;
89
+ /** The timestamp of resource last modification (UTC) */
90
+ lastModifiedAt?: Date;
91
+ }
92
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
93
+ export interface ErrorResponse {
94
+ /** The error object. */
95
+ error?: ErrorDetail;
96
+ }
97
+ /** The error detail. */
98
+ export interface ErrorDetail {
99
+ /**
100
+ * The error code.
101
+ * NOTE: This property will not be serialized. It can only be populated by the server.
102
+ */
103
+ readonly code?: string;
104
+ /**
105
+ * The error message.
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly message?: string;
109
+ /**
110
+ * The error target.
111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
112
+ */
113
+ readonly target?: string;
114
+ /**
115
+ * The error details.
116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
117
+ */
118
+ readonly details?: ErrorDetail[];
119
+ /**
120
+ * The error additional info.
121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
122
+ */
123
+ readonly additionalInfo?: ErrorAdditionalInfo[];
124
+ }
125
+ /** The resource management error additional info. */
126
+ export interface ErrorAdditionalInfo {
127
+ /**
128
+ * The additional info type.
129
+ * NOTE: This property will not be serialized. It can only be populated by the server.
130
+ */
131
+ readonly type?: string;
132
+ /**
133
+ * The additional info.
134
+ * NOTE: This property will not be serialized. It can only be populated by the server.
135
+ */
136
+ readonly info?: Record<string, unknown>;
137
+ }
138
+ /** The type used for update operations of the GlobalRulestackResource. */
139
+ export interface GlobalRulestackResourceUpdate {
140
+ /** Global Location */
141
+ location?: string;
142
+ /** The managed service identities assigned to this resource. */
143
+ identity?: AzureResourceManagerManagedIdentityProperties;
144
+ /** The updatable properties of the GlobalRulestackResource. */
145
+ properties?: GlobalRulestackResourceUpdateProperties;
146
+ }
147
+ /** The updatable properties of the GlobalRulestackResource. */
148
+ export interface GlobalRulestackResourceUpdateProperties {
149
+ /** PanEtag info */
150
+ panEtag?: string;
151
+ /** Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks */
152
+ panLocation?: string;
153
+ /** Rulestack Type */
154
+ scope?: ScopeType;
155
+ /** subscription scope of global rulestack */
156
+ associatedSubscriptions?: string[];
157
+ /** rulestack description */
158
+ description?: string;
159
+ /** Mode for default rules creation */
160
+ defaultMode?: DefaultMode;
161
+ /** minimum version */
162
+ minAppIdVersion?: string;
163
+ /** Security Profile */
164
+ securityServices?: SecurityServices;
165
+ }
166
+ /** The response of a CertificateObjectGlobalRulestackResource list operation. */
167
+ export interface CertificateObjectGlobalRulestackResourceListResult {
168
+ /** The items on this page */
169
+ value: CertificateObjectGlobalRulestackResource[];
170
+ /** The link to the next page of items */
171
+ nextLink?: string;
172
+ }
173
+ /** The response of a FqdnListGlobalRulestackResource list operation. */
174
+ export interface FqdnListGlobalRulestackResourceListResult {
175
+ /** The items on this page */
176
+ value: FqdnListGlobalRulestackResource[];
177
+ /** The link to the next page of items */
178
+ nextLink?: string;
179
+ }
180
+ /** Changelog list */
181
+ export interface Changelog {
182
+ /** list of changes */
183
+ changes: string[];
184
+ /** lastCommitted timestamp */
185
+ lastCommitted?: Date;
186
+ /** lastModified timestamp */
187
+ lastModified?: Date;
188
+ }
189
+ /** advanced security object */
190
+ export interface AdvSecurityObjectListResponse {
191
+ /** response value */
192
+ value: AdvSecurityObjectModel;
193
+ /** next link */
194
+ nextLink?: string;
195
+ }
196
+ /** List of custom and predefined url category */
197
+ export interface AdvSecurityObjectModel {
198
+ /** type of object */
199
+ type?: string;
200
+ /** URL entry */
201
+ entry: NameDescriptionObject[];
202
+ }
203
+ /** object type info */
204
+ export interface NameDescriptionObject {
205
+ /** name value */
206
+ name: string;
207
+ /** description value */
208
+ description?: string;
209
+ }
210
+ export interface ListAppIdResponse {
211
+ /** List of AppIds */
212
+ value: string[];
213
+ /** next Link */
214
+ nextLink?: string;
215
+ }
216
+ /** Countries Response Object */
217
+ export interface CountriesResponse {
218
+ /** List of countries */
219
+ value: Country[];
220
+ /** next link */
221
+ nextLink?: string;
222
+ }
223
+ /** Country Description */
224
+ export interface Country {
225
+ /** country code */
226
+ code: string;
227
+ /** code description */
228
+ description?: string;
229
+ }
230
+ /** List firewalls response */
231
+ export interface ListFirewallsResponse {
232
+ /** firewalls list */
233
+ value: string[];
234
+ /** next link */
235
+ nextLink?: string;
236
+ }
237
+ /** predefined url categories response */
238
+ export interface PredefinedUrlCategoriesResponse {
239
+ /** predefined url categories */
240
+ value: PredefinedUrlCategory[];
241
+ /** next link */
242
+ nextLink?: string;
243
+ }
244
+ /** Predefined URL category object */
245
+ export interface PredefinedUrlCategory {
246
+ action: string;
247
+ name: string;
248
+ }
249
+ /** Security services list response */
250
+ export interface SecurityServicesResponse {
251
+ /** response value */
252
+ value: SecurityServicesTypeList;
253
+ /** next link */
254
+ nextLink?: string;
255
+ }
256
+ /** Security services type list */
257
+ export interface SecurityServicesTypeList {
258
+ /** security services type */
259
+ type?: string;
260
+ /** list */
261
+ entry: NameDescriptionObject[];
262
+ }
263
+ /** The response of a PostRulesResource list operation. */
264
+ export interface PostRulesResourceListResult {
265
+ /** The items on this page */
266
+ value: PostRulesResource[];
267
+ /** The link to the next page of items */
268
+ nextLink?: string;
269
+ }
270
+ /** Address properties */
271
+ export interface SourceAddr {
272
+ /** special value 'any' */
273
+ cidrs?: string[];
274
+ /** list of countries */
275
+ countries?: string[];
276
+ /** list of feeds */
277
+ feeds?: string[];
278
+ /** prefix list */
279
+ prefixLists?: string[];
280
+ }
281
+ /** destination address */
282
+ export interface DestinationAddr {
283
+ /** special value 'any' */
284
+ cidrs?: string[];
285
+ /** list of countries */
286
+ countries?: string[];
287
+ /** list of feeds */
288
+ feeds?: string[];
289
+ /** prefix list */
290
+ prefixLists?: string[];
291
+ /** fqdn list */
292
+ fqdnLists?: string[];
293
+ }
294
+ /** URL/EDL to match */
295
+ export interface Category {
296
+ /** custom URL */
297
+ urlCustom: string[];
298
+ /** feed list */
299
+ feeds: string[];
300
+ }
301
+ /** Tag */
302
+ export interface TagInfo {
303
+ /** tag name */
304
+ key: string;
305
+ /** tag value */
306
+ value: string;
307
+ }
308
+ /** Rule counter */
309
+ export interface RuleCounter {
310
+ /** priority number */
311
+ priority: string;
312
+ /** rule Stack Name */
313
+ ruleStackName?: string;
314
+ /** rule list name */
315
+ ruleListName?: string;
316
+ /** firewall name */
317
+ firewallName?: string;
318
+ /** rule name */
319
+ ruleName: string;
320
+ /** hit count */
321
+ hitCount?: number;
322
+ /** apps seen */
323
+ appSeen?: AppSeenData;
324
+ /** timestamp of response */
325
+ timestamp?: Date;
326
+ /** timestamp of request */
327
+ requestTimestamp?: Date;
328
+ /** last updated timestamp */
329
+ lastUpdatedTimestamp?: Date;
330
+ }
331
+ /** Data Type for App Seen */
332
+ export interface AppSeenData {
333
+ /** number of rows */
334
+ count: number;
335
+ /** array of appSeen */
336
+ appSeenList: AppSeenInfo[];
337
+ }
338
+ /** Definition for App Seen */
339
+ export interface AppSeenInfo {
340
+ /** title */
341
+ title: string;
342
+ /** category */
343
+ category: string;
344
+ /** subCategory */
345
+ subCategory: string;
346
+ /** risk */
347
+ risk: string;
348
+ /** tag */
349
+ tag: string;
350
+ /** technology */
351
+ technology: string;
352
+ /** standardPorts */
353
+ standardPorts: string;
354
+ }
355
+ /** Rule counter reset */
356
+ export interface RuleCounterReset {
357
+ /**
358
+ * priority number
359
+ * NOTE: This property will not be serialized. It can only be populated by the server.
360
+ */
361
+ readonly priority?: string;
362
+ /** rule Stack Name */
363
+ ruleStackName?: string;
364
+ /** rule list name */
365
+ ruleListName?: string;
366
+ /** firewall name */
367
+ firewallName?: string;
368
+ /** rule name */
369
+ ruleName?: string;
370
+ }
371
+ /** The response of a PrefixListGlobalRulestackResource list operation. */
372
+ export interface PrefixListGlobalRulestackResourceListResult {
373
+ /** The items on this page */
374
+ value: PrefixListGlobalRulestackResource[];
375
+ /** The link to the next page of items */
376
+ nextLink?: string;
377
+ }
378
+ /** The response of a PreRulesResource list operation. */
379
+ export interface PreRulesResourceListResult {
380
+ /** The items on this page */
381
+ value: PreRulesResource[];
382
+ /** The link to the next page of items */
383
+ nextLink?: string;
384
+ }
385
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
386
+ export interface OperationListResult {
387
+ /**
388
+ * List of operations supported by the resource provider
389
+ * NOTE: This property will not be serialized. It can only be populated by the server.
390
+ */
391
+ readonly value?: Operation[];
392
+ /**
393
+ * URL to get the next set of operation list results (if there are any).
394
+ * NOTE: This property will not be serialized. It can only be populated by the server.
395
+ */
396
+ readonly nextLink?: string;
397
+ }
398
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
399
+ export interface Operation {
400
+ /**
401
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
403
+ */
404
+ readonly name?: string;
405
+ /**
406
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
408
+ */
409
+ readonly isDataAction?: boolean;
410
+ /** Localized display information for this particular operation. */
411
+ display?: OperationDisplay;
412
+ /**
413
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
414
+ * NOTE: This property will not be serialized. It can only be populated by the server.
415
+ */
416
+ readonly origin?: Origin;
417
+ /**
418
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
419
+ * NOTE: This property will not be serialized. It can only be populated by the server.
420
+ */
421
+ readonly actionType?: ActionType;
422
+ }
423
+ /** Localized display information for this particular operation. */
424
+ export interface OperationDisplay {
425
+ /**
426
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
427
+ * NOTE: This property will not be serialized. It can only be populated by the server.
428
+ */
429
+ readonly provider?: string;
430
+ /**
431
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
432
+ * NOTE: This property will not be serialized. It can only be populated by the server.
433
+ */
434
+ readonly resource?: string;
435
+ /**
436
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
437
+ * NOTE: This property will not be serialized. It can only be populated by the server.
438
+ */
439
+ readonly operation?: string;
440
+ /**
441
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
442
+ * NOTE: This property will not be serialized. It can only be populated by the server.
443
+ */
444
+ readonly description?: string;
445
+ }
446
+ /** The response of a FirewallResource list operation. */
447
+ export interface FirewallResourceListResult {
448
+ /** The items on this page */
449
+ value: FirewallResource[];
450
+ /** The link to the next page of items */
451
+ nextLink?: string;
452
+ }
453
+ /** Network settings for Firewall */
454
+ export interface NetworkProfile {
455
+ /** Vnet configurations */
456
+ vnetConfiguration?: VnetConfiguration;
457
+ /** Vwan configurations */
458
+ vwanConfiguration?: VwanConfiguration;
459
+ /** vnet or vwan, cannot be updated */
460
+ networkType: NetworkType;
461
+ /** List of IPs associated with the Firewall */
462
+ publicIps: IPAddress[];
463
+ /** Enable egress NAT, enabled by default */
464
+ enableEgressNat: EgressNat;
465
+ /** Egress nat IP to use */
466
+ egressNatIp?: IPAddress[];
467
+ /** Non-RFC 1918 address */
468
+ trustedRanges?: string[];
469
+ }
470
+ /** VnetInfo for Firewall Networking */
471
+ export interface VnetConfiguration {
472
+ /** Azure Virtual Network */
473
+ vnet: IPAddressSpace;
474
+ /** Trust Subnet */
475
+ trustSubnet: IPAddressSpace;
476
+ /** Untrust Subnet */
477
+ unTrustSubnet: IPAddressSpace;
478
+ /** IP of trust subnet for UDR */
479
+ ipOfTrustSubnetForUdr?: IPAddress;
480
+ }
481
+ /** IP Address Space */
482
+ export interface IPAddressSpace {
483
+ /** Resource Id */
484
+ resourceId?: string;
485
+ /** Address Space */
486
+ addressSpace?: string;
487
+ }
488
+ /** IP Address */
489
+ export interface IPAddress {
490
+ /** Resource Id */
491
+ resourceId?: string;
492
+ /** Address value */
493
+ address?: string;
494
+ }
495
+ /** VwanInfo for Firewall Networking */
496
+ export interface VwanConfiguration {
497
+ /** Network Virtual Appliance resource ID */
498
+ networkVirtualApplianceId?: string;
499
+ /** vHub Address */
500
+ vHub: IPAddressSpace;
501
+ /** Trust Subnet */
502
+ trustSubnet?: IPAddressSpace;
503
+ /** Untrust Subnet */
504
+ unTrustSubnet?: IPAddressSpace;
505
+ /** IP of trust subnet for UDR */
506
+ ipOfTrustSubnetForUdr?: IPAddress;
507
+ }
508
+ /** Panorama Config */
509
+ export interface PanoramaConfig {
510
+ /** Base64 encoded string representing Panorama parameters to be used by Firewall to connect to Panorama. This string is generated via azure plugin in Panorama */
511
+ configString: string;
512
+ /**
513
+ * VM auth key for panorama connectivity
514
+ * NOTE: This property will not be serialized. It can only be populated by the server.
515
+ */
516
+ readonly vmAuthKey?: string;
517
+ /**
518
+ * Primary Panorama Server IP address value in dotted format for IPv4
519
+ * NOTE: This property will not be serialized. It can only be populated by the server.
520
+ */
521
+ readonly panoramaServer?: string;
522
+ /**
523
+ * Secondary Panorama Server IP address value in dotted format for IPv4
524
+ * NOTE: This property will not be serialized. It can only be populated by the server.
525
+ */
526
+ readonly panoramaServer2?: string;
527
+ /**
528
+ * Panorama Device Group to join
529
+ * NOTE: This property will not be serialized. It can only be populated by the server.
530
+ */
531
+ readonly dgName?: string;
532
+ /**
533
+ * Panorama Template Stack to join - (Once configured we can not edit the value)
534
+ * NOTE: This property will not be serialized. It can only be populated by the server.
535
+ */
536
+ readonly tplName?: string;
537
+ /**
538
+ * Panorama Collector Group to join - (Once configured we can not edit the value)
539
+ * NOTE: This property will not be serialized. It can only be populated by the server.
540
+ */
541
+ readonly cgName?: string;
542
+ /**
543
+ * Resource name(may be unique) for PN admin
544
+ * NOTE: This property will not be serialized. It can only be populated by the server.
545
+ */
546
+ readonly hostName?: string;
547
+ }
548
+ /** Associated rulestack details */
549
+ export interface RulestackDetails {
550
+ /** Resource Id */
551
+ resourceId?: string;
552
+ /** Associated rulestack Id */
553
+ rulestackId?: string;
554
+ /** Rulestack location */
555
+ location?: string;
556
+ }
557
+ /** DNS Proxy settings for Firewall */
558
+ export interface DNSSettings {
559
+ /** Enable DNS proxy, disabled by default */
560
+ enableDnsProxy?: DNSProxy;
561
+ /** Enabled DNS proxy type, disabled by default */
562
+ enabledDnsType?: EnabledDNSType;
563
+ /** List of IPs associated with the Firewall */
564
+ dnsServers?: IPAddress[];
565
+ }
566
+ /** Frontend setting for Firewall */
567
+ export interface FrontendSetting {
568
+ /** Settings name */
569
+ name: string;
570
+ /** Protocol Type */
571
+ protocol: ProtocolType;
572
+ /** Frontend configurations */
573
+ frontendConfiguration: EndpointConfiguration;
574
+ /** Backend configurations */
575
+ backendConfiguration: EndpointConfiguration;
576
+ }
577
+ /** Endpoint Configuration for frontend and backend */
578
+ export interface EndpointConfiguration {
579
+ /** port ID */
580
+ port: string;
581
+ /** Address Space */
582
+ address: IPAddress;
583
+ }
584
+ /** Billing plan information. */
585
+ export interface PlanData {
586
+ /** different usage type like PAYG/COMMITTED */
587
+ usageType?: UsageType;
588
+ /** different billing cycles like MONTHLY/WEEKLY */
589
+ billingCycle: BillingCycle;
590
+ /** plan id as published by Liftr.PAN */
591
+ planId: string;
592
+ /**
593
+ * date when plan was applied
594
+ * NOTE: This property will not be serialized. It can only be populated by the server.
595
+ */
596
+ readonly effectiveDate?: Date;
597
+ }
598
+ /** MarketplaceDetails of PAN Firewall resource */
599
+ export interface MarketplaceDetails {
600
+ /**
601
+ * Marketplace Subscription Id
602
+ * NOTE: This property will not be serialized. It can only be populated by the server.
603
+ */
604
+ readonly marketplaceSubscriptionId?: string;
605
+ /** Offer Id */
606
+ offerId: string;
607
+ /** Publisher Id */
608
+ publisherId: string;
609
+ /** Marketplace Subscription Status */
610
+ marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
611
+ }
612
+ /** The response of a LocalRulestackResource list operation. */
613
+ export interface LocalRulestackResourceListResult {
614
+ /** The items on this page */
615
+ value: LocalRulestackResource[];
616
+ /** The link to the next page of items */
617
+ nextLink?: string;
618
+ }
619
+ /** The type used for update operations of the FirewallResource. */
620
+ export interface FirewallResourceUpdate {
621
+ /** The managed service identities assigned to this resource. */
622
+ identity?: AzureResourceManagerManagedIdentityProperties;
623
+ /** Resource tags. */
624
+ tags?: {
625
+ [propertyName: string]: string;
626
+ };
627
+ /** The updatable properties of the FirewallResource. */
628
+ properties?: FirewallResourceUpdateProperties;
629
+ }
630
+ /** The updatable properties of the FirewallResource. */
631
+ export interface FirewallResourceUpdateProperties {
632
+ /** panEtag info */
633
+ panEtag?: string;
634
+ /** Network settings */
635
+ networkProfile?: NetworkProfile;
636
+ /** Panorama Managed: Default is False. Default will be CloudSec managed */
637
+ isPanoramaManaged?: BooleanEnum;
638
+ /** Panorama Configuration */
639
+ panoramaConfig?: PanoramaConfig;
640
+ /** Associated Rulestack */
641
+ associatedRulestack?: RulestackDetails;
642
+ /** DNS settings for Firewall */
643
+ dnsSettings?: DNSSettings;
644
+ /** Frontend settings for Firewall */
645
+ frontEndSettings?: FrontendSetting[];
646
+ /** Billing plan information. */
647
+ planData?: PlanData;
648
+ /** Marketplace details */
649
+ marketplaceDetails?: MarketplaceDetails;
650
+ }
651
+ /** PAN Rulestack Describe Object */
652
+ export interface GlobalRulestackInfo {
653
+ /** rulestack description */
654
+ azureId: string;
655
+ }
656
+ /** Log Settings for Firewall */
657
+ export interface LogSettings {
658
+ /** One of possible log type */
659
+ logType?: LogType;
660
+ /** Log option SAME/INDIVIDUAL */
661
+ logOption?: LogOption;
662
+ /** Application Insight details */
663
+ applicationInsights?: ApplicationInsights;
664
+ /** Common destination configurations */
665
+ commonDestination?: LogDestination;
666
+ /** Traffic destination configurations */
667
+ trafficLogDestination?: LogDestination;
668
+ /** Threat destination configurations */
669
+ threatLogDestination?: LogDestination;
670
+ /** Decrypt destination configurations */
671
+ decryptLogDestination?: LogDestination;
672
+ }
673
+ /** Application Insights key */
674
+ export interface ApplicationInsights {
675
+ /** Resource id for Application Insights */
676
+ id?: string;
677
+ /** Application Insights key */
678
+ key?: string;
679
+ }
680
+ /** Log Destination */
681
+ export interface LogDestination {
682
+ /** Storage account configurations */
683
+ storageConfigurations?: StorageAccount;
684
+ /** Event Hub configurations */
685
+ eventHubConfigurations?: EventHub;
686
+ /** Monitor Log configurations */
687
+ monitorConfigurations?: MonitorLog;
688
+ }
689
+ /** Storage Account configurations */
690
+ export interface StorageAccount {
691
+ /** Resource ID of storage account */
692
+ id?: string;
693
+ /** Subscription Id */
694
+ subscriptionId?: string;
695
+ /** Storage account name */
696
+ accountName?: string;
697
+ }
698
+ /** EventHub configurations */
699
+ export interface EventHub {
700
+ /** Resource ID of EventHub */
701
+ id?: string;
702
+ /** Subscription Id */
703
+ subscriptionId?: string;
704
+ /** EventHub name */
705
+ name?: string;
706
+ /** EventHub namespace */
707
+ nameSpace?: string;
708
+ /** EventHub policy name */
709
+ policyName?: string;
710
+ }
711
+ /** MonitorLog configurations */
712
+ export interface MonitorLog {
713
+ /** Resource ID of MonitorLog */
714
+ id?: string;
715
+ /** Subscription Id */
716
+ subscriptionId?: string;
717
+ /** MonitorLog workspace */
718
+ workspace?: string;
719
+ /** Primary Key value for Monitor */
720
+ primaryKey?: string;
721
+ /** Secondary Key value for Monitor */
722
+ secondaryKey?: string;
723
+ }
724
+ /** Support information for the resource */
725
+ export interface SupportInfo {
726
+ /** product SKU associated with given resource */
727
+ productSku?: string;
728
+ /** product Serial associated with given resource */
729
+ productSerial?: string;
730
+ /** account registered in Customer Support Portal */
731
+ accountRegistered?: BooleanEnum;
732
+ /** Support account associated with given resource */
733
+ accountId?: string;
734
+ /** user domain is supported in Customer Support Portal */
735
+ userDomainSupported?: BooleanEnum;
736
+ /** user registered in Customer Support Portal */
737
+ userRegistered?: BooleanEnum;
738
+ /** Product usage is in free trial period */
739
+ freeTrial?: BooleanEnum;
740
+ /** Free trial days remaining */
741
+ freeTrialDaysLeft?: number;
742
+ /** Free trial credit remaining */
743
+ freeTrialCreditLeft?: number;
744
+ /** URL for paloaltonetworks live community */
745
+ helpURL?: string;
746
+ /** URL for paloaltonetworks Customer Service Portal */
747
+ supportURL?: string;
748
+ /** URL for registering product in paloaltonetworks Customer Service Portal */
749
+ registerURL?: string;
750
+ }
751
+ /** The response of a FirewallStatusResource list operation. */
752
+ export interface FirewallStatusResourceListResult {
753
+ /** The items on this page */
754
+ value: FirewallStatusResource[];
755
+ /** The link to the next page of items */
756
+ nextLink?: string;
757
+ }
758
+ /** Panorama connectivity information */
759
+ export interface PanoramaStatus {
760
+ /**
761
+ * Primary Panorama connection status
762
+ * NOTE: This property will not be serialized. It can only be populated by the server.
763
+ */
764
+ readonly panoramaServerStatus?: ServerStatus;
765
+ /**
766
+ * Secondary Panorama connection status
767
+ * NOTE: This property will not be serialized. It can only be populated by the server.
768
+ */
769
+ readonly panoramaServer2Status?: ServerStatus;
770
+ }
771
+ /** The type used for update operations of the LocalRulestackResource. */
772
+ export interface LocalRulestackResourceUpdate {
773
+ /** The managed service identities assigned to this resource. */
774
+ identity?: AzureResourceManagerManagedIdentityProperties;
775
+ /** Resource tags. */
776
+ tags?: {
777
+ [propertyName: string]: string;
778
+ };
779
+ /** The updatable properties of the LocalRulestackResource. */
780
+ properties?: LocalRulestackResourceUpdateProperties;
781
+ }
782
+ /** The updatable properties of the LocalRulestackResource. */
783
+ export interface LocalRulestackResourceUpdateProperties {
784
+ /** PanEtag info */
785
+ panEtag?: string;
786
+ /** Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks */
787
+ panLocation?: string;
788
+ /** Rulestack Type */
789
+ scope?: ScopeType;
790
+ /** subscription scope of global rulestack */
791
+ associatedSubscriptions?: string[];
792
+ /** rulestack description */
793
+ description?: string;
794
+ /** Mode for default rules creation */
795
+ defaultMode?: DefaultMode;
796
+ /** minimum version */
797
+ minAppIdVersion?: string;
798
+ /** Security Profile */
799
+ securityServices?: SecurityServices;
800
+ }
801
+ /** The response of a CertificateObjectLocalRulestackResource list operation. */
802
+ export interface CertificateObjectLocalRulestackResourceListResult {
803
+ /** The items on this page */
804
+ value: CertificateObjectLocalRulestackResource[];
805
+ /** The link to the next page of items */
806
+ nextLink?: string;
807
+ }
808
+ /** The response of a FqdnListLocalRulestackResource list operation. */
809
+ export interface FqdnListLocalRulestackResourceListResult {
810
+ /** The items on this page */
811
+ value: FqdnListLocalRulestackResource[];
812
+ /** The link to the next page of items */
813
+ nextLink?: string;
814
+ }
815
+ /** The response of a LocalRulesResource list operation. */
816
+ export interface LocalRulesResourceListResult {
817
+ /** The items on this page */
818
+ value: LocalRulesResource[];
819
+ /** The link to the next page of items */
820
+ nextLink?: string;
821
+ }
822
+ /** The response of a PrefixListResource list operation. */
823
+ export interface PrefixListResourceListResult {
824
+ /** The items on this page */
825
+ value: PrefixListResource[];
826
+ /** The link to the next page of items */
827
+ nextLink?: string;
828
+ }
829
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
830
+ export interface ProxyResource extends Resource {
831
+ }
832
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
833
+ export interface TrackedResource extends Resource {
834
+ /** Resource tags. */
835
+ tags?: {
836
+ [propertyName: string]: string;
837
+ };
838
+ /** The geo-location where the resource lives */
839
+ location: string;
840
+ }
841
+ /** PaloAltoNetworks GlobalRulestack */
842
+ export interface GlobalRulestackResource extends ProxyResource {
843
+ /** Global Location */
844
+ location: string;
845
+ /** The managed service identities assigned to this resource. */
846
+ identity?: AzureResourceManagerManagedIdentityProperties;
847
+ /** PanEtag info */
848
+ panEtag?: string;
849
+ /** Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks */
850
+ panLocation?: string;
851
+ /** Rulestack Type */
852
+ scope?: ScopeType;
853
+ /** subscription scope of global rulestack */
854
+ associatedSubscriptions?: string[];
855
+ /** rulestack description */
856
+ description?: string;
857
+ /** Mode for default rules creation */
858
+ defaultMode?: DefaultMode;
859
+ /** minimum version */
860
+ minAppIdVersion?: string;
861
+ /**
862
+ * Provisioning state of the resource.
863
+ * NOTE: This property will not be serialized. It can only be populated by the server.
864
+ */
865
+ readonly provisioningState?: ProvisioningState;
866
+ /** Security Profile */
867
+ securityServices?: SecurityServices;
868
+ }
869
+ /** GlobalRulestack Certificate Object */
870
+ export interface CertificateObjectGlobalRulestackResource extends ProxyResource {
871
+ /** Resource Id of certificate signer, to be populated only when certificateSelfSigned is false */
872
+ certificateSignerResourceId?: string;
873
+ /** use certificate self signed */
874
+ certificateSelfSigned: BooleanEnum;
875
+ /** comment for this object */
876
+ auditComment?: string;
877
+ /** user description for this object */
878
+ description?: string;
879
+ /** read only string representing last create or update */
880
+ etag?: string;
881
+ /**
882
+ * Provisioning state of the resource.
883
+ * NOTE: This property will not be serialized. It can only be populated by the server.
884
+ */
885
+ readonly provisioningState?: ProvisioningState;
886
+ }
887
+ /** GlobalRulestack fqdnList */
888
+ export interface FqdnListGlobalRulestackResource extends ProxyResource {
889
+ /** fqdn object description */
890
+ description?: string;
891
+ /** fqdn list */
892
+ fqdnList: string[];
893
+ /** etag info */
894
+ etag?: string;
895
+ /** comment for this object */
896
+ auditComment?: string;
897
+ /**
898
+ * Provisioning state of the resource.
899
+ * NOTE: This property will not be serialized. It can only be populated by the server.
900
+ */
901
+ readonly provisioningState?: ProvisioningState;
902
+ }
903
+ /** PostRulestack rule list */
904
+ export interface PostRulesResource extends ProxyResource {
905
+ /** etag info */
906
+ etag?: string;
907
+ /** rule name */
908
+ ruleName: string;
909
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
910
+ readonly priority?: number;
911
+ /** rule description */
912
+ description?: string;
913
+ /** state of this rule */
914
+ ruleState?: StateEnum;
915
+ /** source address */
916
+ source?: SourceAddr;
917
+ /** cidr should not be 'any' */
918
+ negateSource?: BooleanEnum;
919
+ /** destination address */
920
+ destination?: DestinationAddr;
921
+ /** cidr should not be 'any' */
922
+ negateDestination?: BooleanEnum;
923
+ /** array of rule applications */
924
+ applications?: string[];
925
+ /** rule category */
926
+ category?: Category;
927
+ /** any, application-default, TCP:number, UDP:number */
928
+ protocol?: string;
929
+ /** prot port list */
930
+ protocolPortList?: string[];
931
+ /** inbound Inspection Certificate */
932
+ inboundInspectionCertificate?: string;
933
+ /** rule comment */
934
+ auditComment?: string;
935
+ /** rule action */
936
+ actionType?: ActionEnum;
937
+ /** enable or disable logging */
938
+ enableLogging?: StateEnum;
939
+ /** enable or disable decryption */
940
+ decryptionRuleType?: DecryptionRuleTypeEnum;
941
+ /** tag for rule */
942
+ tags?: TagInfo[];
943
+ /**
944
+ * Provisioning state of the resource.
945
+ * NOTE: This property will not be serialized. It can only be populated by the server.
946
+ */
947
+ readonly provisioningState?: ProvisioningState;
948
+ }
949
+ /** GlobalRulestack prefixList */
950
+ export interface PrefixListGlobalRulestackResource extends ProxyResource {
951
+ /** prefix description */
952
+ description?: string;
953
+ /** prefix list */
954
+ prefixList: string[];
955
+ /** etag info */
956
+ etag?: string;
957
+ /** comment for this object */
958
+ auditComment?: string;
959
+ /**
960
+ * Provisioning state of the resource.
961
+ * NOTE: This property will not be serialized. It can only be populated by the server.
962
+ */
963
+ readonly provisioningState?: ProvisioningState;
964
+ }
965
+ /** PreRulestack rule list */
966
+ export interface PreRulesResource extends ProxyResource {
967
+ /** etag info */
968
+ etag?: string;
969
+ /** rule name */
970
+ ruleName: string;
971
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
972
+ readonly priority?: number;
973
+ /** rule description */
974
+ description?: string;
975
+ /** state of this rule */
976
+ ruleState?: StateEnum;
977
+ /** source address */
978
+ source?: SourceAddr;
979
+ /** cidr should not be 'any' */
980
+ negateSource?: BooleanEnum;
981
+ /** destination address */
982
+ destination?: DestinationAddr;
983
+ /** cidr should not be 'any' */
984
+ negateDestination?: BooleanEnum;
985
+ /** array of rule applications */
986
+ applications?: string[];
987
+ /** rule category */
988
+ category?: Category;
989
+ /** any, application-default, TCP:number, UDP:number */
990
+ protocol?: string;
991
+ /** prot port list */
992
+ protocolPortList?: string[];
993
+ /** inbound Inspection Certificate */
994
+ inboundInspectionCertificate?: string;
995
+ /** rule comment */
996
+ auditComment?: string;
997
+ /** rule action */
998
+ actionType?: ActionEnum;
999
+ /** enable or disable logging */
1000
+ enableLogging?: StateEnum;
1001
+ /** enable or disable decryption */
1002
+ decryptionRuleType?: DecryptionRuleTypeEnum;
1003
+ /** tag for rule */
1004
+ tags?: TagInfo[];
1005
+ /**
1006
+ * Provisioning state of the resource.
1007
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1008
+ */
1009
+ readonly provisioningState?: ProvisioningState;
1010
+ }
1011
+ /** Firewall Status */
1012
+ export interface FirewallStatusResource extends ProxyResource {
1013
+ /**
1014
+ * Panorama Managed: Default is False. Default will be CloudSec managed
1015
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1016
+ */
1017
+ readonly isPanoramaManaged?: BooleanEnum;
1018
+ /**
1019
+ * Current status of the Firewall
1020
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1021
+ */
1022
+ readonly healthStatus?: HealthStatus;
1023
+ /**
1024
+ * Detail description of current health of the Firewall
1025
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1026
+ */
1027
+ readonly healthReason?: string;
1028
+ /**
1029
+ * Panorama Status
1030
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1031
+ */
1032
+ readonly panoramaStatus?: PanoramaStatus;
1033
+ /**
1034
+ * Provisioning state of the resource.
1035
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1036
+ */
1037
+ readonly provisioningState?: ReadOnlyProvisioningState;
1038
+ }
1039
+ /** LocalRulestack Certificate Object */
1040
+ export interface CertificateObjectLocalRulestackResource extends ProxyResource {
1041
+ /** Resource Id of certificate signer, to be populated only when certificateSelfSigned is false */
1042
+ certificateSignerResourceId?: string;
1043
+ /** use certificate self signed */
1044
+ certificateSelfSigned: BooleanEnum;
1045
+ /** comment for this object */
1046
+ auditComment?: string;
1047
+ /** user description for this object */
1048
+ description?: string;
1049
+ /** read only string representing last create or update */
1050
+ etag?: string;
1051
+ /**
1052
+ * Provisioning state of the resource.
1053
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1054
+ */
1055
+ readonly provisioningState?: ProvisioningState;
1056
+ }
1057
+ /** LocalRulestack fqdnList */
1058
+ export interface FqdnListLocalRulestackResource extends ProxyResource {
1059
+ /** fqdn object description */
1060
+ description?: string;
1061
+ /** fqdn list */
1062
+ fqdnList: string[];
1063
+ /** etag info */
1064
+ etag?: string;
1065
+ /** comment for this object */
1066
+ auditComment?: string;
1067
+ /**
1068
+ * Provisioning state of the resource.
1069
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1070
+ */
1071
+ readonly provisioningState?: ProvisioningState;
1072
+ }
1073
+ /** LocalRulestack rule list */
1074
+ export interface LocalRulesResource extends ProxyResource {
1075
+ /** etag info */
1076
+ etag?: string;
1077
+ /** rule name */
1078
+ ruleName: string;
1079
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
1080
+ readonly priority?: number;
1081
+ /** rule description */
1082
+ description?: string;
1083
+ /** state of this rule */
1084
+ ruleState?: StateEnum;
1085
+ /** source address */
1086
+ source?: SourceAddr;
1087
+ /** cidr should not be 'any' */
1088
+ negateSource?: BooleanEnum;
1089
+ /** destination address */
1090
+ destination?: DestinationAddr;
1091
+ /** cidr should not be 'any' */
1092
+ negateDestination?: BooleanEnum;
1093
+ /** array of rule applications */
1094
+ applications?: string[];
1095
+ /** rule category */
1096
+ category?: Category;
1097
+ /** any, application-default, TCP:number, UDP:number */
1098
+ protocol?: string;
1099
+ /** prot port list */
1100
+ protocolPortList?: string[];
1101
+ /** inbound Inspection Certificate */
1102
+ inboundInspectionCertificate?: string;
1103
+ /** rule comment */
1104
+ auditComment?: string;
1105
+ /** rule action */
1106
+ actionType?: ActionEnum;
1107
+ /** enable or disable logging */
1108
+ enableLogging?: StateEnum;
1109
+ /** enable or disable decryption */
1110
+ decryptionRuleType?: DecryptionRuleTypeEnum;
1111
+ /** tag for rule */
1112
+ tags?: TagInfo[];
1113
+ /**
1114
+ * Provisioning state of the resource.
1115
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1116
+ */
1117
+ readonly provisioningState?: ProvisioningState;
1118
+ }
1119
+ /** LocalRulestack prefixList */
1120
+ export interface PrefixListResource extends ProxyResource {
1121
+ /** prefix description */
1122
+ description?: string;
1123
+ /** prefix list */
1124
+ prefixList: string[];
1125
+ /** etag info */
1126
+ etag?: string;
1127
+ /** comment for this object */
1128
+ auditComment?: string;
1129
+ /**
1130
+ * Provisioning state of the resource.
1131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1132
+ */
1133
+ readonly provisioningState?: ProvisioningState;
1134
+ }
1135
+ /** PaloAltoNetworks Firewall */
1136
+ export interface FirewallResource extends TrackedResource {
1137
+ /** The managed service identities assigned to this resource. */
1138
+ identity?: AzureResourceManagerManagedIdentityProperties;
1139
+ /** panEtag info */
1140
+ panEtag?: string;
1141
+ /** Network settings */
1142
+ networkProfile: NetworkProfile;
1143
+ /** Panorama Managed: Default is False. Default will be CloudSec managed */
1144
+ isPanoramaManaged?: BooleanEnum;
1145
+ /** Panorama Configuration */
1146
+ panoramaConfig?: PanoramaConfig;
1147
+ /** Associated Rulestack */
1148
+ associatedRulestack?: RulestackDetails;
1149
+ /** DNS settings for Firewall */
1150
+ dnsSettings: DNSSettings;
1151
+ /** Frontend settings for Firewall */
1152
+ frontEndSettings?: FrontendSetting[];
1153
+ /**
1154
+ * Provisioning state of the resource.
1155
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1156
+ */
1157
+ readonly provisioningState?: ProvisioningState;
1158
+ /** Billing plan information. */
1159
+ planData: PlanData;
1160
+ /** Marketplace details */
1161
+ marketplaceDetails: MarketplaceDetails;
1162
+ }
1163
+ /** PaloAltoNetworks LocalRulestack */
1164
+ export interface LocalRulestackResource extends TrackedResource {
1165
+ /** The managed service identities assigned to this resource. */
1166
+ identity?: AzureResourceManagerManagedIdentityProperties;
1167
+ /** PanEtag info */
1168
+ panEtag?: string;
1169
+ /** Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks */
1170
+ panLocation?: string;
1171
+ /** Rulestack Type */
1172
+ scope?: ScopeType;
1173
+ /** subscription scope of global rulestack */
1174
+ associatedSubscriptions?: string[];
1175
+ /** rulestack description */
1176
+ description?: string;
1177
+ /** Mode for default rules creation */
1178
+ defaultMode?: DefaultMode;
1179
+ /** minimum version */
1180
+ minAppIdVersion?: string;
1181
+ /**
1182
+ * Provisioning state of the resource.
1183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1184
+ */
1185
+ readonly provisioningState?: ProvisioningState;
1186
+ /** Security Profile */
1187
+ securityServices?: SecurityServices;
1188
+ }
1189
+ /** Known values of {@link ScopeType} that the service accepts. */
1190
+ export declare enum KnownScopeType {
1191
+ /** Local */
1192
+ Local = "LOCAL",
1193
+ /** Global */
1194
+ Global = "GLOBAL"
1195
+ }
1196
+ /**
1197
+ * Defines values for ScopeType. \
1198
+ * {@link KnownScopeType} can be used interchangeably with ScopeType,
1199
+ * this enum contains the known values that the service supports.
1200
+ * ### Known values supported by the service
1201
+ * **LOCAL** \
1202
+ * **GLOBAL**
1203
+ */
1204
+ export type ScopeType = string;
1205
+ /** Known values of {@link DefaultMode} that the service accepts. */
1206
+ export declare enum KnownDefaultMode {
1207
+ /** IPS */
1208
+ IPS = "IPS",
1209
+ /** Firewall */
1210
+ Firewall = "FIREWALL",
1211
+ /** None */
1212
+ None = "NONE"
1213
+ }
1214
+ /**
1215
+ * Defines values for DefaultMode. \
1216
+ * {@link KnownDefaultMode} can be used interchangeably with DefaultMode,
1217
+ * this enum contains the known values that the service supports.
1218
+ * ### Known values supported by the service
1219
+ * **IPS** \
1220
+ * **FIREWALL** \
1221
+ * **NONE**
1222
+ */
1223
+ export type DefaultMode = string;
1224
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1225
+ export declare enum KnownProvisioningState {
1226
+ /** Accepted */
1227
+ Accepted = "Accepted",
1228
+ /** Creating */
1229
+ Creating = "Creating",
1230
+ /** Updating */
1231
+ Updating = "Updating",
1232
+ /** Deleting */
1233
+ Deleting = "Deleting",
1234
+ /** Succeeded */
1235
+ Succeeded = "Succeeded",
1236
+ /** Failed */
1237
+ Failed = "Failed",
1238
+ /** Canceled */
1239
+ Canceled = "Canceled",
1240
+ /** Deleted */
1241
+ Deleted = "Deleted",
1242
+ /** NotSpecified */
1243
+ NotSpecified = "NotSpecified"
1244
+ }
1245
+ /**
1246
+ * Defines values for ProvisioningState. \
1247
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1248
+ * this enum contains the known values that the service supports.
1249
+ * ### Known values supported by the service
1250
+ * **Accepted** \
1251
+ * **Creating** \
1252
+ * **Updating** \
1253
+ * **Deleting** \
1254
+ * **Succeeded** \
1255
+ * **Failed** \
1256
+ * **Canceled** \
1257
+ * **Deleted** \
1258
+ * **NotSpecified**
1259
+ */
1260
+ export type ProvisioningState = string;
1261
+ /** Known values of {@link ManagedIdentityType} that the service accepts. */
1262
+ export declare enum KnownManagedIdentityType {
1263
+ /** None */
1264
+ None = "None",
1265
+ /** SystemAssigned */
1266
+ SystemAssigned = "SystemAssigned",
1267
+ /** UserAssigned */
1268
+ UserAssigned = "UserAssigned",
1269
+ /** SystemAndUserAssigned */
1270
+ SystemAndUserAssigned = "SystemAssigned,UserAssigned"
1271
+ }
1272
+ /**
1273
+ * Defines values for ManagedIdentityType. \
1274
+ * {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
1275
+ * this enum contains the known values that the service supports.
1276
+ * ### Known values supported by the service
1277
+ * **None** \
1278
+ * **SystemAssigned** \
1279
+ * **UserAssigned** \
1280
+ * **SystemAssigned,UserAssigned**
1281
+ */
1282
+ export type ManagedIdentityType = string;
1283
+ /** Known values of {@link CreatedByType} that the service accepts. */
1284
+ export declare enum KnownCreatedByType {
1285
+ /** User */
1286
+ User = "User",
1287
+ /** Application */
1288
+ Application = "Application",
1289
+ /** ManagedIdentity */
1290
+ ManagedIdentity = "ManagedIdentity",
1291
+ /** Key */
1292
+ Key = "Key"
1293
+ }
1294
+ /**
1295
+ * Defines values for CreatedByType. \
1296
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1297
+ * this enum contains the known values that the service supports.
1298
+ * ### Known values supported by the service
1299
+ * **User** \
1300
+ * **Application** \
1301
+ * **ManagedIdentity** \
1302
+ * **Key**
1303
+ */
1304
+ export type CreatedByType = string;
1305
+ /** Known values of {@link BooleanEnum} that the service accepts. */
1306
+ export declare enum KnownBooleanEnum {
1307
+ /** True */
1308
+ True = "TRUE",
1309
+ /** False */
1310
+ False = "FALSE"
1311
+ }
1312
+ /**
1313
+ * Defines values for BooleanEnum. \
1314
+ * {@link KnownBooleanEnum} can be used interchangeably with BooleanEnum,
1315
+ * this enum contains the known values that the service supports.
1316
+ * ### Known values supported by the service
1317
+ * **TRUE** \
1318
+ * **FALSE**
1319
+ */
1320
+ export type BooleanEnum = string;
1321
+ /** Known values of {@link AdvSecurityObjectTypeEnum} that the service accepts. */
1322
+ export declare enum KnownAdvSecurityObjectTypeEnum {
1323
+ /** UrlCustom */
1324
+ UrlCustom = "urlCustom",
1325
+ /** Feeds */
1326
+ Feeds = "feeds"
1327
+ }
1328
+ /**
1329
+ * Defines values for AdvSecurityObjectTypeEnum. \
1330
+ * {@link KnownAdvSecurityObjectTypeEnum} can be used interchangeably with AdvSecurityObjectTypeEnum,
1331
+ * this enum contains the known values that the service supports.
1332
+ * ### Known values supported by the service
1333
+ * **urlCustom** \
1334
+ * **feeds**
1335
+ */
1336
+ export type AdvSecurityObjectTypeEnum = string;
1337
+ /** Known values of {@link SecurityServicesTypeEnum} that the service accepts. */
1338
+ export declare enum KnownSecurityServicesTypeEnum {
1339
+ /** AntiSpyware */
1340
+ AntiSpyware = "antiSpyware",
1341
+ /** AntiVirus */
1342
+ AntiVirus = "antiVirus",
1343
+ /** IpsVulnerability */
1344
+ IpsVulnerability = "ipsVulnerability",
1345
+ /** UrlFiltering */
1346
+ UrlFiltering = "urlFiltering",
1347
+ /** FileBlocking */
1348
+ FileBlocking = "fileBlocking",
1349
+ /** DnsSubscription */
1350
+ DnsSubscription = "dnsSubscription"
1351
+ }
1352
+ /**
1353
+ * Defines values for SecurityServicesTypeEnum. \
1354
+ * {@link KnownSecurityServicesTypeEnum} can be used interchangeably with SecurityServicesTypeEnum,
1355
+ * this enum contains the known values that the service supports.
1356
+ * ### Known values supported by the service
1357
+ * **antiSpyware** \
1358
+ * **antiVirus** \
1359
+ * **ipsVulnerability** \
1360
+ * **urlFiltering** \
1361
+ * **fileBlocking** \
1362
+ * **dnsSubscription**
1363
+ */
1364
+ export type SecurityServicesTypeEnum = string;
1365
+ /** Known values of {@link StateEnum} that the service accepts. */
1366
+ export declare enum KnownStateEnum {
1367
+ /** Disabled */
1368
+ Disabled = "DISABLED",
1369
+ /** Enabled */
1370
+ Enabled = "ENABLED"
1371
+ }
1372
+ /**
1373
+ * Defines values for StateEnum. \
1374
+ * {@link KnownStateEnum} can be used interchangeably with StateEnum,
1375
+ * this enum contains the known values that the service supports.
1376
+ * ### Known values supported by the service
1377
+ * **DISABLED** \
1378
+ * **ENABLED**
1379
+ */
1380
+ export type StateEnum = string;
1381
+ /** Known values of {@link ActionEnum} that the service accepts. */
1382
+ export declare enum KnownActionEnum {
1383
+ /** Allow */
1384
+ Allow = "Allow",
1385
+ /** DenySilent */
1386
+ DenySilent = "DenySilent",
1387
+ /** DenyResetServer */
1388
+ DenyResetServer = "DenyResetServer",
1389
+ /** DenyResetBoth */
1390
+ DenyResetBoth = "DenyResetBoth"
1391
+ }
1392
+ /**
1393
+ * Defines values for ActionEnum. \
1394
+ * {@link KnownActionEnum} can be used interchangeably with ActionEnum,
1395
+ * this enum contains the known values that the service supports.
1396
+ * ### Known values supported by the service
1397
+ * **Allow** \
1398
+ * **DenySilent** \
1399
+ * **DenyResetServer** \
1400
+ * **DenyResetBoth**
1401
+ */
1402
+ export type ActionEnum = string;
1403
+ /** Known values of {@link DecryptionRuleTypeEnum} that the service accepts. */
1404
+ export declare enum KnownDecryptionRuleTypeEnum {
1405
+ /** SSLOutboundInspection */
1406
+ SSLOutboundInspection = "SSLOutboundInspection",
1407
+ /** SSLInboundInspection */
1408
+ SSLInboundInspection = "SSLInboundInspection",
1409
+ /** None */
1410
+ None = "None"
1411
+ }
1412
+ /**
1413
+ * Defines values for DecryptionRuleTypeEnum. \
1414
+ * {@link KnownDecryptionRuleTypeEnum} can be used interchangeably with DecryptionRuleTypeEnum,
1415
+ * this enum contains the known values that the service supports.
1416
+ * ### Known values supported by the service
1417
+ * **SSLOutboundInspection** \
1418
+ * **SSLInboundInspection** \
1419
+ * **None**
1420
+ */
1421
+ export type DecryptionRuleTypeEnum = string;
1422
+ /** Known values of {@link Origin} that the service accepts. */
1423
+ export declare enum KnownOrigin {
1424
+ /** User */
1425
+ User = "user",
1426
+ /** System */
1427
+ System = "system",
1428
+ /** UserSystem */
1429
+ UserSystem = "user,system"
1430
+ }
1431
+ /**
1432
+ * Defines values for Origin. \
1433
+ * {@link KnownOrigin} can be used interchangeably with Origin,
1434
+ * this enum contains the known values that the service supports.
1435
+ * ### Known values supported by the service
1436
+ * **user** \
1437
+ * **system** \
1438
+ * **user,system**
1439
+ */
1440
+ export type Origin = string;
1441
+ /** Known values of {@link ActionType} that the service accepts. */
1442
+ export declare enum KnownActionType {
1443
+ /** Internal */
1444
+ Internal = "Internal"
1445
+ }
1446
+ /**
1447
+ * Defines values for ActionType. \
1448
+ * {@link KnownActionType} can be used interchangeably with ActionType,
1449
+ * this enum contains the known values that the service supports.
1450
+ * ### Known values supported by the service
1451
+ * **Internal**
1452
+ */
1453
+ export type ActionType = string;
1454
+ /** Known values of {@link NetworkType} that the service accepts. */
1455
+ export declare enum KnownNetworkType {
1456
+ /** Vnet */
1457
+ Vnet = "VNET",
1458
+ /** Vwan */
1459
+ Vwan = "VWAN"
1460
+ }
1461
+ /**
1462
+ * Defines values for NetworkType. \
1463
+ * {@link KnownNetworkType} can be used interchangeably with NetworkType,
1464
+ * this enum contains the known values that the service supports.
1465
+ * ### Known values supported by the service
1466
+ * **VNET** \
1467
+ * **VWAN**
1468
+ */
1469
+ export type NetworkType = string;
1470
+ /** Known values of {@link EgressNat} that the service accepts. */
1471
+ export declare enum KnownEgressNat {
1472
+ /** Disabled */
1473
+ Disabled = "DISABLED",
1474
+ /** Enabled */
1475
+ Enabled = "ENABLED"
1476
+ }
1477
+ /**
1478
+ * Defines values for EgressNat. \
1479
+ * {@link KnownEgressNat} can be used interchangeably with EgressNat,
1480
+ * this enum contains the known values that the service supports.
1481
+ * ### Known values supported by the service
1482
+ * **DISABLED** \
1483
+ * **ENABLED**
1484
+ */
1485
+ export type EgressNat = string;
1486
+ /** Known values of {@link DNSProxy} that the service accepts. */
1487
+ export declare enum KnownDNSProxy {
1488
+ /** Disabled */
1489
+ Disabled = "DISABLED",
1490
+ /** Enabled */
1491
+ Enabled = "ENABLED"
1492
+ }
1493
+ /**
1494
+ * Defines values for DNSProxy. \
1495
+ * {@link KnownDNSProxy} can be used interchangeably with DNSProxy,
1496
+ * this enum contains the known values that the service supports.
1497
+ * ### Known values supported by the service
1498
+ * **DISABLED** \
1499
+ * **ENABLED**
1500
+ */
1501
+ export type DNSProxy = string;
1502
+ /** Known values of {@link EnabledDNSType} that the service accepts. */
1503
+ export declare enum KnownEnabledDNSType {
1504
+ /** Custom */
1505
+ Custom = "CUSTOM",
1506
+ /** Azure */
1507
+ Azure = "AZURE"
1508
+ }
1509
+ /**
1510
+ * Defines values for EnabledDNSType. \
1511
+ * {@link KnownEnabledDNSType} can be used interchangeably with EnabledDNSType,
1512
+ * this enum contains the known values that the service supports.
1513
+ * ### Known values supported by the service
1514
+ * **CUSTOM** \
1515
+ * **AZURE**
1516
+ */
1517
+ export type EnabledDNSType = string;
1518
+ /** Known values of {@link ProtocolType} that the service accepts. */
1519
+ export declare enum KnownProtocolType {
1520
+ /** TCP */
1521
+ TCP = "TCP",
1522
+ /** UDP */
1523
+ UDP = "UDP"
1524
+ }
1525
+ /**
1526
+ * Defines values for ProtocolType. \
1527
+ * {@link KnownProtocolType} can be used interchangeably with ProtocolType,
1528
+ * this enum contains the known values that the service supports.
1529
+ * ### Known values supported by the service
1530
+ * **TCP** \
1531
+ * **UDP**
1532
+ */
1533
+ export type ProtocolType = string;
1534
+ /** Known values of {@link UsageType} that the service accepts. */
1535
+ export declare enum KnownUsageType {
1536
+ /** Payg */
1537
+ Payg = "PAYG",
1538
+ /** Committed */
1539
+ Committed = "COMMITTED"
1540
+ }
1541
+ /**
1542
+ * Defines values for UsageType. \
1543
+ * {@link KnownUsageType} can be used interchangeably with UsageType,
1544
+ * this enum contains the known values that the service supports.
1545
+ * ### Known values supported by the service
1546
+ * **PAYG** \
1547
+ * **COMMITTED**
1548
+ */
1549
+ export type UsageType = string;
1550
+ /** Known values of {@link BillingCycle} that the service accepts. */
1551
+ export declare enum KnownBillingCycle {
1552
+ /** Weekly */
1553
+ Weekly = "WEEKLY",
1554
+ /** Monthly */
1555
+ Monthly = "MONTHLY"
1556
+ }
1557
+ /**
1558
+ * Defines values for BillingCycle. \
1559
+ * {@link KnownBillingCycle} can be used interchangeably with BillingCycle,
1560
+ * this enum contains the known values that the service supports.
1561
+ * ### Known values supported by the service
1562
+ * **WEEKLY** \
1563
+ * **MONTHLY**
1564
+ */
1565
+ export type BillingCycle = string;
1566
+ /** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
1567
+ export declare enum KnownMarketplaceSubscriptionStatus {
1568
+ /** PendingFulfillmentStart */
1569
+ PendingFulfillmentStart = "PendingFulfillmentStart",
1570
+ /** Subscribed */
1571
+ Subscribed = "Subscribed",
1572
+ /** Suspended */
1573
+ Suspended = "Suspended",
1574
+ /** Unsubscribed */
1575
+ Unsubscribed = "Unsubscribed",
1576
+ /** NotStarted */
1577
+ NotStarted = "NotStarted",
1578
+ /** FulfillmentRequested */
1579
+ FulfillmentRequested = "FulfillmentRequested"
1580
+ }
1581
+ /**
1582
+ * Defines values for MarketplaceSubscriptionStatus. \
1583
+ * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
1584
+ * this enum contains the known values that the service supports.
1585
+ * ### Known values supported by the service
1586
+ * **PendingFulfillmentStart** \
1587
+ * **Subscribed** \
1588
+ * **Suspended** \
1589
+ * **Unsubscribed** \
1590
+ * **NotStarted** \
1591
+ * **FulfillmentRequested**
1592
+ */
1593
+ export type MarketplaceSubscriptionStatus = string;
1594
+ /** Known values of {@link LogType} that the service accepts. */
1595
+ export declare enum KnownLogType {
1596
+ /** Traffic */
1597
+ Traffic = "TRAFFIC",
1598
+ /** Threat */
1599
+ Threat = "THREAT",
1600
+ /** Decryption */
1601
+ Decryption = "DECRYPTION",
1602
+ /** Wildfire */
1603
+ Wildfire = "WILDFIRE",
1604
+ /** DLP */
1605
+ DLP = "DLP",
1606
+ /** Audit */
1607
+ Audit = "AUDIT"
1608
+ }
1609
+ /**
1610
+ * Defines values for LogType. \
1611
+ * {@link KnownLogType} can be used interchangeably with LogType,
1612
+ * this enum contains the known values that the service supports.
1613
+ * ### Known values supported by the service
1614
+ * **TRAFFIC** \
1615
+ * **THREAT** \
1616
+ * **DECRYPTION** \
1617
+ * **WILDFIRE** \
1618
+ * **DLP** \
1619
+ * **AUDIT**
1620
+ */
1621
+ export type LogType = string;
1622
+ /** Known values of {@link LogOption} that the service accepts. */
1623
+ export declare enum KnownLogOption {
1624
+ /** SameDestination */
1625
+ SameDestination = "SAME_DESTINATION",
1626
+ /** IndividualDestination */
1627
+ IndividualDestination = "INDIVIDUAL_DESTINATION"
1628
+ }
1629
+ /**
1630
+ * Defines values for LogOption. \
1631
+ * {@link KnownLogOption} can be used interchangeably with LogOption,
1632
+ * this enum contains the known values that the service supports.
1633
+ * ### Known values supported by the service
1634
+ * **SAME_DESTINATION** \
1635
+ * **INDIVIDUAL_DESTINATION**
1636
+ */
1637
+ export type LogOption = string;
1638
+ /** Known values of {@link HealthStatus} that the service accepts. */
1639
+ export declare enum KnownHealthStatus {
1640
+ /** Green */
1641
+ Green = "GREEN",
1642
+ /** Yellow */
1643
+ Yellow = "YELLOW",
1644
+ /** RED */
1645
+ RED = "RED",
1646
+ /** Initializing */
1647
+ Initializing = "INITIALIZING"
1648
+ }
1649
+ /**
1650
+ * Defines values for HealthStatus. \
1651
+ * {@link KnownHealthStatus} can be used interchangeably with HealthStatus,
1652
+ * this enum contains the known values that the service supports.
1653
+ * ### Known values supported by the service
1654
+ * **GREEN** \
1655
+ * **YELLOW** \
1656
+ * **RED** \
1657
+ * **INITIALIZING**
1658
+ */
1659
+ export type HealthStatus = string;
1660
+ /** Known values of {@link ServerStatus} that the service accepts. */
1661
+ export declare enum KnownServerStatus {
1662
+ /** UP */
1663
+ UP = "UP",
1664
+ /** Down */
1665
+ Down = "DOWN"
1666
+ }
1667
+ /**
1668
+ * Defines values for ServerStatus. \
1669
+ * {@link KnownServerStatus} can be used interchangeably with ServerStatus,
1670
+ * this enum contains the known values that the service supports.
1671
+ * ### Known values supported by the service
1672
+ * **UP** \
1673
+ * **DOWN**
1674
+ */
1675
+ export type ServerStatus = string;
1676
+ /** Known values of {@link ReadOnlyProvisioningState} that the service accepts. */
1677
+ export declare enum KnownReadOnlyProvisioningState {
1678
+ /** Succeeded */
1679
+ Succeeded = "Succeeded",
1680
+ /** Failed */
1681
+ Failed = "Failed",
1682
+ /** Deleted */
1683
+ Deleted = "Deleted"
1684
+ }
1685
+ /**
1686
+ * Defines values for ReadOnlyProvisioningState. \
1687
+ * {@link KnownReadOnlyProvisioningState} can be used interchangeably with ReadOnlyProvisioningState,
1688
+ * this enum contains the known values that the service supports.
1689
+ * ### Known values supported by the service
1690
+ * **Succeeded** \
1691
+ * **Failed** \
1692
+ * **Deleted**
1693
+ */
1694
+ export type ReadOnlyProvisioningState = string;
1695
+ /** Optional parameters. */
1696
+ export interface GlobalRulestackListOptionalParams extends coreClient.OperationOptions {
1697
+ }
1698
+ /** Contains response data for the list operation. */
1699
+ export type GlobalRulestackListResponse = GlobalRulestackResourceListResult;
1700
+ /** Optional parameters. */
1701
+ export interface GlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
1702
+ }
1703
+ /** Contains response data for the get operation. */
1704
+ export type GlobalRulestackGetResponse = GlobalRulestackResource;
1705
+ /** Optional parameters. */
1706
+ export interface GlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1707
+ /** Delay to wait until next poll, in milliseconds. */
1708
+ updateIntervalInMs?: number;
1709
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1710
+ resumeFrom?: string;
1711
+ }
1712
+ /** Contains response data for the createOrUpdate operation. */
1713
+ export type GlobalRulestackCreateOrUpdateResponse = GlobalRulestackResource;
1714
+ /** Optional parameters. */
1715
+ export interface GlobalRulestackUpdateOptionalParams extends coreClient.OperationOptions {
1716
+ }
1717
+ /** Contains response data for the update operation. */
1718
+ export type GlobalRulestackUpdateResponse = GlobalRulestackResource;
1719
+ /** Optional parameters. */
1720
+ export interface GlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
1721
+ /** Delay to wait until next poll, in milliseconds. */
1722
+ updateIntervalInMs?: number;
1723
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1724
+ resumeFrom?: string;
1725
+ }
1726
+ /** Optional parameters. */
1727
+ export interface GlobalRulestackCommitOptionalParams extends coreClient.OperationOptions {
1728
+ /** Delay to wait until next poll, in milliseconds. */
1729
+ updateIntervalInMs?: number;
1730
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1731
+ resumeFrom?: string;
1732
+ }
1733
+ /** Optional parameters. */
1734
+ export interface GlobalRulestackGetChangeLogOptionalParams extends coreClient.OperationOptions {
1735
+ }
1736
+ /** Contains response data for the getChangeLog operation. */
1737
+ export type GlobalRulestackGetChangeLogResponse = Changelog;
1738
+ /** Optional parameters. */
1739
+ export interface GlobalRulestackListAdvancedSecurityObjectsOptionalParams extends coreClient.OperationOptions {
1740
+ skip?: string;
1741
+ top?: number;
1742
+ }
1743
+ /** Contains response data for the listAdvancedSecurityObjects operation. */
1744
+ export type GlobalRulestackListAdvancedSecurityObjectsResponse = AdvSecurityObjectListResponse;
1745
+ /** Optional parameters. */
1746
+ export interface GlobalRulestackListAppIdsOptionalParams extends coreClient.OperationOptions {
1747
+ skip?: string;
1748
+ top?: number;
1749
+ appIdVersion?: string;
1750
+ appPrefix?: string;
1751
+ }
1752
+ /** Contains response data for the listAppIds operation. */
1753
+ export type GlobalRulestackListAppIdsResponse = ListAppIdResponse;
1754
+ /** Optional parameters. */
1755
+ export interface GlobalRulestackListCountriesOptionalParams extends coreClient.OperationOptions {
1756
+ skip?: string;
1757
+ top?: number;
1758
+ }
1759
+ /** Contains response data for the listCountries operation. */
1760
+ export type GlobalRulestackListCountriesResponse = CountriesResponse;
1761
+ /** Optional parameters. */
1762
+ export interface GlobalRulestackListFirewallsOptionalParams extends coreClient.OperationOptions {
1763
+ }
1764
+ /** Contains response data for the listFirewalls operation. */
1765
+ export type GlobalRulestackListFirewallsResponse = ListFirewallsResponse;
1766
+ /** Optional parameters. */
1767
+ export interface GlobalRulestackListPredefinedUrlCategoriesOptionalParams extends coreClient.OperationOptions {
1768
+ skip?: string;
1769
+ top?: number;
1770
+ }
1771
+ /** Contains response data for the listPredefinedUrlCategories operation. */
1772
+ export type GlobalRulestackListPredefinedUrlCategoriesResponse = PredefinedUrlCategoriesResponse;
1773
+ /** Optional parameters. */
1774
+ export interface GlobalRulestackListSecurityServicesOptionalParams extends coreClient.OperationOptions {
1775
+ skip?: string;
1776
+ top?: number;
1777
+ }
1778
+ /** Contains response data for the listSecurityServices operation. */
1779
+ export type GlobalRulestackListSecurityServicesResponse = SecurityServicesResponse;
1780
+ /** Optional parameters. */
1781
+ export interface GlobalRulestackRevertOptionalParams extends coreClient.OperationOptions {
1782
+ }
1783
+ /** Optional parameters. */
1784
+ export interface GlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
1785
+ }
1786
+ /** Contains response data for the listNext operation. */
1787
+ export type GlobalRulestackListNextResponse = GlobalRulestackResourceListResult;
1788
+ /** Optional parameters. */
1789
+ export interface CertificateObjectGlobalRulestackListOptionalParams extends coreClient.OperationOptions {
1790
+ }
1791
+ /** Contains response data for the list operation. */
1792
+ export type CertificateObjectGlobalRulestackListResponse = CertificateObjectGlobalRulestackResourceListResult;
1793
+ /** Optional parameters. */
1794
+ export interface CertificateObjectGlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
1795
+ }
1796
+ /** Contains response data for the get operation. */
1797
+ export type CertificateObjectGlobalRulestackGetResponse = CertificateObjectGlobalRulestackResource;
1798
+ /** Optional parameters. */
1799
+ export interface CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1800
+ /** Delay to wait until next poll, in milliseconds. */
1801
+ updateIntervalInMs?: number;
1802
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1803
+ resumeFrom?: string;
1804
+ }
1805
+ /** Contains response data for the createOrUpdate operation. */
1806
+ export type CertificateObjectGlobalRulestackCreateOrUpdateResponse = CertificateObjectGlobalRulestackResource;
1807
+ /** Optional parameters. */
1808
+ export interface CertificateObjectGlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
1809
+ /** Delay to wait until next poll, in milliseconds. */
1810
+ updateIntervalInMs?: number;
1811
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1812
+ resumeFrom?: string;
1813
+ }
1814
+ /** Optional parameters. */
1815
+ export interface CertificateObjectGlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
1816
+ }
1817
+ /** Contains response data for the listNext operation. */
1818
+ export type CertificateObjectGlobalRulestackListNextResponse = CertificateObjectGlobalRulestackResourceListResult;
1819
+ /** Optional parameters. */
1820
+ export interface FqdnListGlobalRulestackListOptionalParams extends coreClient.OperationOptions {
1821
+ }
1822
+ /** Contains response data for the list operation. */
1823
+ export type FqdnListGlobalRulestackListResponse = FqdnListGlobalRulestackResourceListResult;
1824
+ /** Optional parameters. */
1825
+ export interface FqdnListGlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
1826
+ }
1827
+ /** Contains response data for the get operation. */
1828
+ export type FqdnListGlobalRulestackGetResponse = FqdnListGlobalRulestackResource;
1829
+ /** Optional parameters. */
1830
+ export interface FqdnListGlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1831
+ /** Delay to wait until next poll, in milliseconds. */
1832
+ updateIntervalInMs?: number;
1833
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1834
+ resumeFrom?: string;
1835
+ }
1836
+ /** Contains response data for the createOrUpdate operation. */
1837
+ export type FqdnListGlobalRulestackCreateOrUpdateResponse = FqdnListGlobalRulestackResource;
1838
+ /** Optional parameters. */
1839
+ export interface FqdnListGlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
1840
+ /** Delay to wait until next poll, in milliseconds. */
1841
+ updateIntervalInMs?: number;
1842
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1843
+ resumeFrom?: string;
1844
+ }
1845
+ /** Optional parameters. */
1846
+ export interface FqdnListGlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
1847
+ }
1848
+ /** Contains response data for the listNext operation. */
1849
+ export type FqdnListGlobalRulestackListNextResponse = FqdnListGlobalRulestackResourceListResult;
1850
+ /** Optional parameters. */
1851
+ export interface PostRulesListOptionalParams extends coreClient.OperationOptions {
1852
+ }
1853
+ /** Contains response data for the list operation. */
1854
+ export type PostRulesListResponse = PostRulesResourceListResult;
1855
+ /** Optional parameters. */
1856
+ export interface PostRulesGetOptionalParams extends coreClient.OperationOptions {
1857
+ }
1858
+ /** Contains response data for the get operation. */
1859
+ export type PostRulesGetResponse = PostRulesResource;
1860
+ /** Optional parameters. */
1861
+ export interface PostRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1862
+ /** Delay to wait until next poll, in milliseconds. */
1863
+ updateIntervalInMs?: number;
1864
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1865
+ resumeFrom?: string;
1866
+ }
1867
+ /** Contains response data for the createOrUpdate operation. */
1868
+ export type PostRulesCreateOrUpdateResponse = PostRulesResource;
1869
+ /** Optional parameters. */
1870
+ export interface PostRulesDeleteOptionalParams extends coreClient.OperationOptions {
1871
+ /** Delay to wait until next poll, in milliseconds. */
1872
+ updateIntervalInMs?: number;
1873
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1874
+ resumeFrom?: string;
1875
+ }
1876
+ /** Optional parameters. */
1877
+ export interface PostRulesGetCountersOptionalParams extends coreClient.OperationOptions {
1878
+ firewallName?: string;
1879
+ }
1880
+ /** Contains response data for the getCounters operation. */
1881
+ export type PostRulesGetCountersResponse = RuleCounter;
1882
+ /** Optional parameters. */
1883
+ export interface PostRulesRefreshCountersOptionalParams extends coreClient.OperationOptions {
1884
+ firewallName?: string;
1885
+ }
1886
+ /** Optional parameters. */
1887
+ export interface PostRulesResetCountersOptionalParams extends coreClient.OperationOptions {
1888
+ firewallName?: string;
1889
+ }
1890
+ /** Contains response data for the resetCounters operation. */
1891
+ export type PostRulesResetCountersResponse = RuleCounterReset;
1892
+ /** Optional parameters. */
1893
+ export interface PostRulesListNextOptionalParams extends coreClient.OperationOptions {
1894
+ }
1895
+ /** Contains response data for the listNext operation. */
1896
+ export type PostRulesListNextResponse = PostRulesResourceListResult;
1897
+ /** Optional parameters. */
1898
+ export interface PrefixListGlobalRulestackListOptionalParams extends coreClient.OperationOptions {
1899
+ }
1900
+ /** Contains response data for the list operation. */
1901
+ export type PrefixListGlobalRulestackListResponse = PrefixListGlobalRulestackResourceListResult;
1902
+ /** Optional parameters. */
1903
+ export interface PrefixListGlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
1904
+ }
1905
+ /** Contains response data for the get operation. */
1906
+ export type PrefixListGlobalRulestackGetResponse = PrefixListGlobalRulestackResource;
1907
+ /** Optional parameters. */
1908
+ export interface PrefixListGlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1909
+ /** Delay to wait until next poll, in milliseconds. */
1910
+ updateIntervalInMs?: number;
1911
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1912
+ resumeFrom?: string;
1913
+ }
1914
+ /** Contains response data for the createOrUpdate operation. */
1915
+ export type PrefixListGlobalRulestackCreateOrUpdateResponse = PrefixListGlobalRulestackResource;
1916
+ /** Optional parameters. */
1917
+ export interface PrefixListGlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
1918
+ /** Delay to wait until next poll, in milliseconds. */
1919
+ updateIntervalInMs?: number;
1920
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1921
+ resumeFrom?: string;
1922
+ }
1923
+ /** Optional parameters. */
1924
+ export interface PrefixListGlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
1925
+ }
1926
+ /** Contains response data for the listNext operation. */
1927
+ export type PrefixListGlobalRulestackListNextResponse = PrefixListGlobalRulestackResourceListResult;
1928
+ /** Optional parameters. */
1929
+ export interface PreRulesListOptionalParams extends coreClient.OperationOptions {
1930
+ }
1931
+ /** Contains response data for the list operation. */
1932
+ export type PreRulesListResponse = PreRulesResourceListResult;
1933
+ /** Optional parameters. */
1934
+ export interface PreRulesGetOptionalParams extends coreClient.OperationOptions {
1935
+ }
1936
+ /** Contains response data for the get operation. */
1937
+ export type PreRulesGetResponse = PreRulesResource;
1938
+ /** Optional parameters. */
1939
+ export interface PreRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1940
+ /** Delay to wait until next poll, in milliseconds. */
1941
+ updateIntervalInMs?: number;
1942
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1943
+ resumeFrom?: string;
1944
+ }
1945
+ /** Contains response data for the createOrUpdate operation. */
1946
+ export type PreRulesCreateOrUpdateResponse = PreRulesResource;
1947
+ /** Optional parameters. */
1948
+ export interface PreRulesDeleteOptionalParams extends coreClient.OperationOptions {
1949
+ /** Delay to wait until next poll, in milliseconds. */
1950
+ updateIntervalInMs?: number;
1951
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1952
+ resumeFrom?: string;
1953
+ }
1954
+ /** Optional parameters. */
1955
+ export interface PreRulesGetCountersOptionalParams extends coreClient.OperationOptions {
1956
+ firewallName?: string;
1957
+ }
1958
+ /** Contains response data for the getCounters operation. */
1959
+ export type PreRulesGetCountersResponse = RuleCounter;
1960
+ /** Optional parameters. */
1961
+ export interface PreRulesRefreshCountersOptionalParams extends coreClient.OperationOptions {
1962
+ firewallName?: string;
1963
+ }
1964
+ /** Optional parameters. */
1965
+ export interface PreRulesResetCountersOptionalParams extends coreClient.OperationOptions {
1966
+ firewallName?: string;
1967
+ }
1968
+ /** Contains response data for the resetCounters operation. */
1969
+ export type PreRulesResetCountersResponse = RuleCounterReset;
1970
+ /** Optional parameters. */
1971
+ export interface PreRulesListNextOptionalParams extends coreClient.OperationOptions {
1972
+ }
1973
+ /** Contains response data for the listNext operation. */
1974
+ export type PreRulesListNextResponse = PreRulesResourceListResult;
1975
+ /** Optional parameters. */
1976
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1977
+ }
1978
+ /** Contains response data for the list operation. */
1979
+ export type OperationsListResponse = OperationListResult;
1980
+ /** Optional parameters. */
1981
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1982
+ }
1983
+ /** Contains response data for the listNext operation. */
1984
+ export type OperationsListNextResponse = OperationListResult;
1985
+ /** Optional parameters. */
1986
+ export interface FirewallsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1987
+ }
1988
+ /** Contains response data for the listBySubscription operation. */
1989
+ export type FirewallsListBySubscriptionResponse = FirewallResourceListResult;
1990
+ /** Optional parameters. */
1991
+ export interface FirewallsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1992
+ }
1993
+ /** Contains response data for the listByResourceGroup operation. */
1994
+ export type FirewallsListByResourceGroupResponse = FirewallResourceListResult;
1995
+ /** Optional parameters. */
1996
+ export interface FirewallsGetOptionalParams extends coreClient.OperationOptions {
1997
+ }
1998
+ /** Contains response data for the get operation. */
1999
+ export type FirewallsGetResponse = FirewallResource;
2000
+ /** Optional parameters. */
2001
+ export interface FirewallsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2002
+ /** Delay to wait until next poll, in milliseconds. */
2003
+ updateIntervalInMs?: number;
2004
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2005
+ resumeFrom?: string;
2006
+ }
2007
+ /** Contains response data for the createOrUpdate operation. */
2008
+ export type FirewallsCreateOrUpdateResponse = FirewallResource;
2009
+ /** Optional parameters. */
2010
+ export interface FirewallsUpdateOptionalParams extends coreClient.OperationOptions {
2011
+ }
2012
+ /** Contains response data for the update operation. */
2013
+ export type FirewallsUpdateResponse = FirewallResource;
2014
+ /** Optional parameters. */
2015
+ export interface FirewallsDeleteOptionalParams extends coreClient.OperationOptions {
2016
+ /** Delay to wait until next poll, in milliseconds. */
2017
+ updateIntervalInMs?: number;
2018
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2019
+ resumeFrom?: string;
2020
+ }
2021
+ /** Optional parameters. */
2022
+ export interface FirewallsGetGlobalRulestackOptionalParams extends coreClient.OperationOptions {
2023
+ }
2024
+ /** Contains response data for the getGlobalRulestack operation. */
2025
+ export type FirewallsGetGlobalRulestackResponse = GlobalRulestackInfo;
2026
+ /** Optional parameters. */
2027
+ export interface FirewallsGetLogProfileOptionalParams extends coreClient.OperationOptions {
2028
+ }
2029
+ /** Contains response data for the getLogProfile operation. */
2030
+ export type FirewallsGetLogProfileResponse = LogSettings;
2031
+ /** Optional parameters. */
2032
+ export interface FirewallsGetSupportInfoOptionalParams extends coreClient.OperationOptions {
2033
+ /** email address on behalf of which this API called */
2034
+ email?: string;
2035
+ }
2036
+ /** Contains response data for the getSupportInfo operation. */
2037
+ export type FirewallsGetSupportInfoResponse = SupportInfo;
2038
+ /** Optional parameters. */
2039
+ export interface FirewallsSaveLogProfileOptionalParams extends coreClient.OperationOptions {
2040
+ /** Log Settings for Firewall */
2041
+ logSettings?: LogSettings;
2042
+ }
2043
+ /** Optional parameters. */
2044
+ export interface FirewallsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2045
+ }
2046
+ /** Contains response data for the listBySubscriptionNext operation. */
2047
+ export type FirewallsListBySubscriptionNextResponse = FirewallResourceListResult;
2048
+ /** Optional parameters. */
2049
+ export interface FirewallsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2050
+ }
2051
+ /** Contains response data for the listByResourceGroupNext operation. */
2052
+ export type FirewallsListByResourceGroupNextResponse = FirewallResourceListResult;
2053
+ /** Optional parameters. */
2054
+ export interface LocalRulestacksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2055
+ }
2056
+ /** Contains response data for the listBySubscription operation. */
2057
+ export type LocalRulestacksListBySubscriptionResponse = LocalRulestackResourceListResult;
2058
+ /** Optional parameters. */
2059
+ export interface LocalRulestacksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2060
+ }
2061
+ /** Contains response data for the listByResourceGroup operation. */
2062
+ export type LocalRulestacksListByResourceGroupResponse = LocalRulestackResourceListResult;
2063
+ /** Optional parameters. */
2064
+ export interface LocalRulestacksGetOptionalParams extends coreClient.OperationOptions {
2065
+ }
2066
+ /** Contains response data for the get operation. */
2067
+ export type LocalRulestacksGetResponse = LocalRulestackResource;
2068
+ /** Optional parameters. */
2069
+ export interface LocalRulestacksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2070
+ /** Delay to wait until next poll, in milliseconds. */
2071
+ updateIntervalInMs?: number;
2072
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2073
+ resumeFrom?: string;
2074
+ }
2075
+ /** Contains response data for the createOrUpdate operation. */
2076
+ export type LocalRulestacksCreateOrUpdateResponse = LocalRulestackResource;
2077
+ /** Optional parameters. */
2078
+ export interface LocalRulestacksUpdateOptionalParams extends coreClient.OperationOptions {
2079
+ }
2080
+ /** Contains response data for the update operation. */
2081
+ export type LocalRulestacksUpdateResponse = LocalRulestackResource;
2082
+ /** Optional parameters. */
2083
+ export interface LocalRulestacksDeleteOptionalParams extends coreClient.OperationOptions {
2084
+ /** Delay to wait until next poll, in milliseconds. */
2085
+ updateIntervalInMs?: number;
2086
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2087
+ resumeFrom?: string;
2088
+ }
2089
+ /** Optional parameters. */
2090
+ export interface LocalRulestacksCommitOptionalParams extends coreClient.OperationOptions {
2091
+ /** Delay to wait until next poll, in milliseconds. */
2092
+ updateIntervalInMs?: number;
2093
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2094
+ resumeFrom?: string;
2095
+ }
2096
+ /** Optional parameters. */
2097
+ export interface LocalRulestacksGetChangeLogOptionalParams extends coreClient.OperationOptions {
2098
+ }
2099
+ /** Contains response data for the getChangeLog operation. */
2100
+ export type LocalRulestacksGetChangeLogResponse = Changelog;
2101
+ /** Optional parameters. */
2102
+ export interface LocalRulestacksGetSupportInfoOptionalParams extends coreClient.OperationOptions {
2103
+ /** email address on behalf of which this API called */
2104
+ email?: string;
2105
+ }
2106
+ /** Contains response data for the getSupportInfo operation. */
2107
+ export type LocalRulestacksGetSupportInfoResponse = SupportInfo;
2108
+ /** Optional parameters. */
2109
+ export interface LocalRulestacksListAdvancedSecurityObjectsOptionalParams extends coreClient.OperationOptions {
2110
+ skip?: string;
2111
+ top?: number;
2112
+ }
2113
+ /** Contains response data for the listAdvancedSecurityObjects operation. */
2114
+ export type LocalRulestacksListAdvancedSecurityObjectsResponse = AdvSecurityObjectListResponse;
2115
+ /** Optional parameters. */
2116
+ export interface LocalRulestacksListAppIdsOptionalParams extends coreClient.OperationOptions {
2117
+ skip?: string;
2118
+ top?: number;
2119
+ appIdVersion?: string;
2120
+ appPrefix?: string;
2121
+ }
2122
+ /** Contains response data for the listAppIds operation. */
2123
+ export type LocalRulestacksListAppIdsResponse = ListAppIdResponse;
2124
+ /** Optional parameters. */
2125
+ export interface LocalRulestacksListCountriesOptionalParams extends coreClient.OperationOptions {
2126
+ skip?: string;
2127
+ top?: number;
2128
+ }
2129
+ /** Contains response data for the listCountries operation. */
2130
+ export type LocalRulestacksListCountriesResponse = CountriesResponse;
2131
+ /** Optional parameters. */
2132
+ export interface LocalRulestacksListFirewallsOptionalParams extends coreClient.OperationOptions {
2133
+ }
2134
+ /** Contains response data for the listFirewalls operation. */
2135
+ export type LocalRulestacksListFirewallsResponse = ListFirewallsResponse;
2136
+ /** Optional parameters. */
2137
+ export interface LocalRulestacksListPredefinedUrlCategoriesOptionalParams extends coreClient.OperationOptions {
2138
+ skip?: string;
2139
+ top?: number;
2140
+ }
2141
+ /** Contains response data for the listPredefinedUrlCategories operation. */
2142
+ export type LocalRulestacksListPredefinedUrlCategoriesResponse = PredefinedUrlCategoriesResponse;
2143
+ /** Optional parameters. */
2144
+ export interface LocalRulestacksListSecurityServicesOptionalParams extends coreClient.OperationOptions {
2145
+ skip?: string;
2146
+ top?: number;
2147
+ }
2148
+ /** Contains response data for the listSecurityServices operation. */
2149
+ export type LocalRulestacksListSecurityServicesResponse = SecurityServicesResponse;
2150
+ /** Optional parameters. */
2151
+ export interface LocalRulestacksRevertOptionalParams extends coreClient.OperationOptions {
2152
+ }
2153
+ /** Optional parameters. */
2154
+ export interface LocalRulestacksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2155
+ }
2156
+ /** Contains response data for the listBySubscriptionNext operation. */
2157
+ export type LocalRulestacksListBySubscriptionNextResponse = LocalRulestackResourceListResult;
2158
+ /** Optional parameters. */
2159
+ export interface LocalRulestacksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2160
+ }
2161
+ /** Contains response data for the listByResourceGroupNext operation. */
2162
+ export type LocalRulestacksListByResourceGroupNextResponse = LocalRulestackResourceListResult;
2163
+ /** Optional parameters. */
2164
+ export interface FirewallStatusListByFirewallsOptionalParams extends coreClient.OperationOptions {
2165
+ }
2166
+ /** Contains response data for the listByFirewalls operation. */
2167
+ export type FirewallStatusListByFirewallsResponse = FirewallStatusResourceListResult;
2168
+ /** Optional parameters. */
2169
+ export interface FirewallStatusGetOptionalParams extends coreClient.OperationOptions {
2170
+ }
2171
+ /** Contains response data for the get operation. */
2172
+ export type FirewallStatusGetResponse = FirewallStatusResource;
2173
+ /** Optional parameters. */
2174
+ export interface FirewallStatusListByFirewallsNextOptionalParams extends coreClient.OperationOptions {
2175
+ }
2176
+ /** Contains response data for the listByFirewallsNext operation. */
2177
+ export type FirewallStatusListByFirewallsNextResponse = FirewallStatusResourceListResult;
2178
+ /** Optional parameters. */
2179
+ export interface CertificateObjectLocalRulestackListByLocalRulestacksOptionalParams extends coreClient.OperationOptions {
2180
+ }
2181
+ /** Contains response data for the listByLocalRulestacks operation. */
2182
+ export type CertificateObjectLocalRulestackListByLocalRulestacksResponse = CertificateObjectLocalRulestackResourceListResult;
2183
+ /** Optional parameters. */
2184
+ export interface CertificateObjectLocalRulestackGetOptionalParams extends coreClient.OperationOptions {
2185
+ }
2186
+ /** Contains response data for the get operation. */
2187
+ export type CertificateObjectLocalRulestackGetResponse = CertificateObjectLocalRulestackResource;
2188
+ /** Optional parameters. */
2189
+ export interface CertificateObjectLocalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2190
+ /** Delay to wait until next poll, in milliseconds. */
2191
+ updateIntervalInMs?: number;
2192
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2193
+ resumeFrom?: string;
2194
+ }
2195
+ /** Contains response data for the createOrUpdate operation. */
2196
+ export type CertificateObjectLocalRulestackCreateOrUpdateResponse = CertificateObjectLocalRulestackResource;
2197
+ /** Optional parameters. */
2198
+ export interface CertificateObjectLocalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
2199
+ /** Delay to wait until next poll, in milliseconds. */
2200
+ updateIntervalInMs?: number;
2201
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2202
+ resumeFrom?: string;
2203
+ }
2204
+ /** Optional parameters. */
2205
+ export interface CertificateObjectLocalRulestackListByLocalRulestacksNextOptionalParams extends coreClient.OperationOptions {
2206
+ }
2207
+ /** Contains response data for the listByLocalRulestacksNext operation. */
2208
+ export type CertificateObjectLocalRulestackListByLocalRulestacksNextResponse = CertificateObjectLocalRulestackResourceListResult;
2209
+ /** Optional parameters. */
2210
+ export interface FqdnListLocalRulestackListByLocalRulestacksOptionalParams extends coreClient.OperationOptions {
2211
+ }
2212
+ /** Contains response data for the listByLocalRulestacks operation. */
2213
+ export type FqdnListLocalRulestackListByLocalRulestacksResponse = FqdnListLocalRulestackResourceListResult;
2214
+ /** Optional parameters. */
2215
+ export interface FqdnListLocalRulestackGetOptionalParams extends coreClient.OperationOptions {
2216
+ }
2217
+ /** Contains response data for the get operation. */
2218
+ export type FqdnListLocalRulestackGetResponse = FqdnListLocalRulestackResource;
2219
+ /** Optional parameters. */
2220
+ export interface FqdnListLocalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2221
+ /** Delay to wait until next poll, in milliseconds. */
2222
+ updateIntervalInMs?: number;
2223
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2224
+ resumeFrom?: string;
2225
+ }
2226
+ /** Contains response data for the createOrUpdate operation. */
2227
+ export type FqdnListLocalRulestackCreateOrUpdateResponse = FqdnListLocalRulestackResource;
2228
+ /** Optional parameters. */
2229
+ export interface FqdnListLocalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
2230
+ /** Delay to wait until next poll, in milliseconds. */
2231
+ updateIntervalInMs?: number;
2232
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2233
+ resumeFrom?: string;
2234
+ }
2235
+ /** Optional parameters. */
2236
+ export interface FqdnListLocalRulestackListByLocalRulestacksNextOptionalParams extends coreClient.OperationOptions {
2237
+ }
2238
+ /** Contains response data for the listByLocalRulestacksNext operation. */
2239
+ export type FqdnListLocalRulestackListByLocalRulestacksNextResponse = FqdnListLocalRulestackResourceListResult;
2240
+ /** Optional parameters. */
2241
+ export interface LocalRulesListByLocalRulestacksOptionalParams extends coreClient.OperationOptions {
2242
+ }
2243
+ /** Contains response data for the listByLocalRulestacks operation. */
2244
+ export type LocalRulesListByLocalRulestacksResponse = LocalRulesResourceListResult;
2245
+ /** Optional parameters. */
2246
+ export interface LocalRulesGetOptionalParams extends coreClient.OperationOptions {
2247
+ }
2248
+ /** Contains response data for the get operation. */
2249
+ export type LocalRulesGetResponse = LocalRulesResource;
2250
+ /** Optional parameters. */
2251
+ export interface LocalRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2252
+ /** Delay to wait until next poll, in milliseconds. */
2253
+ updateIntervalInMs?: number;
2254
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2255
+ resumeFrom?: string;
2256
+ }
2257
+ /** Contains response data for the createOrUpdate operation. */
2258
+ export type LocalRulesCreateOrUpdateResponse = LocalRulesResource;
2259
+ /** Optional parameters. */
2260
+ export interface LocalRulesDeleteOptionalParams extends coreClient.OperationOptions {
2261
+ /** Delay to wait until next poll, in milliseconds. */
2262
+ updateIntervalInMs?: number;
2263
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2264
+ resumeFrom?: string;
2265
+ }
2266
+ /** Optional parameters. */
2267
+ export interface LocalRulesGetCountersOptionalParams extends coreClient.OperationOptions {
2268
+ firewallName?: string;
2269
+ }
2270
+ /** Contains response data for the getCounters operation. */
2271
+ export type LocalRulesGetCountersResponse = RuleCounter;
2272
+ /** Optional parameters. */
2273
+ export interface LocalRulesRefreshCountersOptionalParams extends coreClient.OperationOptions {
2274
+ firewallName?: string;
2275
+ }
2276
+ /** Optional parameters. */
2277
+ export interface LocalRulesResetCountersOptionalParams extends coreClient.OperationOptions {
2278
+ firewallName?: string;
2279
+ }
2280
+ /** Contains response data for the resetCounters operation. */
2281
+ export type LocalRulesResetCountersResponse = RuleCounterReset;
2282
+ /** Optional parameters. */
2283
+ export interface LocalRulesListByLocalRulestacksNextOptionalParams extends coreClient.OperationOptions {
2284
+ }
2285
+ /** Contains response data for the listByLocalRulestacksNext operation. */
2286
+ export type LocalRulesListByLocalRulestacksNextResponse = LocalRulesResourceListResult;
2287
+ /** Optional parameters. */
2288
+ export interface PrefixListLocalRulestackListByLocalRulestacksOptionalParams extends coreClient.OperationOptions {
2289
+ }
2290
+ /** Contains response data for the listByLocalRulestacks operation. */
2291
+ export type PrefixListLocalRulestackListByLocalRulestacksResponse = PrefixListResourceListResult;
2292
+ /** Optional parameters. */
2293
+ export interface PrefixListLocalRulestackGetOptionalParams extends coreClient.OperationOptions {
2294
+ }
2295
+ /** Contains response data for the get operation. */
2296
+ export type PrefixListLocalRulestackGetResponse = PrefixListResource;
2297
+ /** Optional parameters. */
2298
+ export interface PrefixListLocalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2299
+ /** Delay to wait until next poll, in milliseconds. */
2300
+ updateIntervalInMs?: number;
2301
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2302
+ resumeFrom?: string;
2303
+ }
2304
+ /** Contains response data for the createOrUpdate operation. */
2305
+ export type PrefixListLocalRulestackCreateOrUpdateResponse = PrefixListResource;
2306
+ /** Optional parameters. */
2307
+ export interface PrefixListLocalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
2308
+ /** Delay to wait until next poll, in milliseconds. */
2309
+ updateIntervalInMs?: number;
2310
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2311
+ resumeFrom?: string;
2312
+ }
2313
+ /** Optional parameters. */
2314
+ export interface PrefixListLocalRulestackListByLocalRulestacksNextOptionalParams extends coreClient.OperationOptions {
2315
+ }
2316
+ /** Contains response data for the listByLocalRulestacksNext operation. */
2317
+ export type PrefixListLocalRulestackListByLocalRulestacksNextResponse = PrefixListResourceListResult;
2318
+ /** Optional parameters. */
2319
+ export interface PaloAltoNetworksCloudngfwOptionalParams extends coreClient.ServiceClientOptions {
2320
+ /** server parameter */
2321
+ $host?: string;
2322
+ /** Api Version */
2323
+ apiVersion?: string;
2324
+ /** Overrides client endpoint. */
2325
+ endpoint?: string;
2326
+ }
2327
+ //# sourceMappingURL=index.d.ts.map