@azure/arm-paloaltonetworksngfw 1.1.2-alpha.20251110.1 → 1.2.0-alpha.20251112.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 (654) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -2
  3. package/dist/browser/index.d.ts.map +1 -1
  4. package/dist/browser/index.js +4 -7
  5. package/dist/browser/index.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts +1 -1
  7. package/dist/browser/lroImpl.d.ts.map +1 -1
  8. package/dist/browser/lroImpl.js +4 -2
  9. package/dist/browser/lroImpl.js.map +1 -1
  10. package/dist/browser/models/index.d.ts +457 -73
  11. package/dist/browser/models/index.d.ts.map +1 -1
  12. package/dist/browser/models/index.js +18 -7
  13. package/dist/browser/models/index.js.map +1 -1
  14. package/dist/browser/models/mappers.d.ts +37 -3
  15. package/dist/browser/models/mappers.d.ts.map +1 -1
  16. package/dist/browser/models/mappers.js +2011 -1186
  17. package/dist/browser/models/mappers.js.map +1 -1
  18. package/dist/browser/models/parameters.d.ts +2 -1
  19. package/dist/browser/models/parameters.d.ts.map +1 -1
  20. package/dist/browser/models/parameters.js +89 -87
  21. package/dist/browser/models/parameters.js.map +1 -1
  22. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  23. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  24. package/dist/browser/operations/certificateObjectGlobalRulestack.js +43 -64
  25. package/dist/browser/operations/certificateObjectGlobalRulestack.js.map +1 -1
  26. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts +5 -5
  27. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  28. package/dist/browser/operations/certificateObjectLocalRulestack.js +45 -50
  29. package/dist/browser/operations/certificateObjectLocalRulestack.js.map +1 -1
  30. package/dist/browser/operations/firewallStatus.d.ts +4 -4
  31. package/dist/browser/operations/firewallStatus.d.ts.map +1 -1
  32. package/dist/browser/operations/firewallStatus.js +20 -25
  33. package/dist/browser/operations/firewallStatus.js.map +1 -1
  34. package/dist/browser/operations/firewalls.d.ts +5 -5
  35. package/dist/browser/operations/firewalls.d.ts.map +1 -1
  36. package/dist/browser/operations/firewalls.js +80 -93
  37. package/dist/browser/operations/firewalls.js.map +1 -1
  38. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts +5 -5
  39. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  40. package/dist/browser/operations/fqdnListGlobalRulestack.js +43 -64
  41. package/dist/browser/operations/fqdnListGlobalRulestack.js.map +1 -1
  42. package/dist/browser/operations/fqdnListLocalRulestack.d.ts +5 -5
  43. package/dist/browser/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  44. package/dist/browser/operations/fqdnListLocalRulestack.js +45 -50
  45. package/dist/browser/operations/fqdnListLocalRulestack.js.map +1 -1
  46. package/dist/browser/operations/globalRulestack.d.ts +5 -5
  47. package/dist/browser/operations/globalRulestack.d.ts.map +1 -1
  48. package/dist/browser/operations/globalRulestack.js +86 -101
  49. package/dist/browser/operations/globalRulestack.js.map +1 -1
  50. package/dist/browser/operations/index.d.ts +3 -1
  51. package/dist/browser/operations/index.d.ts.map +1 -1
  52. package/dist/browser/operations/index.js +7 -8
  53. package/dist/browser/operations/index.js.map +1 -1
  54. package/dist/browser/operations/localRules.d.ts +5 -5
  55. package/dist/browser/operations/localRules.d.ts.map +1 -1
  56. package/dist/browser/operations/localRules.js +60 -65
  57. package/dist/browser/operations/localRules.js.map +1 -1
  58. package/dist/browser/operations/localRulestacks.d.ts +60 -8
  59. package/dist/browser/operations/localRulestacks.d.ts.map +1 -1
  60. package/dist/browser/operations/localRulestacks.js +350 -141
  61. package/dist/browser/operations/localRulestacks.js.map +1 -1
  62. package/dist/browser/operations/metricsObjectFirewall.d.ts +76 -0
  63. package/dist/browser/operations/metricsObjectFirewall.d.ts.map +1 -0
  64. package/dist/browser/operations/metricsObjectFirewall.js +338 -0
  65. package/dist/browser/operations/metricsObjectFirewall.js.map +1 -0
  66. package/dist/browser/operations/operations.d.ts +4 -4
  67. package/dist/browser/operations/operations.d.ts.map +1 -1
  68. package/dist/browser/operations/operations.js +13 -18
  69. package/dist/browser/operations/operations.js.map +1 -1
  70. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  71. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  72. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  73. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  74. package/dist/browser/operations/postRules.d.ts +5 -5
  75. package/dist/browser/operations/postRules.d.ts.map +1 -1
  76. package/dist/browser/operations/postRules.js +57 -90
  77. package/dist/browser/operations/postRules.js.map +1 -1
  78. package/dist/browser/operations/preRules.d.ts +5 -5
  79. package/dist/browser/operations/preRules.d.ts.map +1 -1
  80. package/dist/browser/operations/preRules.js +58 -91
  81. package/dist/browser/operations/preRules.js.map +1 -1
  82. package/dist/browser/operations/prefixListGlobalRulestack.d.ts +5 -5
  83. package/dist/browser/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  84. package/dist/browser/operations/prefixListGlobalRulestack.js +44 -65
  85. package/dist/browser/operations/prefixListGlobalRulestack.js.map +1 -1
  86. package/dist/browser/operations/prefixListLocalRulestack.d.ts +5 -5
  87. package/dist/browser/operations/prefixListLocalRulestack.d.ts.map +1 -1
  88. package/dist/browser/operations/prefixListLocalRulestack.js +45 -50
  89. package/dist/browser/operations/prefixListLocalRulestack.js.map +1 -1
  90. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  91. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  92. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  93. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  94. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  95. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  97. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/firewallStatus.d.ts +2 -2
  99. package/dist/browser/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  100. package/dist/browser/operationsInterfaces/firewallStatus.js +2 -7
  101. package/dist/browser/operationsInterfaces/firewallStatus.js.map +1 -1
  102. package/dist/browser/operationsInterfaces/firewalls.d.ts +3 -3
  103. package/dist/browser/operationsInterfaces/firewalls.d.ts.map +1 -1
  104. package/dist/browser/operationsInterfaces/firewalls.js +2 -7
  105. package/dist/browser/operationsInterfaces/firewalls.js.map +1 -1
  106. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  107. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  108. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  109. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  110. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  111. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  112. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  113. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  114. package/dist/browser/operationsInterfaces/globalRulestack.d.ts +3 -3
  115. package/dist/browser/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  116. package/dist/browser/operationsInterfaces/globalRulestack.js +2 -7
  117. package/dist/browser/operationsInterfaces/globalRulestack.js.map +1 -1
  118. package/dist/browser/operationsInterfaces/index.d.ts +3 -1
  119. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  120. package/dist/browser/operationsInterfaces/index.js +7 -8
  121. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  122. package/dist/browser/operationsInterfaces/localRules.d.ts +3 -3
  123. package/dist/browser/operationsInterfaces/localRules.d.ts.map +1 -1
  124. package/dist/browser/operationsInterfaces/localRules.js +2 -7
  125. package/dist/browser/operationsInterfaces/localRules.js.map +1 -1
  126. package/dist/browser/operationsInterfaces/localRulestacks.d.ts +24 -24
  127. package/dist/browser/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  128. package/dist/browser/operationsInterfaces/localRulestacks.js +2 -7
  129. package/dist/browser/operationsInterfaces/localRulestacks.js.map +1 -1
  130. package/dist/browser/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  131. package/dist/browser/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/metricsObjectFirewall.js +4 -0
  133. package/dist/browser/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  135. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  136. package/dist/browser/operationsInterfaces/operations.js +2 -7
  137. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  138. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  139. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  141. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/postRules.d.ts +3 -3
  143. package/dist/browser/operationsInterfaces/postRules.d.ts.map +1 -1
  144. package/dist/browser/operationsInterfaces/postRules.js +2 -7
  145. package/dist/browser/operationsInterfaces/postRules.js.map +1 -1
  146. package/dist/browser/operationsInterfaces/preRules.d.ts +3 -3
  147. package/dist/browser/operationsInterfaces/preRules.d.ts.map +1 -1
  148. package/dist/browser/operationsInterfaces/preRules.js +2 -7
  149. package/dist/browser/operationsInterfaces/preRules.js.map +1 -1
  150. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  151. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  152. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  153. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  154. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  155. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  156. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  157. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  158. package/dist/browser/pagingHelper.d.ts.map +1 -1
  159. package/dist/browser/pagingHelper.js +2 -7
  160. package/dist/browser/pagingHelper.js.map +1 -1
  161. package/dist/browser/paloAltoNetworksCloudngfw.d.ts +6 -4
  162. package/dist/browser/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  163. package/dist/browser/paloAltoNetworksCloudngfw.js +22 -23
  164. package/dist/browser/paloAltoNetworksCloudngfw.js.map +1 -1
  165. package/dist/commonjs/index.d.ts.map +1 -1
  166. package/dist/commonjs/index.js +4 -7
  167. package/dist/commonjs/index.js.map +1 -1
  168. package/dist/commonjs/lroImpl.d.ts +1 -1
  169. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  170. package/dist/commonjs/lroImpl.js +4 -2
  171. package/dist/commonjs/lroImpl.js.map +1 -1
  172. package/dist/commonjs/models/index.d.ts +457 -73
  173. package/dist/commonjs/models/index.d.ts.map +1 -1
  174. package/dist/commonjs/models/index.js +19 -8
  175. package/dist/commonjs/models/index.js.map +1 -1
  176. package/dist/commonjs/models/mappers.d.ts +37 -3
  177. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  178. package/dist/commonjs/models/mappers.js +2014 -1188
  179. package/dist/commonjs/models/mappers.js.map +1 -1
  180. package/dist/commonjs/models/parameters.d.ts +2 -1
  181. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  182. package/dist/commonjs/models/parameters.js +89 -87
  183. package/dist/commonjs/models/parameters.js.map +1 -1
  184. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  185. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  186. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js +43 -64
  187. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js.map +1 -1
  188. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts +5 -5
  189. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  190. package/dist/commonjs/operations/certificateObjectLocalRulestack.js +45 -50
  191. package/dist/commonjs/operations/certificateObjectLocalRulestack.js.map +1 -1
  192. package/dist/commonjs/operations/firewallStatus.d.ts +4 -4
  193. package/dist/commonjs/operations/firewallStatus.d.ts.map +1 -1
  194. package/dist/commonjs/operations/firewallStatus.js +20 -25
  195. package/dist/commonjs/operations/firewallStatus.js.map +1 -1
  196. package/dist/commonjs/operations/firewalls.d.ts +5 -5
  197. package/dist/commonjs/operations/firewalls.d.ts.map +1 -1
  198. package/dist/commonjs/operations/firewalls.js +80 -93
  199. package/dist/commonjs/operations/firewalls.js.map +1 -1
  200. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts +5 -5
  201. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  202. package/dist/commonjs/operations/fqdnListGlobalRulestack.js +43 -64
  203. package/dist/commonjs/operations/fqdnListGlobalRulestack.js.map +1 -1
  204. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts +5 -5
  205. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  206. package/dist/commonjs/operations/fqdnListLocalRulestack.js +45 -50
  207. package/dist/commonjs/operations/fqdnListLocalRulestack.js.map +1 -1
  208. package/dist/commonjs/operations/globalRulestack.d.ts +5 -5
  209. package/dist/commonjs/operations/globalRulestack.d.ts.map +1 -1
  210. package/dist/commonjs/operations/globalRulestack.js +86 -101
  211. package/dist/commonjs/operations/globalRulestack.js.map +1 -1
  212. package/dist/commonjs/operations/index.d.ts +3 -1
  213. package/dist/commonjs/operations/index.d.ts.map +1 -1
  214. package/dist/commonjs/operations/index.js +7 -8
  215. package/dist/commonjs/operations/index.js.map +1 -1
  216. package/dist/commonjs/operations/localRules.d.ts +5 -5
  217. package/dist/commonjs/operations/localRules.d.ts.map +1 -1
  218. package/dist/commonjs/operations/localRules.js +60 -65
  219. package/dist/commonjs/operations/localRules.js.map +1 -1
  220. package/dist/commonjs/operations/localRulestacks.d.ts +60 -8
  221. package/dist/commonjs/operations/localRulestacks.d.ts.map +1 -1
  222. package/dist/commonjs/operations/localRulestacks.js +350 -141
  223. package/dist/commonjs/operations/localRulestacks.js.map +1 -1
  224. package/dist/commonjs/operations/metricsObjectFirewall.d.ts +76 -0
  225. package/dist/commonjs/operations/metricsObjectFirewall.d.ts.map +1 -0
  226. package/dist/commonjs/operations/metricsObjectFirewall.js +343 -0
  227. package/dist/commonjs/operations/metricsObjectFirewall.js.map +1 -0
  228. package/dist/commonjs/operations/operations.d.ts +4 -4
  229. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  230. package/dist/commonjs/operations/operations.js +13 -18
  231. package/dist/commonjs/operations/operations.js.map +1 -1
  232. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  233. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  234. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.js +105 -0
  235. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  236. package/dist/commonjs/operations/postRules.d.ts +5 -5
  237. package/dist/commonjs/operations/postRules.d.ts.map +1 -1
  238. package/dist/commonjs/operations/postRules.js +57 -90
  239. package/dist/commonjs/operations/postRules.js.map +1 -1
  240. package/dist/commonjs/operations/preRules.d.ts +5 -5
  241. package/dist/commonjs/operations/preRules.d.ts.map +1 -1
  242. package/dist/commonjs/operations/preRules.js +58 -91
  243. package/dist/commonjs/operations/preRules.js.map +1 -1
  244. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts +5 -5
  245. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  246. package/dist/commonjs/operations/prefixListGlobalRulestack.js +44 -65
  247. package/dist/commonjs/operations/prefixListGlobalRulestack.js.map +1 -1
  248. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts +5 -5
  249. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts.map +1 -1
  250. package/dist/commonjs/operations/prefixListLocalRulestack.js +45 -50
  251. package/dist/commonjs/operations/prefixListLocalRulestack.js.map +1 -1
  252. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  253. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  254. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  255. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  256. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  257. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  258. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  259. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  260. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts +2 -2
  261. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  262. package/dist/commonjs/operationsInterfaces/firewallStatus.js +2 -7
  263. package/dist/commonjs/operationsInterfaces/firewallStatus.js.map +1 -1
  264. package/dist/commonjs/operationsInterfaces/firewalls.d.ts +3 -3
  265. package/dist/commonjs/operationsInterfaces/firewalls.d.ts.map +1 -1
  266. package/dist/commonjs/operationsInterfaces/firewalls.js +2 -7
  267. package/dist/commonjs/operationsInterfaces/firewalls.js.map +1 -1
  268. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  269. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  270. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  271. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  272. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  273. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  274. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  275. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  276. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts +3 -3
  277. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  278. package/dist/commonjs/operationsInterfaces/globalRulestack.js +2 -7
  279. package/dist/commonjs/operationsInterfaces/globalRulestack.js.map +1 -1
  280. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -1
  281. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  282. package/dist/commonjs/operationsInterfaces/index.js +7 -8
  283. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  284. package/dist/commonjs/operationsInterfaces/localRules.d.ts +3 -3
  285. package/dist/commonjs/operationsInterfaces/localRules.d.ts.map +1 -1
  286. package/dist/commonjs/operationsInterfaces/localRules.js +2 -7
  287. package/dist/commonjs/operationsInterfaces/localRules.js.map +1 -1
  288. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts +24 -24
  289. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  290. package/dist/commonjs/operationsInterfaces/localRulestacks.js +2 -7
  291. package/dist/commonjs/operationsInterfaces/localRulestacks.js.map +1 -1
  292. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  293. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.js +5 -0
  295. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  297. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  298. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  299. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  300. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  301. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +5 -0
  303. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/postRules.d.ts +3 -3
  305. package/dist/commonjs/operationsInterfaces/postRules.d.ts.map +1 -1
  306. package/dist/commonjs/operationsInterfaces/postRules.js +2 -7
  307. package/dist/commonjs/operationsInterfaces/postRules.js.map +1 -1
  308. package/dist/commonjs/operationsInterfaces/preRules.d.ts +3 -3
  309. package/dist/commonjs/operationsInterfaces/preRules.d.ts.map +1 -1
  310. package/dist/commonjs/operationsInterfaces/preRules.js +2 -7
  311. package/dist/commonjs/operationsInterfaces/preRules.js.map +1 -1
  312. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  313. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  314. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  315. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  316. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  317. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  318. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  319. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  320. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  321. package/dist/commonjs/pagingHelper.js +2 -7
  322. package/dist/commonjs/pagingHelper.js.map +1 -1
  323. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts +6 -4
  324. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  325. package/dist/commonjs/paloAltoNetworksCloudngfw.js +21 -22
  326. package/dist/commonjs/paloAltoNetworksCloudngfw.js.map +1 -1
  327. package/dist/commonjs/tsdoc-metadata.json +1 -1
  328. package/dist/esm/index.d.ts.map +1 -1
  329. package/dist/esm/index.js +4 -7
  330. package/dist/esm/index.js.map +1 -1
  331. package/dist/esm/lroImpl.d.ts +1 -1
  332. package/dist/esm/lroImpl.d.ts.map +1 -1
  333. package/dist/esm/lroImpl.js +4 -2
  334. package/dist/esm/lroImpl.js.map +1 -1
  335. package/dist/esm/models/index.d.ts +457 -73
  336. package/dist/esm/models/index.d.ts.map +1 -1
  337. package/dist/esm/models/index.js +18 -7
  338. package/dist/esm/models/index.js.map +1 -1
  339. package/dist/esm/models/mappers.d.ts +37 -3
  340. package/dist/esm/models/mappers.d.ts.map +1 -1
  341. package/dist/esm/models/mappers.js +2011 -1186
  342. package/dist/esm/models/mappers.js.map +1 -1
  343. package/dist/esm/models/parameters.d.ts +2 -1
  344. package/dist/esm/models/parameters.d.ts.map +1 -1
  345. package/dist/esm/models/parameters.js +89 -87
  346. package/dist/esm/models/parameters.js.map +1 -1
  347. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  348. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  349. package/dist/esm/operations/certificateObjectGlobalRulestack.js +43 -64
  350. package/dist/esm/operations/certificateObjectGlobalRulestack.js.map +1 -1
  351. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts +5 -5
  352. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  353. package/dist/esm/operations/certificateObjectLocalRulestack.js +45 -50
  354. package/dist/esm/operations/certificateObjectLocalRulestack.js.map +1 -1
  355. package/dist/esm/operations/firewallStatus.d.ts +4 -4
  356. package/dist/esm/operations/firewallStatus.d.ts.map +1 -1
  357. package/dist/esm/operations/firewallStatus.js +20 -25
  358. package/dist/esm/operations/firewallStatus.js.map +1 -1
  359. package/dist/esm/operations/firewalls.d.ts +5 -5
  360. package/dist/esm/operations/firewalls.d.ts.map +1 -1
  361. package/dist/esm/operations/firewalls.js +80 -93
  362. package/dist/esm/operations/firewalls.js.map +1 -1
  363. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts +5 -5
  364. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  365. package/dist/esm/operations/fqdnListGlobalRulestack.js +43 -64
  366. package/dist/esm/operations/fqdnListGlobalRulestack.js.map +1 -1
  367. package/dist/esm/operations/fqdnListLocalRulestack.d.ts +5 -5
  368. package/dist/esm/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  369. package/dist/esm/operations/fqdnListLocalRulestack.js +45 -50
  370. package/dist/esm/operations/fqdnListLocalRulestack.js.map +1 -1
  371. package/dist/esm/operations/globalRulestack.d.ts +5 -5
  372. package/dist/esm/operations/globalRulestack.d.ts.map +1 -1
  373. package/dist/esm/operations/globalRulestack.js +86 -101
  374. package/dist/esm/operations/globalRulestack.js.map +1 -1
  375. package/dist/esm/operations/index.d.ts +3 -1
  376. package/dist/esm/operations/index.d.ts.map +1 -1
  377. package/dist/esm/operations/index.js +7 -8
  378. package/dist/esm/operations/index.js.map +1 -1
  379. package/dist/esm/operations/localRules.d.ts +5 -5
  380. package/dist/esm/operations/localRules.d.ts.map +1 -1
  381. package/dist/esm/operations/localRules.js +60 -65
  382. package/dist/esm/operations/localRules.js.map +1 -1
  383. package/dist/esm/operations/localRulestacks.d.ts +60 -8
  384. package/dist/esm/operations/localRulestacks.d.ts.map +1 -1
  385. package/dist/esm/operations/localRulestacks.js +350 -141
  386. package/dist/esm/operations/localRulestacks.js.map +1 -1
  387. package/dist/esm/operations/metricsObjectFirewall.d.ts +76 -0
  388. package/dist/esm/operations/metricsObjectFirewall.d.ts.map +1 -0
  389. package/dist/esm/operations/metricsObjectFirewall.js +338 -0
  390. package/dist/esm/operations/metricsObjectFirewall.js.map +1 -0
  391. package/dist/esm/operations/operations.d.ts +4 -4
  392. package/dist/esm/operations/operations.d.ts.map +1 -1
  393. package/dist/esm/operations/operations.js +13 -18
  394. package/dist/esm/operations/operations.js.map +1 -1
  395. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  396. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  397. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  398. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  399. package/dist/esm/operations/postRules.d.ts +5 -5
  400. package/dist/esm/operations/postRules.d.ts.map +1 -1
  401. package/dist/esm/operations/postRules.js +57 -90
  402. package/dist/esm/operations/postRules.js.map +1 -1
  403. package/dist/esm/operations/preRules.d.ts +5 -5
  404. package/dist/esm/operations/preRules.d.ts.map +1 -1
  405. package/dist/esm/operations/preRules.js +58 -91
  406. package/dist/esm/operations/preRules.js.map +1 -1
  407. package/dist/esm/operations/prefixListGlobalRulestack.d.ts +5 -5
  408. package/dist/esm/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  409. package/dist/esm/operations/prefixListGlobalRulestack.js +44 -65
  410. package/dist/esm/operations/prefixListGlobalRulestack.js.map +1 -1
  411. package/dist/esm/operations/prefixListLocalRulestack.d.ts +5 -5
  412. package/dist/esm/operations/prefixListLocalRulestack.d.ts.map +1 -1
  413. package/dist/esm/operations/prefixListLocalRulestack.js +45 -50
  414. package/dist/esm/operations/prefixListLocalRulestack.js.map +1 -1
  415. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  416. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  417. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  418. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  419. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  420. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  421. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  422. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  423. package/dist/esm/operationsInterfaces/firewallStatus.d.ts +2 -2
  424. package/dist/esm/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  425. package/dist/esm/operationsInterfaces/firewallStatus.js +2 -7
  426. package/dist/esm/operationsInterfaces/firewallStatus.js.map +1 -1
  427. package/dist/esm/operationsInterfaces/firewalls.d.ts +3 -3
  428. package/dist/esm/operationsInterfaces/firewalls.d.ts.map +1 -1
  429. package/dist/esm/operationsInterfaces/firewalls.js +2 -7
  430. package/dist/esm/operationsInterfaces/firewalls.js.map +1 -1
  431. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  432. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  433. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  434. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  435. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  436. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  437. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  438. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  439. package/dist/esm/operationsInterfaces/globalRulestack.d.ts +3 -3
  440. package/dist/esm/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  441. package/dist/esm/operationsInterfaces/globalRulestack.js +2 -7
  442. package/dist/esm/operationsInterfaces/globalRulestack.js.map +1 -1
  443. package/dist/esm/operationsInterfaces/index.d.ts +3 -1
  444. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  445. package/dist/esm/operationsInterfaces/index.js +7 -8
  446. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  447. package/dist/esm/operationsInterfaces/localRules.d.ts +3 -3
  448. package/dist/esm/operationsInterfaces/localRules.d.ts.map +1 -1
  449. package/dist/esm/operationsInterfaces/localRules.js +2 -7
  450. package/dist/esm/operationsInterfaces/localRules.js.map +1 -1
  451. package/dist/esm/operationsInterfaces/localRulestacks.d.ts +24 -24
  452. package/dist/esm/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  453. package/dist/esm/operationsInterfaces/localRulestacks.js +2 -7
  454. package/dist/esm/operationsInterfaces/localRulestacks.js.map +1 -1
  455. package/dist/esm/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  456. package/dist/esm/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  457. package/dist/esm/operationsInterfaces/metricsObjectFirewall.js +4 -0
  458. package/dist/esm/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  459. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  460. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  461. package/dist/esm/operationsInterfaces/operations.js +2 -7
  462. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  463. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  464. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  465. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  466. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  467. package/dist/esm/operationsInterfaces/postRules.d.ts +3 -3
  468. package/dist/esm/operationsInterfaces/postRules.d.ts.map +1 -1
  469. package/dist/esm/operationsInterfaces/postRules.js +2 -7
  470. package/dist/esm/operationsInterfaces/postRules.js.map +1 -1
  471. package/dist/esm/operationsInterfaces/preRules.d.ts +3 -3
  472. package/dist/esm/operationsInterfaces/preRules.d.ts.map +1 -1
  473. package/dist/esm/operationsInterfaces/preRules.js +2 -7
  474. package/dist/esm/operationsInterfaces/preRules.js.map +1 -1
  475. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  476. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  477. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  478. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  479. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  480. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  481. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  482. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  483. package/dist/esm/pagingHelper.d.ts.map +1 -1
  484. package/dist/esm/pagingHelper.js +2 -7
  485. package/dist/esm/pagingHelper.js.map +1 -1
  486. package/dist/esm/paloAltoNetworksCloudngfw.d.ts +6 -4
  487. package/dist/esm/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  488. package/dist/esm/paloAltoNetworksCloudngfw.js +22 -23
  489. package/dist/esm/paloAltoNetworksCloudngfw.js.map +1 -1
  490. package/dist/react-native/index.d.ts.map +1 -1
  491. package/dist/react-native/index.js +4 -7
  492. package/dist/react-native/index.js.map +1 -1
  493. package/dist/react-native/lroImpl.d.ts +1 -1
  494. package/dist/react-native/lroImpl.d.ts.map +1 -1
  495. package/dist/react-native/lroImpl.js +4 -2
  496. package/dist/react-native/lroImpl.js.map +1 -1
  497. package/dist/react-native/models/index.d.ts +457 -73
  498. package/dist/react-native/models/index.d.ts.map +1 -1
  499. package/dist/react-native/models/index.js +18 -7
  500. package/dist/react-native/models/index.js.map +1 -1
  501. package/dist/react-native/models/mappers.d.ts +37 -3
  502. package/dist/react-native/models/mappers.d.ts.map +1 -1
  503. package/dist/react-native/models/mappers.js +2011 -1186
  504. package/dist/react-native/models/mappers.js.map +1 -1
  505. package/dist/react-native/models/parameters.d.ts +2 -1
  506. package/dist/react-native/models/parameters.d.ts.map +1 -1
  507. package/dist/react-native/models/parameters.js +89 -87
  508. package/dist/react-native/models/parameters.js.map +1 -1
  509. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  510. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  511. package/dist/react-native/operations/certificateObjectGlobalRulestack.js +43 -64
  512. package/dist/react-native/operations/certificateObjectGlobalRulestack.js.map +1 -1
  513. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts +5 -5
  514. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  515. package/dist/react-native/operations/certificateObjectLocalRulestack.js +45 -50
  516. package/dist/react-native/operations/certificateObjectLocalRulestack.js.map +1 -1
  517. package/dist/react-native/operations/firewallStatus.d.ts +4 -4
  518. package/dist/react-native/operations/firewallStatus.d.ts.map +1 -1
  519. package/dist/react-native/operations/firewallStatus.js +20 -25
  520. package/dist/react-native/operations/firewallStatus.js.map +1 -1
  521. package/dist/react-native/operations/firewalls.d.ts +5 -5
  522. package/dist/react-native/operations/firewalls.d.ts.map +1 -1
  523. package/dist/react-native/operations/firewalls.js +80 -93
  524. package/dist/react-native/operations/firewalls.js.map +1 -1
  525. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts +5 -5
  526. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  527. package/dist/react-native/operations/fqdnListGlobalRulestack.js +43 -64
  528. package/dist/react-native/operations/fqdnListGlobalRulestack.js.map +1 -1
  529. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts +5 -5
  530. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  531. package/dist/react-native/operations/fqdnListLocalRulestack.js +45 -50
  532. package/dist/react-native/operations/fqdnListLocalRulestack.js.map +1 -1
  533. package/dist/react-native/operations/globalRulestack.d.ts +5 -5
  534. package/dist/react-native/operations/globalRulestack.d.ts.map +1 -1
  535. package/dist/react-native/operations/globalRulestack.js +86 -101
  536. package/dist/react-native/operations/globalRulestack.js.map +1 -1
  537. package/dist/react-native/operations/index.d.ts +3 -1
  538. package/dist/react-native/operations/index.d.ts.map +1 -1
  539. package/dist/react-native/operations/index.js +7 -8
  540. package/dist/react-native/operations/index.js.map +1 -1
  541. package/dist/react-native/operations/localRules.d.ts +5 -5
  542. package/dist/react-native/operations/localRules.d.ts.map +1 -1
  543. package/dist/react-native/operations/localRules.js +60 -65
  544. package/dist/react-native/operations/localRules.js.map +1 -1
  545. package/dist/react-native/operations/localRulestacks.d.ts +60 -8
  546. package/dist/react-native/operations/localRulestacks.d.ts.map +1 -1
  547. package/dist/react-native/operations/localRulestacks.js +350 -141
  548. package/dist/react-native/operations/localRulestacks.js.map +1 -1
  549. package/dist/react-native/operations/metricsObjectFirewall.d.ts +76 -0
  550. package/dist/react-native/operations/metricsObjectFirewall.d.ts.map +1 -0
  551. package/dist/react-native/operations/metricsObjectFirewall.js +338 -0
  552. package/dist/react-native/operations/metricsObjectFirewall.js.map +1 -0
  553. package/dist/react-native/operations/operations.d.ts +4 -4
  554. package/dist/react-native/operations/operations.d.ts.map +1 -1
  555. package/dist/react-native/operations/operations.js +13 -18
  556. package/dist/react-native/operations/operations.js.map +1 -1
  557. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  558. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  559. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  560. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  561. package/dist/react-native/operations/postRules.d.ts +5 -5
  562. package/dist/react-native/operations/postRules.d.ts.map +1 -1
  563. package/dist/react-native/operations/postRules.js +57 -90
  564. package/dist/react-native/operations/postRules.js.map +1 -1
  565. package/dist/react-native/operations/preRules.d.ts +5 -5
  566. package/dist/react-native/operations/preRules.d.ts.map +1 -1
  567. package/dist/react-native/operations/preRules.js +58 -91
  568. package/dist/react-native/operations/preRules.js.map +1 -1
  569. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts +5 -5
  570. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  571. package/dist/react-native/operations/prefixListGlobalRulestack.js +44 -65
  572. package/dist/react-native/operations/prefixListGlobalRulestack.js.map +1 -1
  573. package/dist/react-native/operations/prefixListLocalRulestack.d.ts +5 -5
  574. package/dist/react-native/operations/prefixListLocalRulestack.d.ts.map +1 -1
  575. package/dist/react-native/operations/prefixListLocalRulestack.js +45 -50
  576. package/dist/react-native/operations/prefixListLocalRulestack.js.map +1 -1
  577. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  578. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  579. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  580. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  581. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  582. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  583. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  584. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  585. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts +2 -2
  586. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  587. package/dist/react-native/operationsInterfaces/firewallStatus.js +2 -7
  588. package/dist/react-native/operationsInterfaces/firewallStatus.js.map +1 -1
  589. package/dist/react-native/operationsInterfaces/firewalls.d.ts +3 -3
  590. package/dist/react-native/operationsInterfaces/firewalls.d.ts.map +1 -1
  591. package/dist/react-native/operationsInterfaces/firewalls.js +2 -7
  592. package/dist/react-native/operationsInterfaces/firewalls.js.map +1 -1
  593. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  594. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  595. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  596. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  597. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  598. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  599. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  600. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  601. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts +3 -3
  602. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  603. package/dist/react-native/operationsInterfaces/globalRulestack.js +2 -7
  604. package/dist/react-native/operationsInterfaces/globalRulestack.js.map +1 -1
  605. package/dist/react-native/operationsInterfaces/index.d.ts +3 -1
  606. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  607. package/dist/react-native/operationsInterfaces/index.js +7 -8
  608. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  609. package/dist/react-native/operationsInterfaces/localRules.d.ts +3 -3
  610. package/dist/react-native/operationsInterfaces/localRules.d.ts.map +1 -1
  611. package/dist/react-native/operationsInterfaces/localRules.js +2 -7
  612. package/dist/react-native/operationsInterfaces/localRules.js.map +1 -1
  613. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts +24 -24
  614. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  615. package/dist/react-native/operationsInterfaces/localRulestacks.js +2 -7
  616. package/dist/react-native/operationsInterfaces/localRulestacks.js.map +1 -1
  617. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  618. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  619. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.js +4 -0
  620. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  621. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  622. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  623. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  624. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  625. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  626. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  627. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  628. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  629. package/dist/react-native/operationsInterfaces/postRules.d.ts +3 -3
  630. package/dist/react-native/operationsInterfaces/postRules.d.ts.map +1 -1
  631. package/dist/react-native/operationsInterfaces/postRules.js +2 -7
  632. package/dist/react-native/operationsInterfaces/postRules.js.map +1 -1
  633. package/dist/react-native/operationsInterfaces/preRules.d.ts +3 -3
  634. package/dist/react-native/operationsInterfaces/preRules.d.ts.map +1 -1
  635. package/dist/react-native/operationsInterfaces/preRules.js +2 -7
  636. package/dist/react-native/operationsInterfaces/preRules.js.map +1 -1
  637. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  638. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  639. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  640. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  641. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  642. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  643. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  644. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  645. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  646. package/dist/react-native/pagingHelper.js +2 -7
  647. package/dist/react-native/pagingHelper.js.map +1 -1
  648. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts +6 -4
  649. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  650. package/dist/react-native/paloAltoNetworksCloudngfw.js +22 -23
  651. package/dist/react-native/paloAltoNetworksCloudngfw.js.map +1 -1
  652. package/package.json +35 -34
  653. package/CHANGELOG.md +0 -28
  654. package/review/arm-paloaltonetworksngfw-node.api.md +0 -2026
@@ -1,10 +1,5 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  export const GlobalRulestackResourceListResult = {
9
4
  type: {
10
5
  name: "Composite",
@@ -18,19 +13,19 @@ export const GlobalRulestackResourceListResult = {
18
13
  element: {
19
14
  type: {
20
15
  name: "Composite",
21
- className: "GlobalRulestackResource"
22
- }
23
- }
24
- }
16
+ className: "GlobalRulestackResource",
17
+ },
18
+ },
19
+ },
25
20
  },
26
21
  nextLink: {
27
22
  serializedName: "nextLink",
28
23
  type: {
29
- name: "String"
30
- }
31
- }
32
- }
33
- }
24
+ name: "String",
25
+ },
26
+ },
27
+ },
28
+ },
34
29
  };
35
30
  export const SecurityServices = {
36
31
  type: {
@@ -40,53 +35,53 @@ export const SecurityServices = {
40
35
  vulnerabilityProfile: {
41
36
  serializedName: "vulnerabilityProfile",
42
37
  type: {
43
- name: "String"
44
- }
38
+ name: "String",
39
+ },
45
40
  },
46
41
  antiSpywareProfile: {
47
42
  serializedName: "antiSpywareProfile",
48
43
  type: {
49
- name: "String"
50
- }
44
+ name: "String",
45
+ },
51
46
  },
52
47
  antiVirusProfile: {
53
48
  serializedName: "antiVirusProfile",
54
49
  type: {
55
- name: "String"
56
- }
50
+ name: "String",
51
+ },
57
52
  },
58
53
  urlFilteringProfile: {
59
54
  serializedName: "urlFilteringProfile",
60
55
  type: {
61
- name: "String"
62
- }
56
+ name: "String",
57
+ },
63
58
  },
64
59
  fileBlockingProfile: {
65
60
  serializedName: "fileBlockingProfile",
66
61
  type: {
67
- name: "String"
68
- }
62
+ name: "String",
63
+ },
69
64
  },
70
65
  dnsSubscription: {
71
66
  serializedName: "dnsSubscription",
72
67
  type: {
73
- name: "String"
74
- }
68
+ name: "String",
69
+ },
75
70
  },
76
71
  outboundUnTrustCertificate: {
77
72
  serializedName: "outboundUnTrustCertificate",
78
73
  type: {
79
- name: "String"
80
- }
74
+ name: "String",
75
+ },
81
76
  },
82
77
  outboundTrustCertificate: {
83
78
  serializedName: "outboundTrustCertificate",
84
79
  type: {
85
- name: "String"
86
- }
87
- }
88
- }
89
- }
80
+ name: "String",
81
+ },
82
+ },
83
+ },
84
+ },
90
85
  };
91
86
  export const AzureResourceManagerManagedIdentityProperties = {
92
87
  type: {
@@ -97,22 +92,22 @@ export const AzureResourceManagerManagedIdentityProperties = {
97
92
  serializedName: "tenantId",
98
93
  readOnly: true,
99
94
  type: {
100
- name: "String"
101
- }
95
+ name: "String",
96
+ },
102
97
  },
103
98
  principalId: {
104
99
  serializedName: "principalId",
105
100
  readOnly: true,
106
101
  type: {
107
- name: "String"
108
- }
102
+ name: "String",
103
+ },
109
104
  },
110
105
  type: {
111
106
  serializedName: "type",
112
107
  required: true,
113
108
  type: {
114
- name: "String"
115
- }
109
+ name: "String",
110
+ },
116
111
  },
117
112
  userAssignedIdentities: {
118
113
  serializedName: "userAssignedIdentities",
@@ -121,13 +116,13 @@ export const AzureResourceManagerManagedIdentityProperties = {
121
116
  value: {
122
117
  type: {
123
118
  name: "Composite",
124
- className: "AzureResourceManagerUserAssignedIdentity"
125
- }
126
- }
127
- }
128
- }
129
- }
130
- }
119
+ className: "AzureResourceManagerUserAssignedIdentity",
120
+ },
121
+ },
122
+ },
123
+ },
124
+ },
125
+ },
131
126
  };
132
127
  export const AzureResourceManagerUserAssignedIdentity = {
133
128
  type: {
@@ -137,17 +132,17 @@ export const AzureResourceManagerUserAssignedIdentity = {
137
132
  clientId: {
138
133
  serializedName: "clientId",
139
134
  type: {
140
- name: "String"
141
- }
135
+ name: "String",
136
+ },
142
137
  },
143
138
  principalId: {
144
139
  serializedName: "principalId",
145
140
  type: {
146
- name: "String"
147
- }
148
- }
149
- }
150
- }
141
+ name: "String",
142
+ },
143
+ },
144
+ },
145
+ },
151
146
  };
152
147
  export const Resource = {
153
148
  type: {
@@ -158,32 +153,32 @@ export const Resource = {
158
153
  serializedName: "id",
159
154
  readOnly: true,
160
155
  type: {
161
- name: "String"
162
- }
156
+ name: "String",
157
+ },
163
158
  },
164
159
  name: {
165
160
  serializedName: "name",
166
161
  readOnly: true,
167
162
  type: {
168
- name: "String"
169
- }
163
+ name: "String",
164
+ },
170
165
  },
171
166
  type: {
172
167
  serializedName: "type",
173
168
  readOnly: true,
174
169
  type: {
175
- name: "String"
176
- }
170
+ name: "String",
171
+ },
177
172
  },
178
173
  systemData: {
179
174
  serializedName: "systemData",
180
175
  type: {
181
176
  name: "Composite",
182
- className: "SystemData"
183
- }
184
- }
185
- }
186
- }
177
+ className: "SystemData",
178
+ },
179
+ },
180
+ },
181
+ },
187
182
  };
188
183
  export const SystemData = {
189
184
  type: {
@@ -193,41 +188,41 @@ export const SystemData = {
193
188
  createdBy: {
194
189
  serializedName: "createdBy",
195
190
  type: {
196
- name: "String"
197
- }
191
+ name: "String",
192
+ },
198
193
  },
199
194
  createdByType: {
200
195
  serializedName: "createdByType",
201
196
  type: {
202
- name: "String"
203
- }
197
+ name: "String",
198
+ },
204
199
  },
205
200
  createdAt: {
206
201
  serializedName: "createdAt",
207
202
  type: {
208
- name: "DateTime"
209
- }
203
+ name: "DateTime",
204
+ },
210
205
  },
211
206
  lastModifiedBy: {
212
207
  serializedName: "lastModifiedBy",
213
208
  type: {
214
- name: "String"
215
- }
209
+ name: "String",
210
+ },
216
211
  },
217
212
  lastModifiedByType: {
218
213
  serializedName: "lastModifiedByType",
219
214
  type: {
220
- name: "String"
221
- }
215
+ name: "String",
216
+ },
222
217
  },
223
218
  lastModifiedAt: {
224
219
  serializedName: "lastModifiedAt",
225
220
  type: {
226
- name: "DateTime"
227
- }
228
- }
229
- }
230
- }
221
+ name: "DateTime",
222
+ },
223
+ },
224
+ },
225
+ },
231
226
  };
232
227
  export const ErrorResponse = {
233
228
  type: {
@@ -238,11 +233,11 @@ export const ErrorResponse = {
238
233
  serializedName: "error",
239
234
  type: {
240
235
  name: "Composite",
241
- className: "ErrorDetail"
242
- }
243
- }
244
- }
245
- }
236
+ className: "ErrorDetail",
237
+ },
238
+ },
239
+ },
240
+ },
246
241
  };
247
242
  export const ErrorDetail = {
248
243
  type: {
@@ -253,22 +248,22 @@ export const ErrorDetail = {
253
248
  serializedName: "code",
254
249
  readOnly: true,
255
250
  type: {
256
- name: "String"
257
- }
251
+ name: "String",
252
+ },
258
253
  },
259
254
  message: {
260
255
  serializedName: "message",
261
256
  readOnly: true,
262
257
  type: {
263
- name: "String"
264
- }
258
+ name: "String",
259
+ },
265
260
  },
266
261
  target: {
267
262
  serializedName: "target",
268
263
  readOnly: true,
269
264
  type: {
270
- name: "String"
271
- }
265
+ name: "String",
266
+ },
272
267
  },
273
268
  details: {
274
269
  serializedName: "details",
@@ -278,10 +273,10 @@ export const ErrorDetail = {
278
273
  element: {
279
274
  type: {
280
275
  name: "Composite",
281
- className: "ErrorDetail"
282
- }
283
- }
284
- }
276
+ className: "ErrorDetail",
277
+ },
278
+ },
279
+ },
285
280
  },
286
281
  additionalInfo: {
287
282
  serializedName: "additionalInfo",
@@ -291,13 +286,13 @@ export const ErrorDetail = {
291
286
  element: {
292
287
  type: {
293
288
  name: "Composite",
294
- className: "ErrorAdditionalInfo"
295
- }
296
- }
297
- }
298
- }
299
- }
300
- }
289
+ className: "ErrorAdditionalInfo",
290
+ },
291
+ },
292
+ },
293
+ },
294
+ },
295
+ },
301
296
  };
302
297
  export const ErrorAdditionalInfo = {
303
298
  type: {
@@ -308,19 +303,19 @@ export const ErrorAdditionalInfo = {
308
303
  serializedName: "type",
309
304
  readOnly: true,
310
305
  type: {
311
- name: "String"
312
- }
306
+ name: "String",
307
+ },
313
308
  },
314
309
  info: {
315
310
  serializedName: "info",
316
311
  readOnly: true,
317
312
  type: {
318
313
  name: "Dictionary",
319
- value: { type: { name: "any" } }
320
- }
321
- }
322
- }
323
- }
314
+ value: { type: { name: "any" } },
315
+ },
316
+ },
317
+ },
318
+ },
324
319
  };
325
320
  export const GlobalRulestackResourceUpdate = {
326
321
  type: {
@@ -330,25 +325,25 @@ export const GlobalRulestackResourceUpdate = {
330
325
  location: {
331
326
  serializedName: "location",
332
327
  type: {
333
- name: "String"
334
- }
328
+ name: "String",
329
+ },
335
330
  },
336
331
  identity: {
337
332
  serializedName: "identity",
338
333
  type: {
339
334
  name: "Composite",
340
- className: "AzureResourceManagerManagedIdentityProperties"
341
- }
335
+ className: "AzureResourceManagerManagedIdentityProperties",
336
+ },
342
337
  },
343
338
  properties: {
344
339
  serializedName: "properties",
345
340
  type: {
346
341
  name: "Composite",
347
- className: "GlobalRulestackResourceUpdateProperties"
348
- }
349
- }
350
- }
351
- }
342
+ className: "GlobalRulestackResourceUpdateProperties",
343
+ },
344
+ },
345
+ },
346
+ },
352
347
  };
353
348
  export const GlobalRulestackResourceUpdateProperties = {
354
349
  type: {
@@ -358,20 +353,20 @@ export const GlobalRulestackResourceUpdateProperties = {
358
353
  panEtag: {
359
354
  serializedName: "panEtag",
360
355
  type: {
361
- name: "String"
362
- }
356
+ name: "String",
357
+ },
363
358
  },
364
359
  panLocation: {
365
360
  serializedName: "panLocation",
366
361
  type: {
367
- name: "String"
368
- }
362
+ name: "String",
363
+ },
369
364
  },
370
365
  scope: {
371
366
  serializedName: "scope",
372
367
  type: {
373
- name: "String"
374
- }
368
+ name: "String",
369
+ },
375
370
  },
376
371
  associatedSubscriptions: {
377
372
  serializedName: "associatedSubscriptions",
@@ -379,38 +374,38 @@ export const GlobalRulestackResourceUpdateProperties = {
379
374
  name: "Sequence",
380
375
  element: {
381
376
  type: {
382
- name: "String"
383
- }
384
- }
385
- }
377
+ name: "String",
378
+ },
379
+ },
380
+ },
386
381
  },
387
382
  description: {
388
383
  serializedName: "description",
389
384
  type: {
390
- name: "String"
391
- }
385
+ name: "String",
386
+ },
392
387
  },
393
388
  defaultMode: {
394
389
  serializedName: "defaultMode",
395
390
  type: {
396
- name: "String"
397
- }
391
+ name: "String",
392
+ },
398
393
  },
399
394
  minAppIdVersion: {
400
395
  serializedName: "minAppIdVersion",
401
396
  type: {
402
- name: "String"
403
- }
397
+ name: "String",
398
+ },
404
399
  },
405
400
  securityServices: {
406
401
  serializedName: "securityServices",
407
402
  type: {
408
403
  name: "Composite",
409
- className: "SecurityServices"
410
- }
411
- }
412
- }
413
- }
404
+ className: "SecurityServices",
405
+ },
406
+ },
407
+ },
408
+ },
414
409
  };
415
410
  export const CertificateObjectGlobalRulestackResourceListResult = {
416
411
  type: {
@@ -425,19 +420,19 @@ export const CertificateObjectGlobalRulestackResourceListResult = {
425
420
  element: {
426
421
  type: {
427
422
  name: "Composite",
428
- className: "CertificateObjectGlobalRulestackResource"
429
- }
430
- }
431
- }
423
+ className: "CertificateObjectGlobalRulestackResource",
424
+ },
425
+ },
426
+ },
432
427
  },
433
428
  nextLink: {
434
429
  serializedName: "nextLink",
435
430
  type: {
436
- name: "String"
437
- }
438
- }
439
- }
440
- }
431
+ name: "String",
432
+ },
433
+ },
434
+ },
435
+ },
441
436
  };
442
437
  export const FqdnListGlobalRulestackResourceListResult = {
443
438
  type: {
@@ -452,19 +447,19 @@ export const FqdnListGlobalRulestackResourceListResult = {
452
447
  element: {
453
448
  type: {
454
449
  name: "Composite",
455
- className: "FqdnListGlobalRulestackResource"
456
- }
457
- }
458
- }
450
+ className: "FqdnListGlobalRulestackResource",
451
+ },
452
+ },
453
+ },
459
454
  },
460
455
  nextLink: {
461
456
  serializedName: "nextLink",
462
457
  type: {
463
- name: "String"
464
- }
465
- }
466
- }
467
- }
458
+ name: "String",
459
+ },
460
+ },
461
+ },
462
+ },
468
463
  };
469
464
  export const Changelog = {
470
465
  type: {
@@ -478,25 +473,25 @@ export const Changelog = {
478
473
  name: "Sequence",
479
474
  element: {
480
475
  type: {
481
- name: "String"
482
- }
483
- }
484
- }
476
+ name: "String",
477
+ },
478
+ },
479
+ },
485
480
  },
486
481
  lastCommitted: {
487
482
  serializedName: "lastCommitted",
488
483
  type: {
489
- name: "DateTime"
490
- }
484
+ name: "DateTime",
485
+ },
491
486
  },
492
487
  lastModified: {
493
488
  serializedName: "lastModified",
494
489
  type: {
495
- name: "DateTime"
496
- }
497
- }
498
- }
499
- }
490
+ name: "DateTime",
491
+ },
492
+ },
493
+ },
494
+ },
500
495
  };
501
496
  export const AdvSecurityObjectListResponse = {
502
497
  type: {
@@ -507,17 +502,17 @@ export const AdvSecurityObjectListResponse = {
507
502
  serializedName: "value",
508
503
  type: {
509
504
  name: "Composite",
510
- className: "AdvSecurityObjectModel"
511
- }
505
+ className: "AdvSecurityObjectModel",
506
+ },
512
507
  },
513
508
  nextLink: {
514
509
  serializedName: "nextLink",
515
510
  type: {
516
- name: "String"
517
- }
518
- }
519
- }
520
- }
511
+ name: "String",
512
+ },
513
+ },
514
+ },
515
+ },
521
516
  };
522
517
  export const AdvSecurityObjectModel = {
523
518
  type: {
@@ -527,8 +522,8 @@ export const AdvSecurityObjectModel = {
527
522
  type: {
528
523
  serializedName: "type",
529
524
  type: {
530
- name: "String"
531
- }
525
+ name: "String",
526
+ },
532
527
  },
533
528
  entry: {
534
529
  serializedName: "entry",
@@ -538,13 +533,13 @@ export const AdvSecurityObjectModel = {
538
533
  element: {
539
534
  type: {
540
535
  name: "Composite",
541
- className: "NameDescriptionObject"
542
- }
543
- }
544
- }
545
- }
546
- }
547
- }
536
+ className: "NameDescriptionObject",
537
+ },
538
+ },
539
+ },
540
+ },
541
+ },
542
+ },
548
543
  };
549
544
  export const NameDescriptionObject = {
550
545
  type: {
@@ -555,17 +550,17 @@ export const NameDescriptionObject = {
555
550
  serializedName: "name",
556
551
  required: true,
557
552
  type: {
558
- name: "String"
559
- }
553
+ name: "String",
554
+ },
560
555
  },
561
556
  description: {
562
557
  serializedName: "description",
563
558
  type: {
564
- name: "String"
565
- }
566
- }
567
- }
568
- }
559
+ name: "String",
560
+ },
561
+ },
562
+ },
563
+ },
569
564
  };
570
565
  export const ListAppIdResponse = {
571
566
  type: {
@@ -579,19 +574,19 @@ export const ListAppIdResponse = {
579
574
  name: "Sequence",
580
575
  element: {
581
576
  type: {
582
- name: "String"
583
- }
584
- }
585
- }
577
+ name: "String",
578
+ },
579
+ },
580
+ },
586
581
  },
587
582
  nextLink: {
588
583
  serializedName: "nextLink",
589
584
  type: {
590
- name: "String"
591
- }
592
- }
593
- }
594
- }
585
+ name: "String",
586
+ },
587
+ },
588
+ },
589
+ },
595
590
  };
596
591
  export const CountriesResponse = {
597
592
  type: {
@@ -606,19 +601,19 @@ export const CountriesResponse = {
606
601
  element: {
607
602
  type: {
608
603
  name: "Composite",
609
- className: "Country"
610
- }
611
- }
612
- }
604
+ className: "Country",
605
+ },
606
+ },
607
+ },
613
608
  },
614
609
  nextLink: {
615
610
  serializedName: "nextLink",
616
611
  type: {
617
- name: "String"
618
- }
619
- }
620
- }
621
- }
612
+ name: "String",
613
+ },
614
+ },
615
+ },
616
+ },
622
617
  };
623
618
  export const Country = {
624
619
  type: {
@@ -629,17 +624,17 @@ export const Country = {
629
624
  serializedName: "code",
630
625
  required: true,
631
626
  type: {
632
- name: "String"
633
- }
627
+ name: "String",
628
+ },
634
629
  },
635
630
  description: {
636
631
  serializedName: "description",
637
632
  type: {
638
- name: "String"
639
- }
640
- }
641
- }
642
- }
633
+ name: "String",
634
+ },
635
+ },
636
+ },
637
+ },
643
638
  };
644
639
  export const ListFirewallsResponse = {
645
640
  type: {
@@ -653,19 +648,19 @@ export const ListFirewallsResponse = {
653
648
  name: "Sequence",
654
649
  element: {
655
650
  type: {
656
- name: "String"
657
- }
658
- }
659
- }
651
+ name: "String",
652
+ },
653
+ },
654
+ },
660
655
  },
661
656
  nextLink: {
662
657
  serializedName: "nextLink",
663
658
  type: {
664
- name: "String"
665
- }
666
- }
667
- }
668
- }
659
+ name: "String",
660
+ },
661
+ },
662
+ },
663
+ },
669
664
  };
670
665
  export const PredefinedUrlCategoriesResponse = {
671
666
  type: {
@@ -680,19 +675,19 @@ export const PredefinedUrlCategoriesResponse = {
680
675
  element: {
681
676
  type: {
682
677
  name: "Composite",
683
- className: "PredefinedUrlCategory"
684
- }
685
- }
686
- }
678
+ className: "PredefinedUrlCategory",
679
+ },
680
+ },
681
+ },
687
682
  },
688
683
  nextLink: {
689
684
  serializedName: "nextLink",
690
685
  type: {
691
- name: "String"
692
- }
693
- }
694
- }
695
- }
686
+ name: "String",
687
+ },
688
+ },
689
+ },
690
+ },
696
691
  };
697
692
  export const PredefinedUrlCategory = {
698
693
  type: {
@@ -703,18 +698,18 @@ export const PredefinedUrlCategory = {
703
698
  serializedName: "action",
704
699
  required: true,
705
700
  type: {
706
- name: "String"
707
- }
701
+ name: "String",
702
+ },
708
703
  },
709
704
  name: {
710
705
  serializedName: "name",
711
706
  required: true,
712
707
  type: {
713
- name: "String"
714
- }
715
- }
716
- }
717
- }
708
+ name: "String",
709
+ },
710
+ },
711
+ },
712
+ },
718
713
  };
719
714
  export const SecurityServicesResponse = {
720
715
  type: {
@@ -725,17 +720,17 @@ export const SecurityServicesResponse = {
725
720
  serializedName: "value",
726
721
  type: {
727
722
  name: "Composite",
728
- className: "SecurityServicesTypeList"
729
- }
723
+ className: "SecurityServicesTypeList",
724
+ },
730
725
  },
731
726
  nextLink: {
732
727
  serializedName: "nextLink",
733
728
  type: {
734
- name: "String"
735
- }
736
- }
737
- }
738
- }
729
+ name: "String",
730
+ },
731
+ },
732
+ },
733
+ },
739
734
  };
740
735
  export const SecurityServicesTypeList = {
741
736
  type: {
@@ -745,8 +740,8 @@ export const SecurityServicesTypeList = {
745
740
  type: {
746
741
  serializedName: "type",
747
742
  type: {
748
- name: "String"
749
- }
743
+ name: "String",
744
+ },
750
745
  },
751
746
  entry: {
752
747
  serializedName: "entry",
@@ -756,13 +751,13 @@ export const SecurityServicesTypeList = {
756
751
  element: {
757
752
  type: {
758
753
  name: "Composite",
759
- className: "NameDescriptionObject"
760
- }
761
- }
762
- }
763
- }
764
- }
765
- }
754
+ className: "NameDescriptionObject",
755
+ },
756
+ },
757
+ },
758
+ },
759
+ },
760
+ },
766
761
  };
767
762
  export const PostRulesResourceListResult = {
768
763
  type: {
@@ -777,19 +772,19 @@ export const PostRulesResourceListResult = {
777
772
  element: {
778
773
  type: {
779
774
  name: "Composite",
780
- className: "PostRulesResource"
781
- }
782
- }
783
- }
775
+ className: "PostRulesResource",
776
+ },
777
+ },
778
+ },
784
779
  },
785
780
  nextLink: {
786
781
  serializedName: "nextLink",
787
782
  type: {
788
- name: "String"
789
- }
790
- }
791
- }
792
- }
783
+ name: "String",
784
+ },
785
+ },
786
+ },
787
+ },
793
788
  };
794
789
  export const SourceAddr = {
795
790
  type: {
@@ -802,10 +797,10 @@ export const SourceAddr = {
802
797
  name: "Sequence",
803
798
  element: {
804
799
  type: {
805
- name: "String"
806
- }
807
- }
808
- }
800
+ name: "String",
801
+ },
802
+ },
803
+ },
809
804
  },
810
805
  countries: {
811
806
  serializedName: "countries",
@@ -813,10 +808,10 @@ export const SourceAddr = {
813
808
  name: "Sequence",
814
809
  element: {
815
810
  type: {
816
- name: "String"
817
- }
818
- }
819
- }
811
+ name: "String",
812
+ },
813
+ },
814
+ },
820
815
  },
821
816
  feeds: {
822
817
  serializedName: "feeds",
@@ -824,10 +819,10 @@ export const SourceAddr = {
824
819
  name: "Sequence",
825
820
  element: {
826
821
  type: {
827
- name: "String"
828
- }
829
- }
830
- }
822
+ name: "String",
823
+ },
824
+ },
825
+ },
831
826
  },
832
827
  prefixLists: {
833
828
  serializedName: "prefixLists",
@@ -835,13 +830,13 @@ export const SourceAddr = {
835
830
  name: "Sequence",
836
831
  element: {
837
832
  type: {
838
- name: "String"
839
- }
840
- }
841
- }
842
- }
843
- }
844
- }
833
+ name: "String",
834
+ },
835
+ },
836
+ },
837
+ },
838
+ },
839
+ },
845
840
  };
846
841
  export const DestinationAddr = {
847
842
  type: {
@@ -854,10 +849,10 @@ export const DestinationAddr = {
854
849
  name: "Sequence",
855
850
  element: {
856
851
  type: {
857
- name: "String"
858
- }
859
- }
860
- }
852
+ name: "String",
853
+ },
854
+ },
855
+ },
861
856
  },
862
857
  countries: {
863
858
  serializedName: "countries",
@@ -865,10 +860,10 @@ export const DestinationAddr = {
865
860
  name: "Sequence",
866
861
  element: {
867
862
  type: {
868
- name: "String"
869
- }
870
- }
871
- }
863
+ name: "String",
864
+ },
865
+ },
866
+ },
872
867
  },
873
868
  feeds: {
874
869
  serializedName: "feeds",
@@ -876,10 +871,10 @@ export const DestinationAddr = {
876
871
  name: "Sequence",
877
872
  element: {
878
873
  type: {
879
- name: "String"
880
- }
881
- }
882
- }
874
+ name: "String",
875
+ },
876
+ },
877
+ },
883
878
  },
884
879
  prefixLists: {
885
880
  serializedName: "prefixLists",
@@ -887,10 +882,10 @@ export const DestinationAddr = {
887
882
  name: "Sequence",
888
883
  element: {
889
884
  type: {
890
- name: "String"
891
- }
892
- }
893
- }
885
+ name: "String",
886
+ },
887
+ },
888
+ },
894
889
  },
895
890
  fqdnLists: {
896
891
  serializedName: "fqdnLists",
@@ -898,13 +893,13 @@ export const DestinationAddr = {
898
893
  name: "Sequence",
899
894
  element: {
900
895
  type: {
901
- name: "String"
902
- }
903
- }
904
- }
905
- }
906
- }
907
- }
896
+ name: "String",
897
+ },
898
+ },
899
+ },
900
+ },
901
+ },
902
+ },
908
903
  };
909
904
  export const Category = {
910
905
  type: {
@@ -918,10 +913,10 @@ export const Category = {
918
913
  name: "Sequence",
919
914
  element: {
920
915
  type: {
921
- name: "String"
922
- }
923
- }
924
- }
916
+ name: "String",
917
+ },
918
+ },
919
+ },
925
920
  },
926
921
  feeds: {
927
922
  serializedName: "feeds",
@@ -930,13 +925,13 @@ export const Category = {
930
925
  name: "Sequence",
931
926
  element: {
932
927
  type: {
933
- name: "String"
934
- }
935
- }
936
- }
937
- }
938
- }
939
- }
928
+ name: "String",
929
+ },
930
+ },
931
+ },
932
+ },
933
+ },
934
+ },
940
935
  };
941
936
  export const TagInfo = {
942
937
  type: {
@@ -947,18 +942,18 @@ export const TagInfo = {
947
942
  serializedName: "key",
948
943
  required: true,
949
944
  type: {
950
- name: "String"
951
- }
945
+ name: "String",
946
+ },
952
947
  },
953
948
  value: {
954
949
  serializedName: "value",
955
950
  required: true,
956
951
  type: {
957
- name: "String"
958
- }
959
- }
960
- }
961
- }
952
+ name: "String",
953
+ },
954
+ },
955
+ },
956
+ },
962
957
  };
963
958
  export const RuleCounter = {
964
959
  type: {
@@ -969,67 +964,67 @@ export const RuleCounter = {
969
964
  serializedName: "priority",
970
965
  required: true,
971
966
  type: {
972
- name: "String"
973
- }
967
+ name: "String",
968
+ },
974
969
  },
975
970
  ruleStackName: {
976
971
  serializedName: "ruleStackName",
977
972
  type: {
978
- name: "String"
979
- }
973
+ name: "String",
974
+ },
980
975
  },
981
976
  ruleListName: {
982
977
  serializedName: "ruleListName",
983
978
  type: {
984
- name: "String"
985
- }
979
+ name: "String",
980
+ },
986
981
  },
987
982
  firewallName: {
988
983
  serializedName: "firewallName",
989
984
  type: {
990
- name: "String"
991
- }
985
+ name: "String",
986
+ },
992
987
  },
993
988
  ruleName: {
994
989
  serializedName: "ruleName",
995
990
  required: true,
996
991
  type: {
997
- name: "String"
998
- }
992
+ name: "String",
993
+ },
999
994
  },
1000
995
  hitCount: {
1001
996
  serializedName: "hitCount",
1002
997
  type: {
1003
- name: "Number"
1004
- }
998
+ name: "Number",
999
+ },
1005
1000
  },
1006
1001
  appSeen: {
1007
1002
  serializedName: "appSeen",
1008
1003
  type: {
1009
1004
  name: "Composite",
1010
- className: "AppSeenData"
1011
- }
1005
+ className: "AppSeenData",
1006
+ },
1012
1007
  },
1013
1008
  timestamp: {
1014
1009
  serializedName: "timestamp",
1015
1010
  type: {
1016
- name: "DateTime"
1017
- }
1011
+ name: "DateTime",
1012
+ },
1018
1013
  },
1019
1014
  requestTimestamp: {
1020
1015
  serializedName: "requestTimestamp",
1021
1016
  type: {
1022
- name: "DateTime"
1023
- }
1017
+ name: "DateTime",
1018
+ },
1024
1019
  },
1025
1020
  lastUpdatedTimestamp: {
1026
1021
  serializedName: "lastUpdatedTimestamp",
1027
1022
  type: {
1028
- name: "DateTime"
1029
- }
1030
- }
1031
- }
1032
- }
1023
+ name: "DateTime",
1024
+ },
1025
+ },
1026
+ },
1027
+ },
1033
1028
  };
1034
1029
  export const AppSeenData = {
1035
1030
  type: {
@@ -1040,8 +1035,8 @@ export const AppSeenData = {
1040
1035
  serializedName: "count",
1041
1036
  required: true,
1042
1037
  type: {
1043
- name: "Number"
1044
- }
1038
+ name: "Number",
1039
+ },
1045
1040
  },
1046
1041
  appSeenList: {
1047
1042
  serializedName: "appSeenList",
@@ -1051,13 +1046,13 @@ export const AppSeenData = {
1051
1046
  element: {
1052
1047
  type: {
1053
1048
  name: "Composite",
1054
- className: "AppSeenInfo"
1055
- }
1056
- }
1057
- }
1058
- }
1059
- }
1060
- }
1049
+ className: "AppSeenInfo",
1050
+ },
1051
+ },
1052
+ },
1053
+ },
1054
+ },
1055
+ },
1061
1056
  };
1062
1057
  export const AppSeenInfo = {
1063
1058
  type: {
@@ -1068,53 +1063,53 @@ export const AppSeenInfo = {
1068
1063
  serializedName: "title",
1069
1064
  required: true,
1070
1065
  type: {
1071
- name: "String"
1072
- }
1066
+ name: "String",
1067
+ },
1073
1068
  },
1074
1069
  category: {
1075
1070
  serializedName: "category",
1076
1071
  required: true,
1077
1072
  type: {
1078
- name: "String"
1079
- }
1073
+ name: "String",
1074
+ },
1080
1075
  },
1081
1076
  subCategory: {
1082
1077
  serializedName: "subCategory",
1083
1078
  required: true,
1084
1079
  type: {
1085
- name: "String"
1086
- }
1080
+ name: "String",
1081
+ },
1087
1082
  },
1088
1083
  risk: {
1089
1084
  serializedName: "risk",
1090
1085
  required: true,
1091
1086
  type: {
1092
- name: "String"
1093
- }
1087
+ name: "String",
1088
+ },
1094
1089
  },
1095
1090
  tag: {
1096
1091
  serializedName: "tag",
1097
1092
  required: true,
1098
1093
  type: {
1099
- name: "String"
1100
- }
1094
+ name: "String",
1095
+ },
1101
1096
  },
1102
1097
  technology: {
1103
1098
  serializedName: "technology",
1104
1099
  required: true,
1105
1100
  type: {
1106
- name: "String"
1107
- }
1101
+ name: "String",
1102
+ },
1108
1103
  },
1109
1104
  standardPorts: {
1110
1105
  serializedName: "standardPorts",
1111
1106
  required: true,
1112
1107
  type: {
1113
- name: "String"
1114
- }
1115
- }
1116
- }
1117
- }
1108
+ name: "String",
1109
+ },
1110
+ },
1111
+ },
1112
+ },
1118
1113
  };
1119
1114
  export const RuleCounterReset = {
1120
1115
  type: {
@@ -1125,40 +1120,40 @@ export const RuleCounterReset = {
1125
1120
  serializedName: "priority",
1126
1121
  readOnly: true,
1127
1122
  type: {
1128
- name: "String"
1129
- }
1123
+ name: "String",
1124
+ },
1130
1125
  },
1131
1126
  ruleStackName: {
1132
1127
  serializedName: "ruleStackName",
1133
1128
  type: {
1134
- name: "String"
1135
- }
1129
+ name: "String",
1130
+ },
1136
1131
  },
1137
1132
  ruleListName: {
1138
1133
  serializedName: "ruleListName",
1139
1134
  type: {
1140
- name: "String"
1141
- }
1135
+ name: "String",
1136
+ },
1142
1137
  },
1143
1138
  firewallName: {
1144
1139
  serializedName: "firewallName",
1145
1140
  type: {
1146
- name: "String"
1147
- }
1141
+ name: "String",
1142
+ },
1148
1143
  },
1149
1144
  ruleName: {
1150
1145
  serializedName: "ruleName",
1151
1146
  type: {
1152
- name: "String"
1153
- }
1154
- }
1155
- }
1156
- }
1147
+ name: "String",
1148
+ },
1149
+ },
1150
+ },
1151
+ },
1157
1152
  };
1158
- export const PrefixListGlobalRulestackResourceListResult = {
1153
+ export const PreRulesResourceListResult = {
1159
1154
  type: {
1160
1155
  name: "Composite",
1161
- className: "PrefixListGlobalRulestackResourceListResult",
1156
+ className: "PreRulesResourceListResult",
1162
1157
  modelProperties: {
1163
1158
  value: {
1164
1159
  serializedName: "value",
@@ -1168,24 +1163,24 @@ export const PrefixListGlobalRulestackResourceListResult = {
1168
1163
  element: {
1169
1164
  type: {
1170
1165
  name: "Composite",
1171
- className: "PrefixListGlobalRulestackResource"
1172
- }
1173
- }
1174
- }
1166
+ className: "PreRulesResource",
1167
+ },
1168
+ },
1169
+ },
1175
1170
  },
1176
1171
  nextLink: {
1177
1172
  serializedName: "nextLink",
1178
1173
  type: {
1179
- name: "String"
1180
- }
1181
- }
1182
- }
1183
- }
1174
+ name: "String",
1175
+ },
1176
+ },
1177
+ },
1178
+ },
1184
1179
  };
1185
- export const PreRulesResourceListResult = {
1180
+ export const PrefixListGlobalRulestackResourceListResult = {
1186
1181
  type: {
1187
1182
  name: "Composite",
1188
- className: "PreRulesResourceListResult",
1183
+ className: "PrefixListGlobalRulestackResourceListResult",
1189
1184
  modelProperties: {
1190
1185
  value: {
1191
1186
  serializedName: "value",
@@ -1195,19 +1190,19 @@ export const PreRulesResourceListResult = {
1195
1190
  element: {
1196
1191
  type: {
1197
1192
  name: "Composite",
1198
- className: "PreRulesResource"
1199
- }
1200
- }
1201
- }
1193
+ className: "PrefixListGlobalRulestackResource",
1194
+ },
1195
+ },
1196
+ },
1202
1197
  },
1203
1198
  nextLink: {
1204
1199
  serializedName: "nextLink",
1205
1200
  type: {
1206
- name: "String"
1207
- }
1208
- }
1209
- }
1210
- }
1201
+ name: "String",
1202
+ },
1203
+ },
1204
+ },
1205
+ },
1211
1206
  };
1212
1207
  export const OperationListResult = {
1213
1208
  type: {
@@ -1222,20 +1217,20 @@ export const OperationListResult = {
1222
1217
  element: {
1223
1218
  type: {
1224
1219
  name: "Composite",
1225
- className: "Operation"
1226
- }
1227
- }
1228
- }
1220
+ className: "Operation",
1221
+ },
1222
+ },
1223
+ },
1229
1224
  },
1230
1225
  nextLink: {
1231
1226
  serializedName: "nextLink",
1232
1227
  readOnly: true,
1233
1228
  type: {
1234
- name: "String"
1235
- }
1236
- }
1237
- }
1238
- }
1229
+ name: "String",
1230
+ },
1231
+ },
1232
+ },
1233
+ },
1239
1234
  };
1240
1235
  export const Operation = {
1241
1236
  type: {
@@ -1246,39 +1241,39 @@ export const Operation = {
1246
1241
  serializedName: "name",
1247
1242
  readOnly: true,
1248
1243
  type: {
1249
- name: "String"
1250
- }
1244
+ name: "String",
1245
+ },
1251
1246
  },
1252
1247
  isDataAction: {
1253
1248
  serializedName: "isDataAction",
1254
1249
  readOnly: true,
1255
1250
  type: {
1256
- name: "Boolean"
1257
- }
1251
+ name: "Boolean",
1252
+ },
1258
1253
  },
1259
1254
  display: {
1260
1255
  serializedName: "display",
1261
1256
  type: {
1262
1257
  name: "Composite",
1263
- className: "OperationDisplay"
1264
- }
1258
+ className: "OperationDisplay",
1259
+ },
1265
1260
  },
1266
1261
  origin: {
1267
1262
  serializedName: "origin",
1268
1263
  readOnly: true,
1269
1264
  type: {
1270
- name: "String"
1271
- }
1265
+ name: "String",
1266
+ },
1272
1267
  },
1273
1268
  actionType: {
1274
1269
  serializedName: "actionType",
1275
1270
  readOnly: true,
1276
1271
  type: {
1277
- name: "String"
1278
- }
1279
- }
1280
- }
1281
- }
1272
+ name: "String",
1273
+ },
1274
+ },
1275
+ },
1276
+ },
1282
1277
  };
1283
1278
  export const OperationDisplay = {
1284
1279
  type: {
@@ -1289,32 +1284,47 @@ export const OperationDisplay = {
1289
1284
  serializedName: "provider",
1290
1285
  readOnly: true,
1291
1286
  type: {
1292
- name: "String"
1293
- }
1287
+ name: "String",
1288
+ },
1294
1289
  },
1295
1290
  resource: {
1296
1291
  serializedName: "resource",
1297
1292
  readOnly: true,
1298
1293
  type: {
1299
- name: "String"
1300
- }
1294
+ name: "String",
1295
+ },
1301
1296
  },
1302
1297
  operation: {
1303
1298
  serializedName: "operation",
1304
1299
  readOnly: true,
1305
1300
  type: {
1306
- name: "String"
1307
- }
1301
+ name: "String",
1302
+ },
1308
1303
  },
1309
1304
  description: {
1310
1305
  serializedName: "description",
1311
1306
  readOnly: true,
1312
1307
  type: {
1313
- name: "String"
1314
- }
1315
- }
1316
- }
1317
- }
1308
+ name: "String",
1309
+ },
1310
+ },
1311
+ },
1312
+ },
1313
+ };
1314
+ export const ProductSerialNumberRequestStatus = {
1315
+ type: {
1316
+ name: "Composite",
1317
+ className: "ProductSerialNumberRequestStatus",
1318
+ modelProperties: {
1319
+ status: {
1320
+ serializedName: "status",
1321
+ required: true,
1322
+ type: {
1323
+ name: "String",
1324
+ },
1325
+ },
1326
+ },
1327
+ },
1318
1328
  };
1319
1329
  export const FirewallResourceListResult = {
1320
1330
  type: {
@@ -1329,19 +1339,19 @@ export const FirewallResourceListResult = {
1329
1339
  element: {
1330
1340
  type: {
1331
1341
  name: "Composite",
1332
- className: "FirewallResource"
1333
- }
1334
- }
1335
- }
1342
+ className: "FirewallResource",
1343
+ },
1344
+ },
1345
+ },
1336
1346
  },
1337
1347
  nextLink: {
1338
1348
  serializedName: "nextLink",
1339
1349
  type: {
1340
- name: "String"
1341
- }
1342
- }
1343
- }
1344
- }
1350
+ name: "String",
1351
+ },
1352
+ },
1353
+ },
1354
+ },
1345
1355
  };
1346
1356
  export const NetworkProfile = {
1347
1357
  type: {
@@ -1352,22 +1362,22 @@ export const NetworkProfile = {
1352
1362
  serializedName: "vnetConfiguration",
1353
1363
  type: {
1354
1364
  name: "Composite",
1355
- className: "VnetConfiguration"
1356
- }
1365
+ className: "VnetConfiguration",
1366
+ },
1357
1367
  },
1358
1368
  vwanConfiguration: {
1359
1369
  serializedName: "vwanConfiguration",
1360
1370
  type: {
1361
1371
  name: "Composite",
1362
- className: "VwanConfiguration"
1363
- }
1372
+ className: "VwanConfiguration",
1373
+ },
1364
1374
  },
1365
1375
  networkType: {
1366
1376
  serializedName: "networkType",
1367
1377
  required: true,
1368
1378
  type: {
1369
- name: "String"
1370
- }
1379
+ name: "String",
1380
+ },
1371
1381
  },
1372
1382
  publicIps: {
1373
1383
  serializedName: "publicIps",
@@ -1377,17 +1387,17 @@ export const NetworkProfile = {
1377
1387
  element: {
1378
1388
  type: {
1379
1389
  name: "Composite",
1380
- className: "IPAddress"
1381
- }
1382
- }
1383
- }
1390
+ className: "IPAddress",
1391
+ },
1392
+ },
1393
+ },
1384
1394
  },
1385
1395
  enableEgressNat: {
1386
1396
  serializedName: "enableEgressNat",
1387
1397
  required: true,
1388
1398
  type: {
1389
- name: "String"
1390
- }
1399
+ name: "String",
1400
+ },
1391
1401
  },
1392
1402
  egressNatIp: {
1393
1403
  serializedName: "egressNatIp",
@@ -1396,10 +1406,10 @@ export const NetworkProfile = {
1396
1406
  element: {
1397
1407
  type: {
1398
1408
  name: "Composite",
1399
- className: "IPAddress"
1400
- }
1401
- }
1402
- }
1409
+ className: "IPAddress",
1410
+ },
1411
+ },
1412
+ },
1403
1413
  },
1404
1414
  trustedRanges: {
1405
1415
  serializedName: "trustedRanges",
@@ -1407,13 +1417,24 @@ export const NetworkProfile = {
1407
1417
  name: "Sequence",
1408
1418
  element: {
1409
1419
  type: {
1410
- name: "String"
1411
- }
1412
- }
1413
- }
1414
- }
1415
- }
1416
- }
1420
+ name: "String",
1421
+ },
1422
+ },
1423
+ },
1424
+ },
1425
+ privateSourceNatRulesDestination: {
1426
+ serializedName: "privateSourceNatRulesDestination",
1427
+ type: {
1428
+ name: "Sequence",
1429
+ element: {
1430
+ type: {
1431
+ name: "String",
1432
+ },
1433
+ },
1434
+ },
1435
+ },
1436
+ },
1437
+ },
1417
1438
  };
1418
1439
  export const VnetConfiguration = {
1419
1440
  type: {
@@ -1424,32 +1445,32 @@ export const VnetConfiguration = {
1424
1445
  serializedName: "vnet",
1425
1446
  type: {
1426
1447
  name: "Composite",
1427
- className: "IPAddressSpace"
1428
- }
1448
+ className: "IPAddressSpace",
1449
+ },
1429
1450
  },
1430
1451
  trustSubnet: {
1431
1452
  serializedName: "trustSubnet",
1432
1453
  type: {
1433
1454
  name: "Composite",
1434
- className: "IPAddressSpace"
1435
- }
1455
+ className: "IPAddressSpace",
1456
+ },
1436
1457
  },
1437
1458
  unTrustSubnet: {
1438
1459
  serializedName: "unTrustSubnet",
1439
1460
  type: {
1440
1461
  name: "Composite",
1441
- className: "IPAddressSpace"
1442
- }
1462
+ className: "IPAddressSpace",
1463
+ },
1443
1464
  },
1444
1465
  ipOfTrustSubnetForUdr: {
1445
1466
  serializedName: "ipOfTrustSubnetForUdr",
1446
1467
  type: {
1447
1468
  name: "Composite",
1448
- className: "IPAddress"
1449
- }
1450
- }
1451
- }
1452
- }
1469
+ className: "IPAddress",
1470
+ },
1471
+ },
1472
+ },
1473
+ },
1453
1474
  };
1454
1475
  export const IPAddressSpace = {
1455
1476
  type: {
@@ -1459,17 +1480,17 @@ export const IPAddressSpace = {
1459
1480
  resourceId: {
1460
1481
  serializedName: "resourceId",
1461
1482
  type: {
1462
- name: "String"
1463
- }
1483
+ name: "String",
1484
+ },
1464
1485
  },
1465
1486
  addressSpace: {
1466
1487
  serializedName: "addressSpace",
1467
1488
  type: {
1468
- name: "String"
1469
- }
1470
- }
1471
- }
1472
- }
1489
+ name: "String",
1490
+ },
1491
+ },
1492
+ },
1493
+ },
1473
1494
  };
1474
1495
  export const IPAddress = {
1475
1496
  type: {
@@ -1479,17 +1500,17 @@ export const IPAddress = {
1479
1500
  resourceId: {
1480
1501
  serializedName: "resourceId",
1481
1502
  type: {
1482
- name: "String"
1483
- }
1503
+ name: "String",
1504
+ },
1484
1505
  },
1485
1506
  address: {
1486
1507
  serializedName: "address",
1487
1508
  type: {
1488
- name: "String"
1489
- }
1490
- }
1491
- }
1492
- }
1509
+ name: "String",
1510
+ },
1511
+ },
1512
+ },
1513
+ },
1493
1514
  };
1494
1515
  export const VwanConfiguration = {
1495
1516
  type: {
@@ -1499,39 +1520,39 @@ export const VwanConfiguration = {
1499
1520
  networkVirtualApplianceId: {
1500
1521
  serializedName: "networkVirtualApplianceId",
1501
1522
  type: {
1502
- name: "String"
1503
- }
1523
+ name: "String",
1524
+ },
1504
1525
  },
1505
1526
  vHub: {
1506
1527
  serializedName: "vHub",
1507
1528
  type: {
1508
1529
  name: "Composite",
1509
- className: "IPAddressSpace"
1510
- }
1530
+ className: "IPAddressSpace",
1531
+ },
1511
1532
  },
1512
1533
  trustSubnet: {
1513
1534
  serializedName: "trustSubnet",
1514
1535
  type: {
1515
1536
  name: "Composite",
1516
- className: "IPAddressSpace"
1517
- }
1537
+ className: "IPAddressSpace",
1538
+ },
1518
1539
  },
1519
1540
  unTrustSubnet: {
1520
1541
  serializedName: "unTrustSubnet",
1521
1542
  type: {
1522
1543
  name: "Composite",
1523
- className: "IPAddressSpace"
1524
- }
1544
+ className: "IPAddressSpace",
1545
+ },
1525
1546
  },
1526
1547
  ipOfTrustSubnetForUdr: {
1527
1548
  serializedName: "ipOfTrustSubnetForUdr",
1528
1549
  type: {
1529
1550
  name: "Composite",
1530
- className: "IPAddress"
1531
- }
1532
- }
1533
- }
1534
- }
1551
+ className: "IPAddress",
1552
+ },
1553
+ },
1554
+ },
1555
+ },
1535
1556
  };
1536
1557
  export const PanoramaConfig = {
1537
1558
  type: {
@@ -1542,60 +1563,75 @@ export const PanoramaConfig = {
1542
1563
  serializedName: "configString",
1543
1564
  required: true,
1544
1565
  type: {
1545
- name: "String"
1546
- }
1566
+ name: "String",
1567
+ },
1547
1568
  },
1548
1569
  vmAuthKey: {
1549
1570
  serializedName: "vmAuthKey",
1550
1571
  readOnly: true,
1551
1572
  type: {
1552
- name: "String"
1553
- }
1573
+ name: "String",
1574
+ },
1554
1575
  },
1555
1576
  panoramaServer: {
1556
1577
  serializedName: "panoramaServer",
1557
1578
  readOnly: true,
1558
1579
  type: {
1559
- name: "String"
1560
- }
1580
+ name: "String",
1581
+ },
1561
1582
  },
1562
1583
  panoramaServer2: {
1563
1584
  serializedName: "panoramaServer2",
1564
1585
  readOnly: true,
1565
1586
  type: {
1566
- name: "String"
1567
- }
1587
+ name: "String",
1588
+ },
1568
1589
  },
1569
1590
  dgName: {
1570
1591
  serializedName: "dgName",
1571
1592
  readOnly: true,
1572
1593
  type: {
1573
- name: "String"
1574
- }
1594
+ name: "String",
1595
+ },
1575
1596
  },
1576
1597
  tplName: {
1577
1598
  serializedName: "tplName",
1578
1599
  readOnly: true,
1579
1600
  type: {
1580
- name: "String"
1581
- }
1601
+ name: "String",
1602
+ },
1582
1603
  },
1583
1604
  cgName: {
1584
1605
  serializedName: "cgName",
1585
1606
  readOnly: true,
1586
1607
  type: {
1587
- name: "String"
1588
- }
1608
+ name: "String",
1609
+ },
1589
1610
  },
1590
1611
  hostName: {
1591
1612
  serializedName: "hostName",
1592
1613
  readOnly: true,
1593
1614
  type: {
1594
- name: "String"
1595
- }
1596
- }
1597
- }
1598
- }
1615
+ name: "String",
1616
+ },
1617
+ },
1618
+ },
1619
+ },
1620
+ };
1621
+ export const StrataCloudManagerConfig = {
1622
+ type: {
1623
+ name: "Composite",
1624
+ className: "StrataCloudManagerConfig",
1625
+ modelProperties: {
1626
+ cloudManagerName: {
1627
+ serializedName: "cloudManagerName",
1628
+ required: true,
1629
+ type: {
1630
+ name: "String",
1631
+ },
1632
+ },
1633
+ },
1634
+ },
1599
1635
  };
1600
1636
  export const RulestackDetails = {
1601
1637
  type: {
@@ -1605,23 +1641,23 @@ export const RulestackDetails = {
1605
1641
  resourceId: {
1606
1642
  serializedName: "resourceId",
1607
1643
  type: {
1608
- name: "String"
1609
- }
1644
+ name: "String",
1645
+ },
1610
1646
  },
1611
1647
  rulestackId: {
1612
1648
  serializedName: "rulestackId",
1613
1649
  type: {
1614
- name: "String"
1615
- }
1650
+ name: "String",
1651
+ },
1616
1652
  },
1617
1653
  location: {
1618
1654
  serializedName: "location",
1619
1655
  type: {
1620
- name: "String"
1621
- }
1622
- }
1623
- }
1624
- }
1656
+ name: "String",
1657
+ },
1658
+ },
1659
+ },
1660
+ },
1625
1661
  };
1626
1662
  export const DNSSettings = {
1627
1663
  type: {
@@ -1631,14 +1667,14 @@ export const DNSSettings = {
1631
1667
  enableDnsProxy: {
1632
1668
  serializedName: "enableDnsProxy",
1633
1669
  type: {
1634
- name: "String"
1635
- }
1670
+ name: "String",
1671
+ },
1636
1672
  },
1637
1673
  enabledDnsType: {
1638
1674
  serializedName: "enabledDnsType",
1639
1675
  type: {
1640
- name: "String"
1641
- }
1676
+ name: "String",
1677
+ },
1642
1678
  },
1643
1679
  dnsServers: {
1644
1680
  serializedName: "dnsServers",
@@ -1647,13 +1683,13 @@ export const DNSSettings = {
1647
1683
  element: {
1648
1684
  type: {
1649
1685
  name: "Composite",
1650
- className: "IPAddress"
1651
- }
1652
- }
1653
- }
1654
- }
1655
- }
1656
- }
1686
+ className: "IPAddress",
1687
+ },
1688
+ },
1689
+ },
1690
+ },
1691
+ },
1692
+ },
1657
1693
  };
1658
1694
  export const FrontendSetting = {
1659
1695
  type: {
@@ -1664,32 +1700,32 @@ export const FrontendSetting = {
1664
1700
  serializedName: "name",
1665
1701
  required: true,
1666
1702
  type: {
1667
- name: "String"
1668
- }
1703
+ name: "String",
1704
+ },
1669
1705
  },
1670
1706
  protocol: {
1671
1707
  serializedName: "protocol",
1672
1708
  required: true,
1673
1709
  type: {
1674
- name: "String"
1675
- }
1710
+ name: "String",
1711
+ },
1676
1712
  },
1677
1713
  frontendConfiguration: {
1678
1714
  serializedName: "frontendConfiguration",
1679
1715
  type: {
1680
1716
  name: "Composite",
1681
- className: "EndpointConfiguration"
1682
- }
1717
+ className: "EndpointConfiguration",
1718
+ },
1683
1719
  },
1684
1720
  backendConfiguration: {
1685
1721
  serializedName: "backendConfiguration",
1686
1722
  type: {
1687
1723
  name: "Composite",
1688
- className: "EndpointConfiguration"
1689
- }
1690
- }
1691
- }
1692
- }
1724
+ className: "EndpointConfiguration",
1725
+ },
1726
+ },
1727
+ },
1728
+ },
1693
1729
  };
1694
1730
  export const EndpointConfiguration = {
1695
1731
  type: {
@@ -1700,18 +1736,18 @@ export const EndpointConfiguration = {
1700
1736
  serializedName: "port",
1701
1737
  required: true,
1702
1738
  type: {
1703
- name: "String"
1704
- }
1739
+ name: "String",
1740
+ },
1705
1741
  },
1706
1742
  address: {
1707
1743
  serializedName: "address",
1708
1744
  type: {
1709
1745
  name: "Composite",
1710
- className: "IPAddress"
1711
- }
1712
- }
1713
- }
1714
- }
1746
+ className: "IPAddress",
1747
+ },
1748
+ },
1749
+ },
1750
+ },
1715
1751
  };
1716
1752
  export const PlanData = {
1717
1753
  type: {
@@ -1721,35 +1757,35 @@ export const PlanData = {
1721
1757
  usageType: {
1722
1758
  serializedName: "usageType",
1723
1759
  type: {
1724
- name: "String"
1725
- }
1760
+ name: "String",
1761
+ },
1726
1762
  },
1727
1763
  billingCycle: {
1728
1764
  serializedName: "billingCycle",
1729
1765
  required: true,
1730
1766
  type: {
1731
- name: "String"
1732
- }
1767
+ name: "String",
1768
+ },
1733
1769
  },
1734
1770
  planId: {
1735
1771
  constraints: {
1736
- MaxLength: 50
1772
+ MaxLength: 50,
1737
1773
  },
1738
1774
  serializedName: "planId",
1739
1775
  required: true,
1740
1776
  type: {
1741
- name: "String"
1742
- }
1777
+ name: "String",
1778
+ },
1743
1779
  },
1744
1780
  effectiveDate: {
1745
1781
  serializedName: "effectiveDate",
1746
1782
  readOnly: true,
1747
1783
  type: {
1748
- name: "DateTime"
1749
- }
1750
- }
1751
- }
1752
- }
1784
+ name: "DateTime",
1785
+ },
1786
+ },
1787
+ },
1788
+ },
1753
1789
  };
1754
1790
  export const MarketplaceDetails = {
1755
1791
  type: {
@@ -1760,31 +1796,171 @@ export const MarketplaceDetails = {
1760
1796
  serializedName: "marketplaceSubscriptionId",
1761
1797
  readOnly: true,
1762
1798
  type: {
1763
- name: "String"
1764
- }
1799
+ name: "String",
1800
+ },
1765
1801
  },
1766
1802
  offerId: {
1767
1803
  serializedName: "offerId",
1768
1804
  required: true,
1769
1805
  type: {
1770
- name: "String"
1771
- }
1806
+ name: "String",
1807
+ },
1772
1808
  },
1773
1809
  publisherId: {
1774
1810
  serializedName: "publisherId",
1775
1811
  required: true,
1776
1812
  type: {
1777
- name: "String"
1778
- }
1813
+ name: "String",
1814
+ },
1779
1815
  },
1780
1816
  marketplaceSubscriptionStatus: {
1781
1817
  serializedName: "marketplaceSubscriptionStatus",
1782
1818
  type: {
1783
- name: "String"
1784
- }
1785
- }
1786
- }
1787
- }
1819
+ name: "String",
1820
+ },
1821
+ },
1822
+ },
1823
+ },
1824
+ };
1825
+ export const CloudManagerTenantList = {
1826
+ type: {
1827
+ name: "Composite",
1828
+ className: "CloudManagerTenantList",
1829
+ modelProperties: {
1830
+ value: {
1831
+ serializedName: "value",
1832
+ required: true,
1833
+ type: {
1834
+ name: "Sequence",
1835
+ element: {
1836
+ type: {
1837
+ name: "String",
1838
+ },
1839
+ },
1840
+ },
1841
+ },
1842
+ },
1843
+ },
1844
+ };
1845
+ export const ProductSerialNumberStatus = {
1846
+ type: {
1847
+ name: "Composite",
1848
+ className: "ProductSerialNumberStatus",
1849
+ modelProperties: {
1850
+ serialNumber: {
1851
+ serializedName: "serialNumber",
1852
+ type: {
1853
+ name: "String",
1854
+ },
1855
+ },
1856
+ status: {
1857
+ serializedName: "status",
1858
+ required: true,
1859
+ type: {
1860
+ name: "Enum",
1861
+ allowedValues: ["Allocated", "InProgress"],
1862
+ },
1863
+ },
1864
+ },
1865
+ },
1866
+ };
1867
+ export const SupportInfoModel = {
1868
+ type: {
1869
+ name: "Composite",
1870
+ className: "SupportInfoModel",
1871
+ modelProperties: {
1872
+ productSku: {
1873
+ serializedName: "productSku",
1874
+ type: {
1875
+ name: "String",
1876
+ },
1877
+ },
1878
+ productSerial: {
1879
+ serializedName: "productSerial",
1880
+ type: {
1881
+ name: "String",
1882
+ },
1883
+ },
1884
+ accountRegistrationStatus: {
1885
+ serializedName: "accountRegistrationStatus",
1886
+ type: {
1887
+ name: "String",
1888
+ },
1889
+ },
1890
+ accountId: {
1891
+ serializedName: "accountId",
1892
+ type: {
1893
+ name: "String",
1894
+ },
1895
+ },
1896
+ freeTrial: {
1897
+ serializedName: "freeTrial",
1898
+ type: {
1899
+ name: "String",
1900
+ },
1901
+ },
1902
+ freeTrialDaysLeft: {
1903
+ serializedName: "freeTrialDaysLeft",
1904
+ type: {
1905
+ name: "Number",
1906
+ },
1907
+ },
1908
+ freeTrialCreditLeft: {
1909
+ serializedName: "freeTrialCreditLeft",
1910
+ type: {
1911
+ name: "Number",
1912
+ },
1913
+ },
1914
+ helpURL: {
1915
+ serializedName: "helpURL",
1916
+ type: {
1917
+ name: "String",
1918
+ },
1919
+ },
1920
+ supportURL: {
1921
+ serializedName: "supportURL",
1922
+ type: {
1923
+ name: "String",
1924
+ },
1925
+ },
1926
+ registerURL: {
1927
+ serializedName: "registerURL",
1928
+ type: {
1929
+ name: "String",
1930
+ },
1931
+ },
1932
+ hubUrl: {
1933
+ serializedName: "hubUrl",
1934
+ type: {
1935
+ name: "String",
1936
+ },
1937
+ },
1938
+ credits: {
1939
+ serializedName: "credits",
1940
+ type: {
1941
+ name: "Number",
1942
+ },
1943
+ },
1944
+ monthlyCreditLeft: {
1945
+ serializedName: "monthlyCreditLeft",
1946
+ type: {
1947
+ name: "Number",
1948
+ },
1949
+ },
1950
+ startDateForCredits: {
1951
+ serializedName: "startDateForCredits",
1952
+ type: {
1953
+ name: "String",
1954
+ },
1955
+ },
1956
+ endDateForCredits: {
1957
+ serializedName: "endDateForCredits",
1958
+ type: {
1959
+ name: "String",
1960
+ },
1961
+ },
1962
+ },
1963
+ },
1788
1964
  };
1789
1965
  export const LocalRulestackResourceListResult = {
1790
1966
  type: {
@@ -1799,19 +1975,19 @@ export const LocalRulestackResourceListResult = {
1799
1975
  element: {
1800
1976
  type: {
1801
1977
  name: "Composite",
1802
- className: "LocalRulestackResource"
1803
- }
1804
- }
1805
- }
1978
+ className: "LocalRulestackResource",
1979
+ },
1980
+ },
1981
+ },
1806
1982
  },
1807
1983
  nextLink: {
1808
1984
  serializedName: "nextLink",
1809
1985
  type: {
1810
- name: "String"
1811
- }
1812
- }
1813
- }
1814
- }
1986
+ name: "String",
1987
+ },
1988
+ },
1989
+ },
1990
+ },
1815
1991
  };
1816
1992
  export const FirewallResourceUpdate = {
1817
1993
  type: {
@@ -1822,25 +1998,25 @@ export const FirewallResourceUpdate = {
1822
1998
  serializedName: "identity",
1823
1999
  type: {
1824
2000
  name: "Composite",
1825
- className: "AzureResourceManagerManagedIdentityProperties"
1826
- }
2001
+ className: "AzureResourceManagerManagedIdentityProperties",
2002
+ },
1827
2003
  },
1828
2004
  tags: {
1829
2005
  serializedName: "tags",
1830
2006
  type: {
1831
2007
  name: "Dictionary",
1832
- value: { type: { name: "String" } }
1833
- }
2008
+ value: { type: { name: "String" } },
2009
+ },
1834
2010
  },
1835
2011
  properties: {
1836
2012
  serializedName: "properties",
1837
2013
  type: {
1838
2014
  name: "Composite",
1839
- className: "FirewallResourceUpdateProperties"
1840
- }
1841
- }
1842
- }
1843
- }
2015
+ className: "FirewallResourceUpdateProperties",
2016
+ },
2017
+ },
2018
+ },
2019
+ },
1844
2020
  };
1845
2021
  export const FirewallResourceUpdateProperties = {
1846
2022
  type: {
@@ -1850,42 +2026,55 @@ export const FirewallResourceUpdateProperties = {
1850
2026
  panEtag: {
1851
2027
  serializedName: "panEtag",
1852
2028
  type: {
1853
- name: "String"
1854
- }
2029
+ name: "String",
2030
+ },
1855
2031
  },
1856
2032
  networkProfile: {
1857
2033
  serializedName: "networkProfile",
1858
2034
  type: {
1859
2035
  name: "Composite",
1860
- className: "NetworkProfile"
1861
- }
2036
+ className: "NetworkProfile",
2037
+ },
1862
2038
  },
1863
2039
  isPanoramaManaged: {
1864
2040
  serializedName: "isPanoramaManaged",
1865
2041
  type: {
1866
- name: "String"
1867
- }
2042
+ name: "String",
2043
+ },
2044
+ },
2045
+ isStrataCloudManaged: {
2046
+ serializedName: "isStrataCloudManaged",
2047
+ type: {
2048
+ name: "String",
2049
+ },
1868
2050
  },
1869
2051
  panoramaConfig: {
1870
2052
  serializedName: "panoramaConfig",
1871
2053
  type: {
1872
2054
  name: "Composite",
1873
- className: "PanoramaConfig"
1874
- }
2055
+ className: "PanoramaConfig",
2056
+ },
2057
+ },
2058
+ strataCloudManagerConfig: {
2059
+ serializedName: "strataCloudManagerConfig",
2060
+ type: {
2061
+ name: "Composite",
2062
+ className: "StrataCloudManagerConfig",
2063
+ },
1875
2064
  },
1876
2065
  associatedRulestack: {
1877
2066
  serializedName: "associatedRulestack",
1878
2067
  type: {
1879
2068
  name: "Composite",
1880
- className: "RulestackDetails"
1881
- }
2069
+ className: "RulestackDetails",
2070
+ },
1882
2071
  },
1883
2072
  dnsSettings: {
1884
2073
  serializedName: "dnsSettings",
1885
2074
  type: {
1886
2075
  name: "Composite",
1887
- className: "DNSSettings"
1888
- }
2076
+ className: "DNSSettings",
2077
+ },
1889
2078
  },
1890
2079
  frontEndSettings: {
1891
2080
  serializedName: "frontEndSettings",
@@ -1894,27 +2083,27 @@ export const FirewallResourceUpdateProperties = {
1894
2083
  element: {
1895
2084
  type: {
1896
2085
  name: "Composite",
1897
- className: "FrontendSetting"
1898
- }
1899
- }
1900
- }
2086
+ className: "FrontendSetting",
2087
+ },
2088
+ },
2089
+ },
1901
2090
  },
1902
2091
  planData: {
1903
2092
  serializedName: "planData",
1904
2093
  type: {
1905
2094
  name: "Composite",
1906
- className: "PlanData"
1907
- }
2095
+ className: "PlanData",
2096
+ },
1908
2097
  },
1909
2098
  marketplaceDetails: {
1910
2099
  serializedName: "marketplaceDetails",
1911
2100
  type: {
1912
2101
  name: "Composite",
1913
- className: "MarketplaceDetails"
1914
- }
1915
- }
1916
- }
1917
- }
2102
+ className: "MarketplaceDetails",
2103
+ },
2104
+ },
2105
+ },
2106
+ },
1918
2107
  };
1919
2108
  export const GlobalRulestackInfo = {
1920
2109
  type: {
@@ -1925,11 +2114,11 @@ export const GlobalRulestackInfo = {
1925
2114
  serializedName: "azureId",
1926
2115
  required: true,
1927
2116
  type: {
1928
- name: "String"
1929
- }
1930
- }
1931
- }
1932
- }
2117
+ name: "String",
2118
+ },
2119
+ },
2120
+ },
2121
+ },
1933
2122
  };
1934
2123
  export const LogSettings = {
1935
2124
  type: {
@@ -1939,52 +2128,52 @@ export const LogSettings = {
1939
2128
  logType: {
1940
2129
  serializedName: "logType",
1941
2130
  type: {
1942
- name: "String"
1943
- }
2131
+ name: "String",
2132
+ },
1944
2133
  },
1945
2134
  logOption: {
1946
2135
  serializedName: "logOption",
1947
2136
  type: {
1948
- name: "String"
1949
- }
2137
+ name: "String",
2138
+ },
1950
2139
  },
1951
2140
  applicationInsights: {
1952
2141
  serializedName: "applicationInsights",
1953
2142
  type: {
1954
2143
  name: "Composite",
1955
- className: "ApplicationInsights"
1956
- }
2144
+ className: "ApplicationInsights",
2145
+ },
1957
2146
  },
1958
2147
  commonDestination: {
1959
2148
  serializedName: "commonDestination",
1960
2149
  type: {
1961
2150
  name: "Composite",
1962
- className: "LogDestination"
1963
- }
2151
+ className: "LogDestination",
2152
+ },
1964
2153
  },
1965
2154
  trafficLogDestination: {
1966
2155
  serializedName: "trafficLogDestination",
1967
2156
  type: {
1968
2157
  name: "Composite",
1969
- className: "LogDestination"
1970
- }
2158
+ className: "LogDestination",
2159
+ },
1971
2160
  },
1972
2161
  threatLogDestination: {
1973
2162
  serializedName: "threatLogDestination",
1974
2163
  type: {
1975
2164
  name: "Composite",
1976
- className: "LogDestination"
1977
- }
2165
+ className: "LogDestination",
2166
+ },
1978
2167
  },
1979
2168
  decryptLogDestination: {
1980
2169
  serializedName: "decryptLogDestination",
1981
2170
  type: {
1982
2171
  name: "Composite",
1983
- className: "LogDestination"
1984
- }
1985
- }
1986
- }
1987
- }
2172
+ className: "LogDestination",
2173
+ },
2174
+ },
2175
+ },
2176
+ },
1988
2177
  };
1989
2178
  export const ApplicationInsights = {
1990
2179
  type: {
@@ -1994,17 +2183,17 @@ export const ApplicationInsights = {
1994
2183
  id: {
1995
2184
  serializedName: "id",
1996
2185
  type: {
1997
- name: "String"
1998
- }
2186
+ name: "String",
2187
+ },
1999
2188
  },
2000
2189
  key: {
2001
2190
  serializedName: "key",
2002
2191
  type: {
2003
- name: "String"
2004
- }
2005
- }
2006
- }
2007
- }
2192
+ name: "String",
2193
+ },
2194
+ },
2195
+ },
2196
+ },
2008
2197
  };
2009
2198
  export const LogDestination = {
2010
2199
  type: {
@@ -2015,25 +2204,25 @@ export const LogDestination = {
2015
2204
  serializedName: "storageConfigurations",
2016
2205
  type: {
2017
2206
  name: "Composite",
2018
- className: "StorageAccount"
2019
- }
2207
+ className: "StorageAccount",
2208
+ },
2020
2209
  },
2021
2210
  eventHubConfigurations: {
2022
2211
  serializedName: "eventHubConfigurations",
2023
2212
  type: {
2024
2213
  name: "Composite",
2025
- className: "EventHub"
2026
- }
2214
+ className: "EventHub",
2215
+ },
2027
2216
  },
2028
2217
  monitorConfigurations: {
2029
2218
  serializedName: "monitorConfigurations",
2030
2219
  type: {
2031
2220
  name: "Composite",
2032
- className: "MonitorLog"
2033
- }
2034
- }
2035
- }
2036
- }
2221
+ className: "MonitorLog",
2222
+ },
2223
+ },
2224
+ },
2225
+ },
2037
2226
  };
2038
2227
  export const StorageAccount = {
2039
2228
  type: {
@@ -2043,23 +2232,23 @@ export const StorageAccount = {
2043
2232
  id: {
2044
2233
  serializedName: "id",
2045
2234
  type: {
2046
- name: "String"
2047
- }
2235
+ name: "String",
2236
+ },
2048
2237
  },
2049
2238
  subscriptionId: {
2050
2239
  serializedName: "subscriptionId",
2051
2240
  type: {
2052
- name: "String"
2053
- }
2241
+ name: "String",
2242
+ },
2054
2243
  },
2055
2244
  accountName: {
2056
2245
  serializedName: "accountName",
2057
2246
  type: {
2058
- name: "String"
2059
- }
2060
- }
2061
- }
2062
- }
2247
+ name: "String",
2248
+ },
2249
+ },
2250
+ },
2251
+ },
2063
2252
  };
2064
2253
  export const EventHub = {
2065
2254
  type: {
@@ -2069,35 +2258,35 @@ export const EventHub = {
2069
2258
  id: {
2070
2259
  serializedName: "id",
2071
2260
  type: {
2072
- name: "String"
2073
- }
2261
+ name: "String",
2262
+ },
2074
2263
  },
2075
2264
  subscriptionId: {
2076
2265
  serializedName: "subscriptionId",
2077
2266
  type: {
2078
- name: "String"
2079
- }
2267
+ name: "String",
2268
+ },
2080
2269
  },
2081
2270
  name: {
2082
2271
  serializedName: "name",
2083
2272
  type: {
2084
- name: "String"
2085
- }
2273
+ name: "String",
2274
+ },
2086
2275
  },
2087
2276
  nameSpace: {
2088
2277
  serializedName: "nameSpace",
2089
2278
  type: {
2090
- name: "String"
2091
- }
2279
+ name: "String",
2280
+ },
2092
2281
  },
2093
2282
  policyName: {
2094
2283
  serializedName: "policyName",
2095
2284
  type: {
2096
- name: "String"
2097
- }
2098
- }
2099
- }
2100
- }
2285
+ name: "String",
2286
+ },
2287
+ },
2288
+ },
2289
+ },
2101
2290
  };
2102
2291
  export const MonitorLog = {
2103
2292
  type: {
@@ -2107,35 +2296,35 @@ export const MonitorLog = {
2107
2296
  id: {
2108
2297
  serializedName: "id",
2109
2298
  type: {
2110
- name: "String"
2111
- }
2299
+ name: "String",
2300
+ },
2112
2301
  },
2113
2302
  subscriptionId: {
2114
2303
  serializedName: "subscriptionId",
2115
2304
  type: {
2116
- name: "String"
2117
- }
2305
+ name: "String",
2306
+ },
2118
2307
  },
2119
2308
  workspace: {
2120
2309
  serializedName: "workspace",
2121
2310
  type: {
2122
- name: "String"
2123
- }
2311
+ name: "String",
2312
+ },
2124
2313
  },
2125
2314
  primaryKey: {
2126
2315
  serializedName: "primaryKey",
2127
2316
  type: {
2128
- name: "String"
2129
- }
2317
+ name: "String",
2318
+ },
2130
2319
  },
2131
2320
  secondaryKey: {
2132
2321
  serializedName: "secondaryKey",
2133
2322
  type: {
2134
- name: "String"
2135
- }
2136
- }
2137
- }
2138
- }
2323
+ name: "String",
2324
+ },
2325
+ },
2326
+ },
2327
+ },
2139
2328
  };
2140
2329
  export const SupportInfo = {
2141
2330
  type: {
@@ -2145,77 +2334,104 @@ export const SupportInfo = {
2145
2334
  productSku: {
2146
2335
  serializedName: "productSku",
2147
2336
  type: {
2148
- name: "String"
2149
- }
2337
+ name: "String",
2338
+ },
2150
2339
  },
2151
2340
  productSerial: {
2152
2341
  serializedName: "productSerial",
2153
2342
  type: {
2154
- name: "String"
2155
- }
2343
+ name: "String",
2344
+ },
2156
2345
  },
2157
2346
  accountRegistered: {
2158
2347
  serializedName: "accountRegistered",
2159
2348
  type: {
2160
- name: "String"
2161
- }
2349
+ name: "String",
2350
+ },
2162
2351
  },
2163
2352
  accountId: {
2164
2353
  serializedName: "accountId",
2165
2354
  type: {
2166
- name: "String"
2167
- }
2355
+ name: "String",
2356
+ },
2168
2357
  },
2169
2358
  userDomainSupported: {
2170
2359
  serializedName: "userDomainSupported",
2171
2360
  type: {
2172
- name: "String"
2173
- }
2361
+ name: "String",
2362
+ },
2174
2363
  },
2175
2364
  userRegistered: {
2176
2365
  serializedName: "userRegistered",
2177
2366
  type: {
2178
- name: "String"
2179
- }
2367
+ name: "String",
2368
+ },
2180
2369
  },
2181
2370
  freeTrial: {
2182
2371
  serializedName: "freeTrial",
2183
2372
  type: {
2184
- name: "String"
2185
- }
2373
+ name: "String",
2374
+ },
2186
2375
  },
2187
2376
  freeTrialDaysLeft: {
2188
2377
  serializedName: "freeTrialDaysLeft",
2189
2378
  type: {
2190
- name: "Number"
2191
- }
2379
+ name: "Number",
2380
+ },
2192
2381
  },
2193
2382
  freeTrialCreditLeft: {
2194
2383
  serializedName: "freeTrialCreditLeft",
2195
2384
  type: {
2196
- name: "Number"
2197
- }
2385
+ name: "Number",
2386
+ },
2198
2387
  },
2199
2388
  helpURL: {
2200
2389
  serializedName: "helpURL",
2201
2390
  type: {
2202
- name: "String"
2203
- }
2391
+ name: "String",
2392
+ },
2204
2393
  },
2205
2394
  supportURL: {
2206
2395
  serializedName: "supportURL",
2207
2396
  type: {
2208
- name: "String"
2209
- }
2397
+ name: "String",
2398
+ },
2210
2399
  },
2211
2400
  registerURL: {
2212
2401
  serializedName: "registerURL",
2213
2402
  type: {
2214
- name: "String"
2215
- }
2216
- }
2217
- }
2218
- }
2403
+ name: "String",
2404
+ },
2405
+ },
2406
+ },
2407
+ },
2408
+ };
2409
+ export const MetricsObjectFirewallResourceListResult = {
2410
+ type: {
2411
+ name: "Composite",
2412
+ className: "MetricsObjectFirewallResourceListResult",
2413
+ modelProperties: {
2414
+ value: {
2415
+ serializedName: "value",
2416
+ required: true,
2417
+ type: {
2418
+ name: "Sequence",
2419
+ element: {
2420
+ type: {
2421
+ name: "Composite",
2422
+ className: "MetricsObjectFirewallResource",
2423
+ },
2424
+ },
2425
+ },
2426
+ },
2427
+ nextLink: {
2428
+ serializedName: "nextLink",
2429
+ type: {
2430
+ name: "String",
2431
+ },
2432
+ },
2433
+ },
2434
+ },
2219
2435
  };
2220
2436
  export const FirewallStatusResourceListResult = {
2221
2437
  type: {
@@ -2230,19 +2446,19 @@ export const FirewallStatusResourceListResult = {
2230
2446
  element: {
2231
2447
  type: {
2232
2448
  name: "Composite",
2233
- className: "FirewallStatusResource"
2234
- }
2235
- }
2236
- }
2449
+ className: "FirewallStatusResource",
2450
+ },
2451
+ },
2452
+ },
2237
2453
  },
2238
2454
  nextLink: {
2239
2455
  serializedName: "nextLink",
2240
2456
  type: {
2241
- name: "String"
2242
- }
2243
- }
2244
- }
2245
- }
2457
+ name: "String",
2458
+ },
2459
+ },
2460
+ },
2461
+ },
2246
2462
  };
2247
2463
  export const PanoramaStatus = {
2248
2464
  type: {
@@ -2253,18 +2469,38 @@ export const PanoramaStatus = {
2253
2469
  serializedName: "panoramaServerStatus",
2254
2470
  readOnly: true,
2255
2471
  type: {
2256
- name: "String"
2257
- }
2472
+ name: "String",
2473
+ },
2258
2474
  },
2259
2475
  panoramaServer2Status: {
2260
2476
  serializedName: "panoramaServer2Status",
2261
2477
  readOnly: true,
2262
2478
  type: {
2263
- name: "String"
2264
- }
2265
- }
2266
- }
2267
- }
2479
+ name: "String",
2480
+ },
2481
+ },
2482
+ },
2483
+ },
2484
+ };
2485
+ export const StrataCloudManagerInfo = {
2486
+ type: {
2487
+ name: "Composite",
2488
+ className: "StrataCloudManagerInfo",
2489
+ modelProperties: {
2490
+ folderName: {
2491
+ serializedName: "folderName",
2492
+ type: {
2493
+ name: "String",
2494
+ },
2495
+ },
2496
+ hubUrl: {
2497
+ serializedName: "hubUrl",
2498
+ type: {
2499
+ name: "String",
2500
+ },
2501
+ },
2502
+ },
2503
+ },
2268
2504
  };
2269
2505
  export const LocalRulestackResourceUpdate = {
2270
2506
  type: {
@@ -2275,25 +2511,25 @@ export const LocalRulestackResourceUpdate = {
2275
2511
  serializedName: "identity",
2276
2512
  type: {
2277
2513
  name: "Composite",
2278
- className: "AzureResourceManagerManagedIdentityProperties"
2279
- }
2514
+ className: "AzureResourceManagerManagedIdentityProperties",
2515
+ },
2280
2516
  },
2281
2517
  tags: {
2282
2518
  serializedName: "tags",
2283
2519
  type: {
2284
2520
  name: "Dictionary",
2285
- value: { type: { name: "String" } }
2286
- }
2521
+ value: { type: { name: "String" } },
2522
+ },
2287
2523
  },
2288
2524
  properties: {
2289
2525
  serializedName: "properties",
2290
2526
  type: {
2291
2527
  name: "Composite",
2292
- className: "LocalRulestackResourceUpdateProperties"
2293
- }
2294
- }
2295
- }
2296
- }
2528
+ className: "LocalRulestackResourceUpdateProperties",
2529
+ },
2530
+ },
2531
+ },
2532
+ },
2297
2533
  };
2298
2534
  export const LocalRulestackResourceUpdateProperties = {
2299
2535
  type: {
@@ -2303,20 +2539,20 @@ export const LocalRulestackResourceUpdateProperties = {
2303
2539
  panEtag: {
2304
2540
  serializedName: "panEtag",
2305
2541
  type: {
2306
- name: "String"
2307
- }
2542
+ name: "String",
2543
+ },
2308
2544
  },
2309
2545
  panLocation: {
2310
2546
  serializedName: "panLocation",
2311
2547
  type: {
2312
- name: "String"
2313
- }
2548
+ name: "String",
2549
+ },
2314
2550
  },
2315
2551
  scope: {
2316
2552
  serializedName: "scope",
2317
2553
  type: {
2318
- name: "String"
2319
- }
2554
+ name: "String",
2555
+ },
2320
2556
  },
2321
2557
  associatedSubscriptions: {
2322
2558
  serializedName: "associatedSubscriptions",
@@ -2324,38 +2560,38 @@ export const LocalRulestackResourceUpdateProperties = {
2324
2560
  name: "Sequence",
2325
2561
  element: {
2326
2562
  type: {
2327
- name: "String"
2328
- }
2329
- }
2330
- }
2563
+ name: "String",
2564
+ },
2565
+ },
2566
+ },
2331
2567
  },
2332
2568
  description: {
2333
2569
  serializedName: "description",
2334
2570
  type: {
2335
- name: "String"
2336
- }
2571
+ name: "String",
2572
+ },
2337
2573
  },
2338
2574
  defaultMode: {
2339
2575
  serializedName: "defaultMode",
2340
2576
  type: {
2341
- name: "String"
2342
- }
2577
+ name: "String",
2578
+ },
2343
2579
  },
2344
2580
  minAppIdVersion: {
2345
2581
  serializedName: "minAppIdVersion",
2346
2582
  type: {
2347
- name: "String"
2348
- }
2583
+ name: "String",
2584
+ },
2349
2585
  },
2350
2586
  securityServices: {
2351
2587
  serializedName: "securityServices",
2352
2588
  type: {
2353
2589
  name: "Composite",
2354
- className: "SecurityServices"
2355
- }
2356
- }
2357
- }
2358
- }
2590
+ className: "SecurityServices",
2591
+ },
2592
+ },
2593
+ },
2594
+ },
2359
2595
  };
2360
2596
  export const CertificateObjectLocalRulestackResourceListResult = {
2361
2597
  type: {
@@ -2370,19 +2606,19 @@ export const CertificateObjectLocalRulestackResourceListResult = {
2370
2606
  element: {
2371
2607
  type: {
2372
2608
  name: "Composite",
2373
- className: "CertificateObjectLocalRulestackResource"
2374
- }
2375
- }
2376
- }
2609
+ className: "CertificateObjectLocalRulestackResource",
2610
+ },
2611
+ },
2612
+ },
2377
2613
  },
2378
2614
  nextLink: {
2379
2615
  serializedName: "nextLink",
2380
2616
  type: {
2381
- name: "String"
2382
- }
2383
- }
2384
- }
2385
- }
2617
+ name: "String",
2618
+ },
2619
+ },
2620
+ },
2621
+ },
2386
2622
  };
2387
2623
  export const FqdnListLocalRulestackResourceListResult = {
2388
2624
  type: {
@@ -2397,19 +2633,19 @@ export const FqdnListLocalRulestackResourceListResult = {
2397
2633
  element: {
2398
2634
  type: {
2399
2635
  name: "Composite",
2400
- className: "FqdnListLocalRulestackResource"
2401
- }
2402
- }
2403
- }
2636
+ className: "FqdnListLocalRulestackResource",
2637
+ },
2638
+ },
2639
+ },
2404
2640
  },
2405
2641
  nextLink: {
2406
2642
  serializedName: "nextLink",
2407
2643
  type: {
2408
- name: "String"
2409
- }
2410
- }
2411
- }
2412
- }
2644
+ name: "String",
2645
+ },
2646
+ },
2647
+ },
2648
+ },
2413
2649
  };
2414
2650
  export const LocalRulesResourceListResult = {
2415
2651
  type: {
@@ -2424,19 +2660,19 @@ export const LocalRulesResourceListResult = {
2424
2660
  element: {
2425
2661
  type: {
2426
2662
  name: "Composite",
2427
- className: "LocalRulesResource"
2428
- }
2429
- }
2430
- }
2663
+ className: "LocalRulesResource",
2664
+ },
2665
+ },
2666
+ },
2431
2667
  },
2432
2668
  nextLink: {
2433
2669
  serializedName: "nextLink",
2434
2670
  type: {
2435
- name: "String"
2436
- }
2437
- }
2438
- }
2439
- }
2671
+ name: "String",
2672
+ },
2673
+ },
2674
+ },
2675
+ },
2440
2676
  };
2441
2677
  export const PrefixListResourceListResult = {
2442
2678
  type: {
@@ -2451,28 +2687,28 @@ export const PrefixListResourceListResult = {
2451
2687
  element: {
2452
2688
  type: {
2453
2689
  name: "Composite",
2454
- className: "PrefixListResource"
2455
- }
2456
- }
2457
- }
2690
+ className: "PrefixListResource",
2691
+ },
2692
+ },
2693
+ },
2458
2694
  },
2459
2695
  nextLink: {
2460
2696
  serializedName: "nextLink",
2461
2697
  type: {
2462
- name: "String"
2463
- }
2464
- }
2465
- }
2466
- }
2698
+ name: "String",
2699
+ },
2700
+ },
2701
+ },
2702
+ },
2467
2703
  };
2468
2704
  export const ProxyResource = {
2469
2705
  type: {
2470
2706
  name: "Composite",
2471
2707
  className: "ProxyResource",
2472
2708
  modelProperties: {
2473
- ...Resource.type.modelProperties
2474
- }
2475
- }
2709
+ ...Resource.type.modelProperties,
2710
+ },
2711
+ },
2476
2712
  };
2477
2713
  export const TrackedResource = {
2478
2714
  type: {
@@ -2484,18 +2720,18 @@ export const TrackedResource = {
2484
2720
  serializedName: "tags",
2485
2721
  type: {
2486
2722
  name: "Dictionary",
2487
- value: { type: { name: "String" } }
2488
- }
2723
+ value: { type: { name: "String" } },
2724
+ },
2489
2725
  },
2490
2726
  location: {
2491
2727
  serializedName: "location",
2492
2728
  required: true,
2493
2729
  type: {
2494
- name: "String"
2495
- }
2496
- }
2497
- }
2498
- }
2730
+ name: "String",
2731
+ },
2732
+ },
2733
+ },
2734
+ },
2499
2735
  };
2500
2736
  export const GlobalRulestackResource = {
2501
2737
  type: {
@@ -2507,33 +2743,33 @@ export const GlobalRulestackResource = {
2507
2743
  serializedName: "location",
2508
2744
  required: true,
2509
2745
  type: {
2510
- name: "String"
2511
- }
2746
+ name: "String",
2747
+ },
2512
2748
  },
2513
2749
  identity: {
2514
2750
  serializedName: "identity",
2515
2751
  type: {
2516
2752
  name: "Composite",
2517
- className: "AzureResourceManagerManagedIdentityProperties"
2518
- }
2753
+ className: "AzureResourceManagerManagedIdentityProperties",
2754
+ },
2519
2755
  },
2520
2756
  panEtag: {
2521
2757
  serializedName: "properties.panEtag",
2522
2758
  type: {
2523
- name: "String"
2524
- }
2759
+ name: "String",
2760
+ },
2525
2761
  },
2526
2762
  panLocation: {
2527
2763
  serializedName: "properties.panLocation",
2528
2764
  type: {
2529
- name: "String"
2530
- }
2765
+ name: "String",
2766
+ },
2531
2767
  },
2532
2768
  scope: {
2533
2769
  serializedName: "properties.scope",
2534
2770
  type: {
2535
- name: "String"
2536
- }
2771
+ name: "String",
2772
+ },
2537
2773
  },
2538
2774
  associatedSubscriptions: {
2539
2775
  serializedName: "properties.associatedSubscriptions",
@@ -2541,45 +2777,45 @@ export const GlobalRulestackResource = {
2541
2777
  name: "Sequence",
2542
2778
  element: {
2543
2779
  type: {
2544
- name: "String"
2545
- }
2546
- }
2547
- }
2780
+ name: "String",
2781
+ },
2782
+ },
2783
+ },
2548
2784
  },
2549
2785
  description: {
2550
2786
  serializedName: "properties.description",
2551
2787
  type: {
2552
- name: "String"
2553
- }
2788
+ name: "String",
2789
+ },
2554
2790
  },
2555
2791
  defaultMode: {
2556
2792
  serializedName: "properties.defaultMode",
2557
2793
  type: {
2558
- name: "String"
2559
- }
2794
+ name: "String",
2795
+ },
2560
2796
  },
2561
2797
  minAppIdVersion: {
2562
2798
  serializedName: "properties.minAppIdVersion",
2563
2799
  type: {
2564
- name: "String"
2565
- }
2800
+ name: "String",
2801
+ },
2566
2802
  },
2567
2803
  provisioningState: {
2568
2804
  serializedName: "properties.provisioningState",
2569
2805
  readOnly: true,
2570
2806
  type: {
2571
- name: "String"
2572
- }
2807
+ name: "String",
2808
+ },
2573
2809
  },
2574
2810
  securityServices: {
2575
2811
  serializedName: "properties.securityServices",
2576
2812
  type: {
2577
2813
  name: "Composite",
2578
- className: "SecurityServices"
2579
- }
2580
- }
2581
- }
2582
- }
2814
+ className: "SecurityServices",
2815
+ },
2816
+ },
2817
+ },
2818
+ },
2583
2819
  };
2584
2820
  export const CertificateObjectGlobalRulestackResource = {
2585
2821
  type: {
@@ -2590,43 +2826,43 @@ export const CertificateObjectGlobalRulestackResource = {
2590
2826
  certificateSignerResourceId: {
2591
2827
  serializedName: "properties.certificateSignerResourceId",
2592
2828
  type: {
2593
- name: "String"
2594
- }
2829
+ name: "String",
2830
+ },
2595
2831
  },
2596
2832
  certificateSelfSigned: {
2597
2833
  serializedName: "properties.certificateSelfSigned",
2598
2834
  required: true,
2599
2835
  type: {
2600
- name: "String"
2601
- }
2836
+ name: "String",
2837
+ },
2602
2838
  },
2603
2839
  auditComment: {
2604
2840
  serializedName: "properties.auditComment",
2605
2841
  type: {
2606
- name: "String"
2607
- }
2842
+ name: "String",
2843
+ },
2608
2844
  },
2609
2845
  description: {
2610
2846
  serializedName: "properties.description",
2611
2847
  type: {
2612
- name: "String"
2613
- }
2848
+ name: "String",
2849
+ },
2614
2850
  },
2615
2851
  etag: {
2616
2852
  serializedName: "properties.etag",
2617
2853
  type: {
2618
- name: "String"
2619
- }
2854
+ name: "String",
2855
+ },
2620
2856
  },
2621
2857
  provisioningState: {
2622
2858
  serializedName: "properties.provisioningState",
2623
2859
  readOnly: true,
2624
2860
  type: {
2625
- name: "String"
2626
- }
2627
- }
2628
- }
2629
- }
2861
+ name: "String",
2862
+ },
2863
+ },
2864
+ },
2865
+ },
2630
2866
  };
2631
2867
  export const FqdnListGlobalRulestackResource = {
2632
2868
  type: {
@@ -2637,8 +2873,8 @@ export const FqdnListGlobalRulestackResource = {
2637
2873
  description: {
2638
2874
  serializedName: "properties.description",
2639
2875
  type: {
2640
- name: "String"
2641
- }
2876
+ name: "String",
2877
+ },
2642
2878
  },
2643
2879
  fqdnList: {
2644
2880
  serializedName: "properties.fqdnList",
@@ -2647,32 +2883,32 @@ export const FqdnListGlobalRulestackResource = {
2647
2883
  name: "Sequence",
2648
2884
  element: {
2649
2885
  type: {
2650
- name: "String"
2651
- }
2652
- }
2653
- }
2886
+ name: "String",
2887
+ },
2888
+ },
2889
+ },
2654
2890
  },
2655
2891
  etag: {
2656
2892
  serializedName: "properties.etag",
2657
2893
  type: {
2658
- name: "String"
2659
- }
2894
+ name: "String",
2895
+ },
2660
2896
  },
2661
2897
  auditComment: {
2662
2898
  serializedName: "properties.auditComment",
2663
2899
  type: {
2664
- name: "String"
2665
- }
2900
+ name: "String",
2901
+ },
2666
2902
  },
2667
2903
  provisioningState: {
2668
2904
  serializedName: "properties.provisioningState",
2669
2905
  readOnly: true,
2670
2906
  type: {
2671
- name: "String"
2672
- }
2673
- }
2674
- }
2675
- }
2907
+ name: "String",
2908
+ },
2909
+ },
2910
+ },
2911
+ },
2676
2912
  };
2677
2913
  export const PostRulesResource = {
2678
2914
  type: {
@@ -2683,60 +2919,60 @@ export const PostRulesResource = {
2683
2919
  etag: {
2684
2920
  serializedName: "properties.etag",
2685
2921
  type: {
2686
- name: "String"
2687
- }
2922
+ name: "String",
2923
+ },
2688
2924
  },
2689
2925
  ruleName: {
2690
2926
  serializedName: "properties.ruleName",
2691
2927
  required: true,
2692
2928
  type: {
2693
- name: "String"
2694
- }
2929
+ name: "String",
2930
+ },
2695
2931
  },
2696
2932
  priority: {
2697
2933
  serializedName: "properties.priority",
2698
2934
  readOnly: true,
2699
2935
  type: {
2700
- name: "Number"
2701
- }
2936
+ name: "Number",
2937
+ },
2702
2938
  },
2703
2939
  description: {
2704
2940
  serializedName: "properties.description",
2705
2941
  type: {
2706
- name: "String"
2707
- }
2942
+ name: "String",
2943
+ },
2708
2944
  },
2709
2945
  ruleState: {
2710
2946
  serializedName: "properties.ruleState",
2711
2947
  type: {
2712
- name: "String"
2713
- }
2948
+ name: "String",
2949
+ },
2714
2950
  },
2715
2951
  source: {
2716
2952
  serializedName: "properties.source",
2717
2953
  type: {
2718
2954
  name: "Composite",
2719
- className: "SourceAddr"
2720
- }
2955
+ className: "SourceAddr",
2956
+ },
2721
2957
  },
2722
2958
  negateSource: {
2723
2959
  serializedName: "properties.negateSource",
2724
2960
  type: {
2725
- name: "String"
2726
- }
2961
+ name: "String",
2962
+ },
2727
2963
  },
2728
2964
  destination: {
2729
2965
  serializedName: "properties.destination",
2730
2966
  type: {
2731
2967
  name: "Composite",
2732
- className: "DestinationAddr"
2733
- }
2968
+ className: "DestinationAddr",
2969
+ },
2734
2970
  },
2735
2971
  negateDestination: {
2736
2972
  serializedName: "properties.negateDestination",
2737
2973
  type: {
2738
- name: "String"
2739
- }
2974
+ name: "String",
2975
+ },
2740
2976
  },
2741
2977
  applications: {
2742
2978
  serializedName: "properties.applications",
@@ -2744,24 +2980,24 @@ export const PostRulesResource = {
2744
2980
  name: "Sequence",
2745
2981
  element: {
2746
2982
  type: {
2747
- name: "String"
2748
- }
2749
- }
2750
- }
2983
+ name: "String",
2984
+ },
2985
+ },
2986
+ },
2751
2987
  },
2752
2988
  category: {
2753
2989
  serializedName: "properties.category",
2754
2990
  type: {
2755
2991
  name: "Composite",
2756
- className: "Category"
2757
- }
2992
+ className: "Category",
2993
+ },
2758
2994
  },
2759
2995
  protocol: {
2760
2996
  defaultValue: "application-default",
2761
2997
  serializedName: "properties.protocol",
2762
2998
  type: {
2763
- name: "String"
2764
- }
2999
+ name: "String",
3000
+ },
2765
3001
  },
2766
3002
  protocolPortList: {
2767
3003
  serializedName: "properties.protocolPortList",
@@ -2769,40 +3005,40 @@ export const PostRulesResource = {
2769
3005
  name: "Sequence",
2770
3006
  element: {
2771
3007
  type: {
2772
- name: "String"
2773
- }
2774
- }
2775
- }
3008
+ name: "String",
3009
+ },
3010
+ },
3011
+ },
2776
3012
  },
2777
3013
  inboundInspectionCertificate: {
2778
3014
  serializedName: "properties.inboundInspectionCertificate",
2779
3015
  type: {
2780
- name: "String"
2781
- }
3016
+ name: "String",
3017
+ },
2782
3018
  },
2783
3019
  auditComment: {
2784
3020
  serializedName: "properties.auditComment",
2785
3021
  type: {
2786
- name: "String"
2787
- }
3022
+ name: "String",
3023
+ },
2788
3024
  },
2789
3025
  actionType: {
2790
3026
  serializedName: "properties.actionType",
2791
3027
  type: {
2792
- name: "String"
2793
- }
3028
+ name: "String",
3029
+ },
2794
3030
  },
2795
3031
  enableLogging: {
2796
3032
  serializedName: "properties.enableLogging",
2797
3033
  type: {
2798
- name: "String"
2799
- }
3034
+ name: "String",
3035
+ },
2800
3036
  },
2801
3037
  decryptionRuleType: {
2802
3038
  serializedName: "properties.decryptionRuleType",
2803
3039
  type: {
2804
- name: "String"
2805
- }
3040
+ name: "String",
3041
+ },
2806
3042
  },
2807
3043
  tags: {
2808
3044
  serializedName: "properties.tags",
@@ -2811,66 +3047,20 @@ export const PostRulesResource = {
2811
3047
  element: {
2812
3048
  type: {
2813
3049
  name: "Composite",
2814
- className: "TagInfo"
2815
- }
2816
- }
2817
- }
3050
+ className: "TagInfo",
3051
+ },
3052
+ },
3053
+ },
2818
3054
  },
2819
3055
  provisioningState: {
2820
3056
  serializedName: "properties.provisioningState",
2821
3057
  readOnly: true,
2822
3058
  type: {
2823
- name: "String"
2824
- }
2825
- }
2826
- }
2827
- }
2828
- };
2829
- export const PrefixListGlobalRulestackResource = {
2830
- type: {
2831
- name: "Composite",
2832
- className: "PrefixListGlobalRulestackResource",
2833
- modelProperties: {
2834
- ...ProxyResource.type.modelProperties,
2835
- description: {
2836
- serializedName: "properties.description",
2837
- type: {
2838
- name: "String"
2839
- }
2840
- },
2841
- prefixList: {
2842
- serializedName: "properties.prefixList",
2843
- required: true,
2844
- type: {
2845
- name: "Sequence",
2846
- element: {
2847
- type: {
2848
- name: "String"
2849
- }
2850
- }
2851
- }
2852
- },
2853
- etag: {
2854
- serializedName: "properties.etag",
2855
- type: {
2856
- name: "String"
2857
- }
2858
- },
2859
- auditComment: {
2860
- serializedName: "properties.auditComment",
2861
- type: {
2862
- name: "String"
2863
- }
3059
+ name: "String",
3060
+ },
2864
3061
  },
2865
- provisioningState: {
2866
- serializedName: "properties.provisioningState",
2867
- readOnly: true,
2868
- type: {
2869
- name: "String"
2870
- }
2871
- }
2872
- }
2873
- }
3062
+ },
3063
+ },
2874
3064
  };
2875
3065
  export const PreRulesResource = {
2876
3066
  type: {
@@ -2881,60 +3071,60 @@ export const PreRulesResource = {
2881
3071
  etag: {
2882
3072
  serializedName: "properties.etag",
2883
3073
  type: {
2884
- name: "String"
2885
- }
3074
+ name: "String",
3075
+ },
2886
3076
  },
2887
3077
  ruleName: {
2888
3078
  serializedName: "properties.ruleName",
2889
3079
  required: true,
2890
3080
  type: {
2891
- name: "String"
2892
- }
3081
+ name: "String",
3082
+ },
2893
3083
  },
2894
3084
  priority: {
2895
3085
  serializedName: "properties.priority",
2896
3086
  readOnly: true,
2897
3087
  type: {
2898
- name: "Number"
2899
- }
3088
+ name: "Number",
3089
+ },
2900
3090
  },
2901
3091
  description: {
2902
3092
  serializedName: "properties.description",
2903
3093
  type: {
2904
- name: "String"
2905
- }
3094
+ name: "String",
3095
+ },
2906
3096
  },
2907
3097
  ruleState: {
2908
3098
  serializedName: "properties.ruleState",
2909
3099
  type: {
2910
- name: "String"
2911
- }
3100
+ name: "String",
3101
+ },
2912
3102
  },
2913
3103
  source: {
2914
3104
  serializedName: "properties.source",
2915
3105
  type: {
2916
3106
  name: "Composite",
2917
- className: "SourceAddr"
2918
- }
3107
+ className: "SourceAddr",
3108
+ },
2919
3109
  },
2920
3110
  negateSource: {
2921
3111
  serializedName: "properties.negateSource",
2922
3112
  type: {
2923
- name: "String"
2924
- }
3113
+ name: "String",
3114
+ },
2925
3115
  },
2926
3116
  destination: {
2927
3117
  serializedName: "properties.destination",
2928
3118
  type: {
2929
3119
  name: "Composite",
2930
- className: "DestinationAddr"
2931
- }
3120
+ className: "DestinationAddr",
3121
+ },
2932
3122
  },
2933
3123
  negateDestination: {
2934
3124
  serializedName: "properties.negateDestination",
2935
3125
  type: {
2936
- name: "String"
2937
- }
3126
+ name: "String",
3127
+ },
2938
3128
  },
2939
3129
  applications: {
2940
3130
  serializedName: "properties.applications",
@@ -2942,24 +3132,24 @@ export const PreRulesResource = {
2942
3132
  name: "Sequence",
2943
3133
  element: {
2944
3134
  type: {
2945
- name: "String"
2946
- }
2947
- }
2948
- }
3135
+ name: "String",
3136
+ },
3137
+ },
3138
+ },
2949
3139
  },
2950
3140
  category: {
2951
3141
  serializedName: "properties.category",
2952
3142
  type: {
2953
3143
  name: "Composite",
2954
- className: "Category"
2955
- }
3144
+ className: "Category",
3145
+ },
2956
3146
  },
2957
3147
  protocol: {
2958
3148
  defaultValue: "application-default",
2959
3149
  serializedName: "properties.protocol",
2960
3150
  type: {
2961
- name: "String"
2962
- }
3151
+ name: "String",
3152
+ },
2963
3153
  },
2964
3154
  protocolPortList: {
2965
3155
  serializedName: "properties.protocolPortList",
@@ -2967,40 +3157,40 @@ export const PreRulesResource = {
2967
3157
  name: "Sequence",
2968
3158
  element: {
2969
3159
  type: {
2970
- name: "String"
2971
- }
2972
- }
2973
- }
3160
+ name: "String",
3161
+ },
3162
+ },
3163
+ },
2974
3164
  },
2975
3165
  inboundInspectionCertificate: {
2976
3166
  serializedName: "properties.inboundInspectionCertificate",
2977
3167
  type: {
2978
- name: "String"
2979
- }
3168
+ name: "String",
3169
+ },
2980
3170
  },
2981
3171
  auditComment: {
2982
3172
  serializedName: "properties.auditComment",
2983
3173
  type: {
2984
- name: "String"
2985
- }
3174
+ name: "String",
3175
+ },
2986
3176
  },
2987
3177
  actionType: {
2988
3178
  serializedName: "properties.actionType",
2989
3179
  type: {
2990
- name: "String"
2991
- }
3180
+ name: "String",
3181
+ },
2992
3182
  },
2993
3183
  enableLogging: {
2994
3184
  serializedName: "properties.enableLogging",
2995
3185
  type: {
2996
- name: "String"
2997
- }
3186
+ name: "String",
3187
+ },
2998
3188
  },
2999
3189
  decryptionRuleType: {
3000
3190
  serializedName: "properties.decryptionRuleType",
3001
3191
  type: {
3002
- name: "String"
3003
- }
3192
+ name: "String",
3193
+ },
3004
3194
  },
3005
3195
  tags: {
3006
3196
  serializedName: "properties.tags",
@@ -3009,20 +3199,102 @@ export const PreRulesResource = {
3009
3199
  element: {
3010
3200
  type: {
3011
3201
  name: "Composite",
3012
- className: "TagInfo"
3013
- }
3014
- }
3015
- }
3202
+ className: "TagInfo",
3203
+ },
3204
+ },
3205
+ },
3206
+ },
3207
+ provisioningState: {
3208
+ serializedName: "properties.provisioningState",
3209
+ readOnly: true,
3210
+ type: {
3211
+ name: "String",
3212
+ },
3213
+ },
3214
+ },
3215
+ },
3216
+ };
3217
+ export const PrefixListGlobalRulestackResource = {
3218
+ type: {
3219
+ name: "Composite",
3220
+ className: "PrefixListGlobalRulestackResource",
3221
+ modelProperties: {
3222
+ ...ProxyResource.type.modelProperties,
3223
+ description: {
3224
+ serializedName: "properties.description",
3225
+ type: {
3226
+ name: "String",
3227
+ },
3228
+ },
3229
+ prefixList: {
3230
+ serializedName: "properties.prefixList",
3231
+ required: true,
3232
+ type: {
3233
+ name: "Sequence",
3234
+ element: {
3235
+ type: {
3236
+ name: "String",
3237
+ },
3238
+ },
3239
+ },
3240
+ },
3241
+ etag: {
3242
+ serializedName: "properties.etag",
3243
+ type: {
3244
+ name: "String",
3245
+ },
3246
+ },
3247
+ auditComment: {
3248
+ serializedName: "properties.auditComment",
3249
+ type: {
3250
+ name: "String",
3251
+ },
3252
+ },
3253
+ provisioningState: {
3254
+ serializedName: "properties.provisioningState",
3255
+ readOnly: true,
3256
+ type: {
3257
+ name: "String",
3258
+ },
3259
+ },
3260
+ },
3261
+ },
3262
+ };
3263
+ export const MetricsObjectFirewallResource = {
3264
+ type: {
3265
+ name: "Composite",
3266
+ className: "MetricsObjectFirewallResource",
3267
+ modelProperties: {
3268
+ ...ProxyResource.type.modelProperties,
3269
+ applicationInsightsResourceId: {
3270
+ serializedName: "properties.applicationInsightsResourceId",
3271
+ required: true,
3272
+ type: {
3273
+ name: "String",
3274
+ },
3275
+ },
3276
+ applicationInsightsConnectionString: {
3277
+ serializedName: "properties.applicationInsightsConnectionString",
3278
+ required: true,
3279
+ type: {
3280
+ name: "String",
3281
+ },
3282
+ },
3283
+ panEtag: {
3284
+ serializedName: "properties.panEtag",
3285
+ type: {
3286
+ name: "String",
3287
+ },
3016
3288
  },
3017
3289
  provisioningState: {
3018
3290
  serializedName: "properties.provisioningState",
3019
3291
  readOnly: true,
3020
3292
  type: {
3021
- name: "String"
3022
- }
3023
- }
3024
- }
3025
- }
3293
+ name: "String",
3294
+ },
3295
+ },
3296
+ },
3297
+ },
3026
3298
  };
3027
3299
  export const FirewallStatusResource = {
3028
3300
  type: {
@@ -3034,39 +3306,53 @@ export const FirewallStatusResource = {
3034
3306
  serializedName: "properties.isPanoramaManaged",
3035
3307
  readOnly: true,
3036
3308
  type: {
3037
- name: "String"
3038
- }
3309
+ name: "String",
3310
+ },
3039
3311
  },
3040
3312
  healthStatus: {
3041
3313
  serializedName: "properties.healthStatus",
3042
3314
  readOnly: true,
3043
3315
  type: {
3044
- name: "String"
3045
- }
3316
+ name: "String",
3317
+ },
3046
3318
  },
3047
3319
  healthReason: {
3048
3320
  serializedName: "properties.healthReason",
3049
3321
  readOnly: true,
3050
3322
  type: {
3051
- name: "String"
3052
- }
3323
+ name: "String",
3324
+ },
3053
3325
  },
3054
3326
  panoramaStatus: {
3055
3327
  serializedName: "properties.panoramaStatus",
3056
3328
  type: {
3057
3329
  name: "Composite",
3058
- className: "PanoramaStatus"
3059
- }
3330
+ className: "PanoramaStatus",
3331
+ },
3060
3332
  },
3061
3333
  provisioningState: {
3062
3334
  serializedName: "properties.provisioningState",
3063
3335
  readOnly: true,
3064
3336
  type: {
3065
- name: "String"
3066
- }
3067
- }
3068
- }
3069
- }
3337
+ name: "String",
3338
+ },
3339
+ },
3340
+ isStrataCloudManaged: {
3341
+ serializedName: "properties.isStrataCloudManaged",
3342
+ readOnly: true,
3343
+ type: {
3344
+ name: "String",
3345
+ },
3346
+ },
3347
+ strataCloudManagerInfo: {
3348
+ serializedName: "properties.strataCloudManagerInfo",
3349
+ type: {
3350
+ name: "Composite",
3351
+ className: "StrataCloudManagerInfo",
3352
+ },
3353
+ },
3354
+ },
3355
+ },
3070
3356
  };
3071
3357
  export const CertificateObjectLocalRulestackResource = {
3072
3358
  type: {
@@ -3077,43 +3363,43 @@ export const CertificateObjectLocalRulestackResource = {
3077
3363
  certificateSignerResourceId: {
3078
3364
  serializedName: "properties.certificateSignerResourceId",
3079
3365
  type: {
3080
- name: "String"
3081
- }
3366
+ name: "String",
3367
+ },
3082
3368
  },
3083
3369
  certificateSelfSigned: {
3084
3370
  serializedName: "properties.certificateSelfSigned",
3085
3371
  required: true,
3086
3372
  type: {
3087
- name: "String"
3088
- }
3373
+ name: "String",
3374
+ },
3089
3375
  },
3090
3376
  auditComment: {
3091
3377
  serializedName: "properties.auditComment",
3092
3378
  type: {
3093
- name: "String"
3094
- }
3379
+ name: "String",
3380
+ },
3095
3381
  },
3096
3382
  description: {
3097
3383
  serializedName: "properties.description",
3098
3384
  type: {
3099
- name: "String"
3100
- }
3385
+ name: "String",
3386
+ },
3101
3387
  },
3102
3388
  etag: {
3103
3389
  serializedName: "properties.etag",
3104
3390
  type: {
3105
- name: "String"
3106
- }
3391
+ name: "String",
3392
+ },
3107
3393
  },
3108
3394
  provisioningState: {
3109
3395
  serializedName: "properties.provisioningState",
3110
3396
  readOnly: true,
3111
3397
  type: {
3112
- name: "String"
3113
- }
3114
- }
3115
- }
3116
- }
3398
+ name: "String",
3399
+ },
3400
+ },
3401
+ },
3402
+ },
3117
3403
  };
3118
3404
  export const FqdnListLocalRulestackResource = {
3119
3405
  type: {
@@ -3124,8 +3410,8 @@ export const FqdnListLocalRulestackResource = {
3124
3410
  description: {
3125
3411
  serializedName: "properties.description",
3126
3412
  type: {
3127
- name: "String"
3128
- }
3413
+ name: "String",
3414
+ },
3129
3415
  },
3130
3416
  fqdnList: {
3131
3417
  serializedName: "properties.fqdnList",
@@ -3134,32 +3420,32 @@ export const FqdnListLocalRulestackResource = {
3134
3420
  name: "Sequence",
3135
3421
  element: {
3136
3422
  type: {
3137
- name: "String"
3138
- }
3139
- }
3140
- }
3423
+ name: "String",
3424
+ },
3425
+ },
3426
+ },
3141
3427
  },
3142
3428
  etag: {
3143
3429
  serializedName: "properties.etag",
3144
3430
  type: {
3145
- name: "String"
3146
- }
3431
+ name: "String",
3432
+ },
3147
3433
  },
3148
3434
  auditComment: {
3149
3435
  serializedName: "properties.auditComment",
3150
3436
  type: {
3151
- name: "String"
3152
- }
3437
+ name: "String",
3438
+ },
3153
3439
  },
3154
3440
  provisioningState: {
3155
3441
  serializedName: "properties.provisioningState",
3156
3442
  readOnly: true,
3157
3443
  type: {
3158
- name: "String"
3159
- }
3160
- }
3161
- }
3162
- }
3444
+ name: "String",
3445
+ },
3446
+ },
3447
+ },
3448
+ },
3163
3449
  };
3164
3450
  export const LocalRulesResource = {
3165
3451
  type: {
@@ -3170,60 +3456,60 @@ export const LocalRulesResource = {
3170
3456
  etag: {
3171
3457
  serializedName: "properties.etag",
3172
3458
  type: {
3173
- name: "String"
3174
- }
3459
+ name: "String",
3460
+ },
3175
3461
  },
3176
3462
  ruleName: {
3177
3463
  serializedName: "properties.ruleName",
3178
3464
  required: true,
3179
3465
  type: {
3180
- name: "String"
3181
- }
3466
+ name: "String",
3467
+ },
3182
3468
  },
3183
3469
  priority: {
3184
3470
  serializedName: "properties.priority",
3185
3471
  readOnly: true,
3186
3472
  type: {
3187
- name: "Number"
3188
- }
3473
+ name: "Number",
3474
+ },
3189
3475
  },
3190
3476
  description: {
3191
3477
  serializedName: "properties.description",
3192
3478
  type: {
3193
- name: "String"
3194
- }
3479
+ name: "String",
3480
+ },
3195
3481
  },
3196
3482
  ruleState: {
3197
3483
  serializedName: "properties.ruleState",
3198
3484
  type: {
3199
- name: "String"
3200
- }
3485
+ name: "String",
3486
+ },
3201
3487
  },
3202
3488
  source: {
3203
3489
  serializedName: "properties.source",
3204
3490
  type: {
3205
3491
  name: "Composite",
3206
- className: "SourceAddr"
3207
- }
3492
+ className: "SourceAddr",
3493
+ },
3208
3494
  },
3209
3495
  negateSource: {
3210
3496
  serializedName: "properties.negateSource",
3211
3497
  type: {
3212
- name: "String"
3213
- }
3498
+ name: "String",
3499
+ },
3214
3500
  },
3215
3501
  destination: {
3216
3502
  serializedName: "properties.destination",
3217
3503
  type: {
3218
3504
  name: "Composite",
3219
- className: "DestinationAddr"
3220
- }
3505
+ className: "DestinationAddr",
3506
+ },
3221
3507
  },
3222
3508
  negateDestination: {
3223
3509
  serializedName: "properties.negateDestination",
3224
3510
  type: {
3225
- name: "String"
3226
- }
3511
+ name: "String",
3512
+ },
3227
3513
  },
3228
3514
  applications: {
3229
3515
  serializedName: "properties.applications",
@@ -3231,24 +3517,24 @@ export const LocalRulesResource = {
3231
3517
  name: "Sequence",
3232
3518
  element: {
3233
3519
  type: {
3234
- name: "String"
3235
- }
3236
- }
3237
- }
3520
+ name: "String",
3521
+ },
3522
+ },
3523
+ },
3238
3524
  },
3239
3525
  category: {
3240
3526
  serializedName: "properties.category",
3241
3527
  type: {
3242
3528
  name: "Composite",
3243
- className: "Category"
3244
- }
3529
+ className: "Category",
3530
+ },
3245
3531
  },
3246
3532
  protocol: {
3247
3533
  defaultValue: "application-default",
3248
3534
  serializedName: "properties.protocol",
3249
3535
  type: {
3250
- name: "String"
3251
- }
3536
+ name: "String",
3537
+ },
3252
3538
  },
3253
3539
  protocolPortList: {
3254
3540
  serializedName: "properties.protocolPortList",
@@ -3256,40 +3542,40 @@ export const LocalRulesResource = {
3256
3542
  name: "Sequence",
3257
3543
  element: {
3258
3544
  type: {
3259
- name: "String"
3260
- }
3261
- }
3262
- }
3545
+ name: "String",
3546
+ },
3547
+ },
3548
+ },
3263
3549
  },
3264
3550
  inboundInspectionCertificate: {
3265
3551
  serializedName: "properties.inboundInspectionCertificate",
3266
3552
  type: {
3267
- name: "String"
3268
- }
3553
+ name: "String",
3554
+ },
3269
3555
  },
3270
3556
  auditComment: {
3271
3557
  serializedName: "properties.auditComment",
3272
3558
  type: {
3273
- name: "String"
3274
- }
3559
+ name: "String",
3560
+ },
3275
3561
  },
3276
3562
  actionType: {
3277
3563
  serializedName: "properties.actionType",
3278
3564
  type: {
3279
- name: "String"
3280
- }
3565
+ name: "String",
3566
+ },
3281
3567
  },
3282
3568
  enableLogging: {
3283
3569
  serializedName: "properties.enableLogging",
3284
3570
  type: {
3285
- name: "String"
3286
- }
3571
+ name: "String",
3572
+ },
3287
3573
  },
3288
3574
  decryptionRuleType: {
3289
3575
  serializedName: "properties.decryptionRuleType",
3290
3576
  type: {
3291
- name: "String"
3292
- }
3577
+ name: "String",
3578
+ },
3293
3579
  },
3294
3580
  tags: {
3295
3581
  serializedName: "properties.tags",
@@ -3298,20 +3584,20 @@ export const LocalRulesResource = {
3298
3584
  element: {
3299
3585
  type: {
3300
3586
  name: "Composite",
3301
- className: "TagInfo"
3302
- }
3303
- }
3304
- }
3587
+ className: "TagInfo",
3588
+ },
3589
+ },
3590
+ },
3305
3591
  },
3306
3592
  provisioningState: {
3307
3593
  serializedName: "properties.provisioningState",
3308
3594
  readOnly: true,
3309
3595
  type: {
3310
- name: "String"
3311
- }
3312
- }
3313
- }
3314
- }
3596
+ name: "String",
3597
+ },
3598
+ },
3599
+ },
3600
+ },
3315
3601
  };
3316
3602
  export const PrefixListResource = {
3317
3603
  type: {
@@ -3322,8 +3608,8 @@ export const PrefixListResource = {
3322
3608
  description: {
3323
3609
  serializedName: "properties.description",
3324
3610
  type: {
3325
- name: "String"
3326
- }
3611
+ name: "String",
3612
+ },
3327
3613
  },
3328
3614
  prefixList: {
3329
3615
  serializedName: "properties.prefixList",
@@ -3332,32 +3618,32 @@ export const PrefixListResource = {
3332
3618
  name: "Sequence",
3333
3619
  element: {
3334
3620
  type: {
3335
- name: "String"
3336
- }
3337
- }
3338
- }
3621
+ name: "String",
3622
+ },
3623
+ },
3624
+ },
3339
3625
  },
3340
3626
  etag: {
3341
3627
  serializedName: "properties.etag",
3342
3628
  type: {
3343
- name: "String"
3344
- }
3629
+ name: "String",
3630
+ },
3345
3631
  },
3346
3632
  auditComment: {
3347
3633
  serializedName: "properties.auditComment",
3348
3634
  type: {
3349
- name: "String"
3350
- }
3635
+ name: "String",
3636
+ },
3351
3637
  },
3352
3638
  provisioningState: {
3353
3639
  serializedName: "properties.provisioningState",
3354
3640
  readOnly: true,
3355
3641
  type: {
3356
- name: "String"
3357
- }
3358
- }
3359
- }
3360
- }
3642
+ name: "String",
3643
+ },
3644
+ },
3645
+ },
3646
+ },
3361
3647
  };
3362
3648
  export const FirewallResource = {
3363
3649
  type: {
@@ -3369,48 +3655,61 @@ export const FirewallResource = {
3369
3655
  serializedName: "identity",
3370
3656
  type: {
3371
3657
  name: "Composite",
3372
- className: "AzureResourceManagerManagedIdentityProperties"
3373
- }
3658
+ className: "AzureResourceManagerManagedIdentityProperties",
3659
+ },
3374
3660
  },
3375
3661
  panEtag: {
3376
3662
  serializedName: "properties.panEtag",
3377
3663
  type: {
3378
- name: "String"
3379
- }
3664
+ name: "String",
3665
+ },
3380
3666
  },
3381
3667
  networkProfile: {
3382
3668
  serializedName: "properties.networkProfile",
3383
3669
  type: {
3384
3670
  name: "Composite",
3385
- className: "NetworkProfile"
3386
- }
3671
+ className: "NetworkProfile",
3672
+ },
3387
3673
  },
3388
3674
  isPanoramaManaged: {
3389
3675
  serializedName: "properties.isPanoramaManaged",
3390
3676
  type: {
3391
- name: "String"
3392
- }
3677
+ name: "String",
3678
+ },
3679
+ },
3680
+ isStrataCloudManaged: {
3681
+ serializedName: "properties.isStrataCloudManaged",
3682
+ type: {
3683
+ name: "String",
3684
+ },
3393
3685
  },
3394
3686
  panoramaConfig: {
3395
3687
  serializedName: "properties.panoramaConfig",
3396
3688
  type: {
3397
3689
  name: "Composite",
3398
- className: "PanoramaConfig"
3399
- }
3690
+ className: "PanoramaConfig",
3691
+ },
3692
+ },
3693
+ strataCloudManagerConfig: {
3694
+ serializedName: "properties.strataCloudManagerConfig",
3695
+ type: {
3696
+ name: "Composite",
3697
+ className: "StrataCloudManagerConfig",
3698
+ },
3400
3699
  },
3401
3700
  associatedRulestack: {
3402
3701
  serializedName: "properties.associatedRulestack",
3403
3702
  type: {
3404
3703
  name: "Composite",
3405
- className: "RulestackDetails"
3406
- }
3704
+ className: "RulestackDetails",
3705
+ },
3407
3706
  },
3408
3707
  dnsSettings: {
3409
3708
  serializedName: "properties.dnsSettings",
3410
3709
  type: {
3411
3710
  name: "Composite",
3412
- className: "DNSSettings"
3413
- }
3711
+ className: "DNSSettings",
3712
+ },
3414
3713
  },
3415
3714
  frontEndSettings: {
3416
3715
  serializedName: "properties.frontEndSettings",
@@ -3419,34 +3718,34 @@ export const FirewallResource = {
3419
3718
  element: {
3420
3719
  type: {
3421
3720
  name: "Composite",
3422
- className: "FrontendSetting"
3423
- }
3424
- }
3425
- }
3721
+ className: "FrontendSetting",
3722
+ },
3723
+ },
3724
+ },
3426
3725
  },
3427
3726
  provisioningState: {
3428
3727
  serializedName: "properties.provisioningState",
3429
3728
  readOnly: true,
3430
3729
  type: {
3431
- name: "String"
3432
- }
3730
+ name: "String",
3731
+ },
3433
3732
  },
3434
3733
  planData: {
3435
3734
  serializedName: "properties.planData",
3436
3735
  type: {
3437
3736
  name: "Composite",
3438
- className: "PlanData"
3439
- }
3737
+ className: "PlanData",
3738
+ },
3440
3739
  },
3441
3740
  marketplaceDetails: {
3442
3741
  serializedName: "properties.marketplaceDetails",
3443
3742
  type: {
3444
3743
  name: "Composite",
3445
- className: "MarketplaceDetails"
3446
- }
3447
- }
3448
- }
3449
- }
3744
+ className: "MarketplaceDetails",
3745
+ },
3746
+ },
3747
+ },
3748
+ },
3450
3749
  };
3451
3750
  export const LocalRulestackResource = {
3452
3751
  type: {
@@ -3458,26 +3757,26 @@ export const LocalRulestackResource = {
3458
3757
  serializedName: "identity",
3459
3758
  type: {
3460
3759
  name: "Composite",
3461
- className: "AzureResourceManagerManagedIdentityProperties"
3462
- }
3760
+ className: "AzureResourceManagerManagedIdentityProperties",
3761
+ },
3463
3762
  },
3464
3763
  panEtag: {
3465
3764
  serializedName: "properties.panEtag",
3466
3765
  type: {
3467
- name: "String"
3468
- }
3766
+ name: "String",
3767
+ },
3469
3768
  },
3470
3769
  panLocation: {
3471
3770
  serializedName: "properties.panLocation",
3472
3771
  type: {
3473
- name: "String"
3474
- }
3772
+ name: "String",
3773
+ },
3475
3774
  },
3476
3775
  scope: {
3477
3776
  serializedName: "properties.scope",
3478
3777
  type: {
3479
- name: "String"
3480
- }
3778
+ name: "String",
3779
+ },
3481
3780
  },
3482
3781
  associatedSubscriptions: {
3483
3782
  serializedName: "properties.associatedSubscriptions",
@@ -3485,44 +3784,570 @@ export const LocalRulestackResource = {
3485
3784
  name: "Sequence",
3486
3785
  element: {
3487
3786
  type: {
3488
- name: "String"
3489
- }
3490
- }
3491
- }
3787
+ name: "String",
3788
+ },
3789
+ },
3790
+ },
3492
3791
  },
3493
3792
  description: {
3494
3793
  serializedName: "properties.description",
3495
3794
  type: {
3496
- name: "String"
3497
- }
3795
+ name: "String",
3796
+ },
3498
3797
  },
3499
3798
  defaultMode: {
3500
3799
  serializedName: "properties.defaultMode",
3501
3800
  type: {
3502
- name: "String"
3503
- }
3801
+ name: "String",
3802
+ },
3504
3803
  },
3505
3804
  minAppIdVersion: {
3506
3805
  serializedName: "properties.minAppIdVersion",
3507
3806
  type: {
3508
- name: "String"
3509
- }
3807
+ name: "String",
3808
+ },
3510
3809
  },
3511
3810
  provisioningState: {
3512
3811
  serializedName: "properties.provisioningState",
3513
3812
  readOnly: true,
3514
3813
  type: {
3515
- name: "String"
3516
- }
3814
+ name: "String",
3815
+ },
3517
3816
  },
3518
3817
  securityServices: {
3519
3818
  serializedName: "properties.securityServices",
3520
3819
  type: {
3521
3820
  name: "Composite",
3522
- className: "SecurityServices"
3523
- }
3524
- }
3525
- }
3526
- }
3821
+ className: "SecurityServices",
3822
+ },
3823
+ },
3824
+ },
3825
+ },
3826
+ };
3827
+ export const GlobalRulestackCreateOrUpdateHeaders = {
3828
+ type: {
3829
+ name: "Composite",
3830
+ className: "GlobalRulestackCreateOrUpdateHeaders",
3831
+ modelProperties: {
3832
+ azureAsyncOperation: {
3833
+ serializedName: "azure-asyncoperation",
3834
+ type: {
3835
+ name: "String",
3836
+ },
3837
+ },
3838
+ retryAfter: {
3839
+ serializedName: "retry-after",
3840
+ type: {
3841
+ name: "Number",
3842
+ },
3843
+ },
3844
+ },
3845
+ },
3846
+ };
3847
+ export const GlobalRulestackDeleteHeaders = {
3848
+ type: {
3849
+ name: "Composite",
3850
+ className: "GlobalRulestackDeleteHeaders",
3851
+ modelProperties: {
3852
+ azureAsyncOperation: {
3853
+ serializedName: "azure-asyncoperation",
3854
+ type: {
3855
+ name: "String",
3856
+ },
3857
+ },
3858
+ retryAfter: {
3859
+ serializedName: "retry-after",
3860
+ type: {
3861
+ name: "Number",
3862
+ },
3863
+ },
3864
+ },
3865
+ },
3866
+ };
3867
+ export const CertificateObjectGlobalRulestackCreateOrUpdateHeaders = {
3868
+ type: {
3869
+ name: "Composite",
3870
+ className: "CertificateObjectGlobalRulestackCreateOrUpdateHeaders",
3871
+ modelProperties: {
3872
+ azureAsyncOperation: {
3873
+ serializedName: "azure-asyncoperation",
3874
+ type: {
3875
+ name: "String",
3876
+ },
3877
+ },
3878
+ retryAfter: {
3879
+ serializedName: "retry-after",
3880
+ type: {
3881
+ name: "Number",
3882
+ },
3883
+ },
3884
+ },
3885
+ },
3886
+ };
3887
+ export const CertificateObjectGlobalRulestackDeleteHeaders = {
3888
+ type: {
3889
+ name: "Composite",
3890
+ className: "CertificateObjectGlobalRulestackDeleteHeaders",
3891
+ modelProperties: {
3892
+ azureAsyncOperation: {
3893
+ serializedName: "azure-asyncoperation",
3894
+ type: {
3895
+ name: "String",
3896
+ },
3897
+ },
3898
+ retryAfter: {
3899
+ serializedName: "retry-after",
3900
+ type: {
3901
+ name: "Number",
3902
+ },
3903
+ },
3904
+ },
3905
+ },
3906
+ };
3907
+ export const FqdnListGlobalRulestackCreateOrUpdateHeaders = {
3908
+ type: {
3909
+ name: "Composite",
3910
+ className: "FqdnListGlobalRulestackCreateOrUpdateHeaders",
3911
+ modelProperties: {
3912
+ azureAsyncOperation: {
3913
+ serializedName: "azure-asyncoperation",
3914
+ type: {
3915
+ name: "String",
3916
+ },
3917
+ },
3918
+ retryAfter: {
3919
+ serializedName: "retry-after",
3920
+ type: {
3921
+ name: "Number",
3922
+ },
3923
+ },
3924
+ },
3925
+ },
3926
+ };
3927
+ export const FqdnListGlobalRulestackDeleteHeaders = {
3928
+ type: {
3929
+ name: "Composite",
3930
+ className: "FqdnListGlobalRulestackDeleteHeaders",
3931
+ modelProperties: {
3932
+ azureAsyncOperation: {
3933
+ serializedName: "azure-asyncoperation",
3934
+ type: {
3935
+ name: "String",
3936
+ },
3937
+ },
3938
+ retryAfter: {
3939
+ serializedName: "retry-after",
3940
+ type: {
3941
+ name: "Number",
3942
+ },
3943
+ },
3944
+ },
3945
+ },
3946
+ };
3947
+ export const PostRulesCreateOrUpdateHeaders = {
3948
+ type: {
3949
+ name: "Composite",
3950
+ className: "PostRulesCreateOrUpdateHeaders",
3951
+ modelProperties: {
3952
+ azureAsyncOperation: {
3953
+ serializedName: "azure-asyncoperation",
3954
+ type: {
3955
+ name: "String",
3956
+ },
3957
+ },
3958
+ retryAfter: {
3959
+ serializedName: "retry-after",
3960
+ type: {
3961
+ name: "Number",
3962
+ },
3963
+ },
3964
+ },
3965
+ },
3966
+ };
3967
+ export const PostRulesDeleteHeaders = {
3968
+ type: {
3969
+ name: "Composite",
3970
+ className: "PostRulesDeleteHeaders",
3971
+ modelProperties: {
3972
+ azureAsyncOperation: {
3973
+ serializedName: "azure-asyncoperation",
3974
+ type: {
3975
+ name: "String",
3976
+ },
3977
+ },
3978
+ retryAfter: {
3979
+ serializedName: "retry-after",
3980
+ type: {
3981
+ name: "Number",
3982
+ },
3983
+ },
3984
+ },
3985
+ },
3986
+ };
3987
+ export const PreRulesCreateOrUpdateHeaders = {
3988
+ type: {
3989
+ name: "Composite",
3990
+ className: "PreRulesCreateOrUpdateHeaders",
3991
+ modelProperties: {
3992
+ azureAsyncOperation: {
3993
+ serializedName: "azure-asyncoperation",
3994
+ type: {
3995
+ name: "String",
3996
+ },
3997
+ },
3998
+ retryAfter: {
3999
+ serializedName: "retry-after",
4000
+ type: {
4001
+ name: "Number",
4002
+ },
4003
+ },
4004
+ },
4005
+ },
4006
+ };
4007
+ export const PreRulesDeleteHeaders = {
4008
+ type: {
4009
+ name: "Composite",
4010
+ className: "PreRulesDeleteHeaders",
4011
+ modelProperties: {
4012
+ azureAsyncOperation: {
4013
+ serializedName: "azure-asyncoperation",
4014
+ type: {
4015
+ name: "String",
4016
+ },
4017
+ },
4018
+ retryAfter: {
4019
+ serializedName: "retry-after",
4020
+ type: {
4021
+ name: "Number",
4022
+ },
4023
+ },
4024
+ },
4025
+ },
4026
+ };
4027
+ export const PrefixListGlobalRulestackCreateOrUpdateHeaders = {
4028
+ type: {
4029
+ name: "Composite",
4030
+ className: "PrefixListGlobalRulestackCreateOrUpdateHeaders",
4031
+ modelProperties: {
4032
+ azureAsyncOperation: {
4033
+ serializedName: "azure-asyncoperation",
4034
+ type: {
4035
+ name: "String",
4036
+ },
4037
+ },
4038
+ retryAfter: {
4039
+ serializedName: "retry-after",
4040
+ type: {
4041
+ name: "Number",
4042
+ },
4043
+ },
4044
+ },
4045
+ },
4046
+ };
4047
+ export const PrefixListGlobalRulestackDeleteHeaders = {
4048
+ type: {
4049
+ name: "Composite",
4050
+ className: "PrefixListGlobalRulestackDeleteHeaders",
4051
+ modelProperties: {
4052
+ azureAsyncOperation: {
4053
+ serializedName: "azure-asyncoperation",
4054
+ type: {
4055
+ name: "String",
4056
+ },
4057
+ },
4058
+ retryAfter: {
4059
+ serializedName: "retry-after",
4060
+ type: {
4061
+ name: "Number",
4062
+ },
4063
+ },
4064
+ },
4065
+ },
4066
+ };
4067
+ export const FirewallsCreateOrUpdateHeaders = {
4068
+ type: {
4069
+ name: "Composite",
4070
+ className: "FirewallsCreateOrUpdateHeaders",
4071
+ modelProperties: {
4072
+ azureAsyncOperation: {
4073
+ serializedName: "azure-asyncoperation",
4074
+ type: {
4075
+ name: "String",
4076
+ },
4077
+ },
4078
+ retryAfter: {
4079
+ serializedName: "retry-after",
4080
+ type: {
4081
+ name: "Number",
4082
+ },
4083
+ },
4084
+ },
4085
+ },
4086
+ };
4087
+ export const FirewallsDeleteHeaders = {
4088
+ type: {
4089
+ name: "Composite",
4090
+ className: "FirewallsDeleteHeaders",
4091
+ modelProperties: {
4092
+ azureAsyncOperation: {
4093
+ serializedName: "azure-asyncoperation",
4094
+ type: {
4095
+ name: "String",
4096
+ },
4097
+ },
4098
+ retryAfter: {
4099
+ serializedName: "retry-after",
4100
+ type: {
4101
+ name: "Number",
4102
+ },
4103
+ },
4104
+ },
4105
+ },
4106
+ };
4107
+ export const LocalRulestacksCreateOrUpdateHeaders = {
4108
+ type: {
4109
+ name: "Composite",
4110
+ className: "LocalRulestacksCreateOrUpdateHeaders",
4111
+ modelProperties: {
4112
+ azureAsyncOperation: {
4113
+ serializedName: "azure-asyncoperation",
4114
+ type: {
4115
+ name: "String",
4116
+ },
4117
+ },
4118
+ retryAfter: {
4119
+ serializedName: "retry-after",
4120
+ type: {
4121
+ name: "Number",
4122
+ },
4123
+ },
4124
+ },
4125
+ },
4126
+ };
4127
+ export const LocalRulestacksDeleteHeaders = {
4128
+ type: {
4129
+ name: "Composite",
4130
+ className: "LocalRulestacksDeleteHeaders",
4131
+ modelProperties: {
4132
+ azureAsyncOperation: {
4133
+ serializedName: "azure-asyncoperation",
4134
+ type: {
4135
+ name: "String",
4136
+ },
4137
+ },
4138
+ retryAfter: {
4139
+ serializedName: "retry-after",
4140
+ type: {
4141
+ name: "Number",
4142
+ },
4143
+ },
4144
+ },
4145
+ },
4146
+ };
4147
+ export const MetricsObjectFirewallCreateOrUpdateHeaders = {
4148
+ type: {
4149
+ name: "Composite",
4150
+ className: "MetricsObjectFirewallCreateOrUpdateHeaders",
4151
+ modelProperties: {
4152
+ azureAsyncOperation: {
4153
+ serializedName: "azure-asyncoperation",
4154
+ type: {
4155
+ name: "String",
4156
+ },
4157
+ },
4158
+ retryAfter: {
4159
+ serializedName: "retry-after",
4160
+ type: {
4161
+ name: "Number",
4162
+ },
4163
+ },
4164
+ },
4165
+ },
4166
+ };
4167
+ export const MetricsObjectFirewallDeleteHeaders = {
4168
+ type: {
4169
+ name: "Composite",
4170
+ className: "MetricsObjectFirewallDeleteHeaders",
4171
+ modelProperties: {
4172
+ azureAsyncOperation: {
4173
+ serializedName: "azure-asyncoperation",
4174
+ type: {
4175
+ name: "String",
4176
+ },
4177
+ },
4178
+ location: {
4179
+ serializedName: "location",
4180
+ type: {
4181
+ name: "String",
4182
+ },
4183
+ },
4184
+ retryAfter: {
4185
+ serializedName: "retry-after",
4186
+ type: {
4187
+ name: "Number",
4188
+ },
4189
+ },
4190
+ },
4191
+ },
4192
+ };
4193
+ export const CertificateObjectLocalRulestackCreateOrUpdateHeaders = {
4194
+ type: {
4195
+ name: "Composite",
4196
+ className: "CertificateObjectLocalRulestackCreateOrUpdateHeaders",
4197
+ modelProperties: {
4198
+ azureAsyncOperation: {
4199
+ serializedName: "azure-asyncoperation",
4200
+ type: {
4201
+ name: "String",
4202
+ },
4203
+ },
4204
+ retryAfter: {
4205
+ serializedName: "retry-after",
4206
+ type: {
4207
+ name: "Number",
4208
+ },
4209
+ },
4210
+ },
4211
+ },
4212
+ };
4213
+ export const CertificateObjectLocalRulestackDeleteHeaders = {
4214
+ type: {
4215
+ name: "Composite",
4216
+ className: "CertificateObjectLocalRulestackDeleteHeaders",
4217
+ modelProperties: {
4218
+ azureAsyncOperation: {
4219
+ serializedName: "azure-asyncoperation",
4220
+ type: {
4221
+ name: "String",
4222
+ },
4223
+ },
4224
+ retryAfter: {
4225
+ serializedName: "retry-after",
4226
+ type: {
4227
+ name: "Number",
4228
+ },
4229
+ },
4230
+ },
4231
+ },
4232
+ };
4233
+ export const FqdnListLocalRulestackCreateOrUpdateHeaders = {
4234
+ type: {
4235
+ name: "Composite",
4236
+ className: "FqdnListLocalRulestackCreateOrUpdateHeaders",
4237
+ modelProperties: {
4238
+ azureAsyncOperation: {
4239
+ serializedName: "azure-asyncoperation",
4240
+ type: {
4241
+ name: "String",
4242
+ },
4243
+ },
4244
+ retryAfter: {
4245
+ serializedName: "retry-after",
4246
+ type: {
4247
+ name: "Number",
4248
+ },
4249
+ },
4250
+ },
4251
+ },
4252
+ };
4253
+ export const FqdnListLocalRulestackDeleteHeaders = {
4254
+ type: {
4255
+ name: "Composite",
4256
+ className: "FqdnListLocalRulestackDeleteHeaders",
4257
+ modelProperties: {
4258
+ azureAsyncOperation: {
4259
+ serializedName: "azure-asyncoperation",
4260
+ type: {
4261
+ name: "String",
4262
+ },
4263
+ },
4264
+ retryAfter: {
4265
+ serializedName: "retry-after",
4266
+ type: {
4267
+ name: "Number",
4268
+ },
4269
+ },
4270
+ },
4271
+ },
4272
+ };
4273
+ export const LocalRulesCreateOrUpdateHeaders = {
4274
+ type: {
4275
+ name: "Composite",
4276
+ className: "LocalRulesCreateOrUpdateHeaders",
4277
+ modelProperties: {
4278
+ azureAsyncOperation: {
4279
+ serializedName: "azure-asyncoperation",
4280
+ type: {
4281
+ name: "String",
4282
+ },
4283
+ },
4284
+ retryAfter: {
4285
+ serializedName: "retry-after",
4286
+ type: {
4287
+ name: "Number",
4288
+ },
4289
+ },
4290
+ },
4291
+ },
4292
+ };
4293
+ export const LocalRulesDeleteHeaders = {
4294
+ type: {
4295
+ name: "Composite",
4296
+ className: "LocalRulesDeleteHeaders",
4297
+ modelProperties: {
4298
+ azureAsyncOperation: {
4299
+ serializedName: "azure-asyncoperation",
4300
+ type: {
4301
+ name: "String",
4302
+ },
4303
+ },
4304
+ retryAfter: {
4305
+ serializedName: "retry-after",
4306
+ type: {
4307
+ name: "Number",
4308
+ },
4309
+ },
4310
+ },
4311
+ },
4312
+ };
4313
+ export const PrefixListLocalRulestackCreateOrUpdateHeaders = {
4314
+ type: {
4315
+ name: "Composite",
4316
+ className: "PrefixListLocalRulestackCreateOrUpdateHeaders",
4317
+ modelProperties: {
4318
+ azureAsyncOperation: {
4319
+ serializedName: "azure-asyncoperation",
4320
+ type: {
4321
+ name: "String",
4322
+ },
4323
+ },
4324
+ retryAfter: {
4325
+ serializedName: "retry-after",
4326
+ type: {
4327
+ name: "Number",
4328
+ },
4329
+ },
4330
+ },
4331
+ },
4332
+ };
4333
+ export const PrefixListLocalRulestackDeleteHeaders = {
4334
+ type: {
4335
+ name: "Composite",
4336
+ className: "PrefixListLocalRulestackDeleteHeaders",
4337
+ modelProperties: {
4338
+ azureAsyncOperation: {
4339
+ serializedName: "azure-asyncoperation",
4340
+ type: {
4341
+ name: "String",
4342
+ },
4343
+ },
4344
+ retryAfter: {
4345
+ serializedName: "retry-after",
4346
+ type: {
4347
+ name: "Number",
4348
+ },
4349
+ },
4350
+ },
4351
+ },
3527
4352
  };
3528
4353
  //# sourceMappingURL=mappers.js.map