@pulumi/scm 1.0.4 → 1.0.5

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 (436) hide show
  1. package/address.d.ts +23 -11
  2. package/address.js +23 -11
  3. package/address.js.map +1 -1
  4. package/addressGroup.d.ts +14 -2
  5. package/addressGroup.js +14 -2
  6. package/addressGroup.js.map +1 -1
  7. package/aggregateInterface.d.ts +12 -0
  8. package/aggregateInterface.js +12 -0
  9. package/aggregateInterface.js.map +1 -1
  10. package/antiSpywareProfile.d.ts +4 -4
  11. package/antiSpywareProfile.js +4 -4
  12. package/antiSpywareSignature.d.ts +13 -1
  13. package/antiSpywareSignature.js +13 -1
  14. package/antiSpywareSignature.js.map +1 -1
  15. package/appOverrideRule.d.ts +29 -17
  16. package/appOverrideRule.js +18 -27
  17. package/appOverrideRule.js.map +1 -1
  18. package/application.d.ts +16 -4
  19. package/application.js +16 -4
  20. package/application.js.map +1 -1
  21. package/applicationFilter.d.ts +12 -0
  22. package/applicationFilter.js +12 -0
  23. package/applicationFilter.js.map +1 -1
  24. package/applicationGroup.d.ts +12 -0
  25. package/applicationGroup.js +12 -0
  26. package/applicationGroup.js.map +1 -1
  27. package/authenticationPortal.d.ts +13 -2
  28. package/authenticationPortal.js +13 -2
  29. package/authenticationPortal.js.map +1 -1
  30. package/authenticationProfile.d.ts +34 -7
  31. package/authenticationProfile.js +34 -7
  32. package/authenticationProfile.js.map +1 -1
  33. package/authenticationRule.d.ts +18 -6
  34. package/authenticationRule.js +18 -6
  35. package/authenticationRule.js.map +1 -1
  36. package/authenticationSequence.d.ts +32 -3
  37. package/authenticationSequence.js +32 -3
  38. package/authenticationSequence.js.map +1 -1
  39. package/authenticationSetting.d.ts +14 -5
  40. package/authenticationSetting.js +14 -5
  41. package/authenticationSetting.js.map +1 -1
  42. package/autoVpnCluster.d.ts +12 -0
  43. package/autoVpnCluster.js +12 -0
  44. package/autoVpnCluster.js.map +1 -1
  45. package/autoVpnSetting.d.ts +7 -0
  46. package/autoVpnSetting.js +7 -0
  47. package/autoVpnSetting.js.map +1 -1
  48. package/bandwidthAllocation.d.ts +4 -0
  49. package/bandwidthAllocation.js +4 -0
  50. package/bandwidthAllocation.js.map +1 -1
  51. package/bgpAddressFamilyProfile.d.ts +12 -0
  52. package/bgpAddressFamilyProfile.js +12 -0
  53. package/bgpAddressFamilyProfile.js.map +1 -1
  54. package/bgpFilteringProfile.d.ts +103 -6
  55. package/bgpFilteringProfile.js +103 -6
  56. package/bgpFilteringProfile.js.map +1 -1
  57. package/bgpRedistributionProfile.d.ts +12 -0
  58. package/bgpRedistributionProfile.js +12 -0
  59. package/bgpRedistributionProfile.js.map +1 -1
  60. package/bgpRouteMap.d.ts +13 -1
  61. package/bgpRouteMap.js +13 -1
  62. package/bgpRouteMap.js.map +1 -1
  63. package/bgpRouteMapRedistribution.d.ts +12 -0
  64. package/bgpRouteMapRedistribution.js +12 -0
  65. package/bgpRouteMapRedistribution.js.map +1 -1
  66. package/bgpRouting.d.ts +7 -0
  67. package/bgpRouting.js +7 -0
  68. package/bgpRouting.js.map +1 -1
  69. package/certificateProfile.d.ts +12 -0
  70. package/certificateProfile.js +12 -0
  71. package/certificateProfile.js.map +1 -1
  72. package/configMatchList.d.ts +232 -0
  73. package/configMatchList.js +115 -0
  74. package/configMatchList.js.map +1 -0
  75. package/contentIdSetting.d.ts +13 -1
  76. package/contentIdSetting.js +13 -1
  77. package/contentIdSetting.js.map +1 -1
  78. package/dataFilteringProfile.d.ts +215 -0
  79. package/dataFilteringProfile.js +126 -0
  80. package/dataFilteringProfile.js.map +1 -0
  81. package/dataObject.d.ts +201 -0
  82. package/dataObject.js +122 -0
  83. package/dataObject.js.map +1 -0
  84. package/decryptionExclusion.d.ts +12 -0
  85. package/decryptionExclusion.js +12 -0
  86. package/decryptionExclusion.js.map +1 -1
  87. package/decryptionProfile.d.ts +12 -0
  88. package/decryptionProfile.js +12 -0
  89. package/decryptionProfile.js.map +1 -1
  90. package/decryptionRule.d.ts +19 -7
  91. package/decryptionRule.js +19 -7
  92. package/decryptionRule.js.map +1 -1
  93. package/deviceRedistributionCollector.d.ts +12 -0
  94. package/deviceRedistributionCollector.js +12 -0
  95. package/deviceRedistributionCollector.js.map +1 -1
  96. package/dhcpInterface.d.ts +12 -0
  97. package/dhcpInterface.js +12 -0
  98. package/dhcpInterface.js.map +1 -1
  99. package/dnsProxy.d.ts +12 -0
  100. package/dnsProxy.js +12 -0
  101. package/dnsProxy.js.map +1 -1
  102. package/dnsSecurityProfile.d.ts +18 -6
  103. package/dnsSecurityProfile.js +18 -6
  104. package/dnsSecurityProfile.js.map +1 -1
  105. package/dosProtectionProfile.d.ts +12 -0
  106. package/dosProtectionProfile.js +12 -0
  107. package/dosProtectionProfile.js.map +1 -1
  108. package/dosProtectionRule.d.ts +12 -0
  109. package/dosProtectionRule.js +12 -0
  110. package/dosProtectionRule.js.map +1 -1
  111. package/dynamicUserGroup.d.ts +15 -3
  112. package/dynamicUserGroup.js +15 -3
  113. package/dynamicUserGroup.js.map +1 -1
  114. package/ethernetInterface.d.ts +12 -0
  115. package/ethernetInterface.js +12 -0
  116. package/ethernetInterface.js.map +1 -1
  117. package/externalDynamicList.d.ts +17 -5
  118. package/externalDynamicList.js +17 -5
  119. package/externalDynamicList.js.map +1 -1
  120. package/fileBlockingProfile.d.ts +12 -0
  121. package/fileBlockingProfile.js +12 -0
  122. package/fileBlockingProfile.js.map +1 -1
  123. package/folder.d.ts +4 -0
  124. package/folder.js +4 -0
  125. package/folder.js.map +1 -1
  126. package/generalSetting.d.ts +13 -1
  127. package/generalSetting.js +13 -1
  128. package/generalSetting.js.map +1 -1
  129. package/getConfigMatchList.d.ts +91 -0
  130. package/getConfigMatchList.js +62 -0
  131. package/getConfigMatchList.js.map +1 -0
  132. package/getConfigMatchListList.d.ts +145 -0
  133. package/getConfigMatchListList.js +72 -0
  134. package/getConfigMatchListList.js.map +1 -0
  135. package/getDataFilteringProfile.d.ts +89 -0
  136. package/getDataFilteringProfile.js +62 -0
  137. package/getDataFilteringProfile.js.map +1 -0
  138. package/getDataFilteringProfileList.d.ts +145 -0
  139. package/getDataFilteringProfileList.js +72 -0
  140. package/getDataFilteringProfileList.js.map +1 -0
  141. package/getDataObject.d.ts +88 -0
  142. package/getDataObject.js +62 -0
  143. package/getDataObject.js.map +1 -0
  144. package/getDataObjectList.d.ts +145 -0
  145. package/getDataObjectList.js +72 -0
  146. package/getDataObjectList.js.map +1 -0
  147. package/getGlobalprotectMatchList.d.ts +92 -0
  148. package/getGlobalprotectMatchList.js +62 -0
  149. package/getGlobalprotectMatchList.js.map +1 -0
  150. package/getGlobalprotectMatchListList.d.ts +145 -0
  151. package/getGlobalprotectMatchListList.js +72 -0
  152. package/getGlobalprotectMatchListList.js.map +1 -0
  153. package/getHipmatchMatchList.d.ts +92 -0
  154. package/getHipmatchMatchList.js +62 -0
  155. package/getHipmatchMatchList.js.map +1 -0
  156. package/getHipmatchMatchListList.d.ts +145 -0
  157. package/getHipmatchMatchListList.js +72 -0
  158. package/getHipmatchMatchListList.js.map +1 -0
  159. package/getIptagMatchList.d.ts +92 -0
  160. package/getIptagMatchList.js +62 -0
  161. package/getIptagMatchList.js.map +1 -0
  162. package/getIptagMatchListList.d.ts +145 -0
  163. package/getIptagMatchListList.js +72 -0
  164. package/getIptagMatchListList.js.map +1 -0
  165. package/getLayer3Subinterface.d.ts +1 -0
  166. package/getLayer3Subinterface.js.map +1 -1
  167. package/getLdapServerProfile.d.ts +40 -0
  168. package/getLdapServerProfile.js +40 -0
  169. package/getLdapServerProfile.js.map +1 -1
  170. package/getLdapServerProfileList.d.ts +42 -0
  171. package/getLdapServerProfileList.js +42 -0
  172. package/getLdapServerProfileList.js.map +1 -1
  173. package/getLoopbackInterface.d.ts +1 -0
  174. package/getLoopbackInterface.js.map +1 -1
  175. package/getSystemMatchList.d.ts +91 -0
  176. package/getSystemMatchList.js +62 -0
  177. package/getSystemMatchList.js.map +1 -0
  178. package/getSystemMatchListList.d.ts +145 -0
  179. package/getSystemMatchListList.js +72 -0
  180. package/getSystemMatchListList.js.map +1 -0
  181. package/getTunnelInterface.d.ts +1 -0
  182. package/getTunnelInterface.js.map +1 -1
  183. package/getUseridMatchList.d.ts +92 -0
  184. package/getUseridMatchList.js +62 -0
  185. package/getUseridMatchList.js.map +1 -0
  186. package/getUseridMatchListList.d.ts +145 -0
  187. package/getUseridMatchListList.js +72 -0
  188. package/getUseridMatchListList.js.map +1 -0
  189. package/getVlanInterface.d.ts +1 -0
  190. package/getVlanInterface.js.map +1 -1
  191. package/globalprotectMatchList.d.ts +245 -0
  192. package/globalprotectMatchList.js +118 -0
  193. package/globalprotectMatchList.js.map +1 -0
  194. package/hipObject.d.ts +12 -0
  195. package/hipObject.js +12 -0
  196. package/hipObject.js.map +1 -1
  197. package/hipProfile.d.ts +12 -0
  198. package/hipProfile.js +12 -0
  199. package/hipProfile.js.map +1 -1
  200. package/hipmatchMatchList.d.ts +245 -0
  201. package/hipmatchMatchList.js +118 -0
  202. package/hipmatchMatchList.js.map +1 -0
  203. package/httpHeaderProfile.d.ts +15 -3
  204. package/httpHeaderProfile.js +15 -3
  205. package/httpHeaderProfile.js.map +1 -1
  206. package/httpServerProfile.d.ts +12 -0
  207. package/httpServerProfile.js +12 -0
  208. package/httpServerProfile.js.map +1 -1
  209. package/ikeCryptoProfile.d.ts +12 -0
  210. package/ikeCryptoProfile.js +12 -0
  211. package/ikeCryptoProfile.js.map +1 -1
  212. package/ikeGateway.d.ts +13 -1
  213. package/ikeGateway.js +13 -1
  214. package/ikeGateway.js.map +1 -1
  215. package/index.d.ts +72 -0
  216. package/index.js +101 -12
  217. package/index.js.map +1 -1
  218. package/interfaceManagementProfile.d.ts +13 -1
  219. package/interfaceManagementProfile.js +13 -1
  220. package/interfaceManagementProfile.js.map +1 -1
  221. package/internalDnsServer.d.ts +12 -0
  222. package/internalDnsServer.js +12 -0
  223. package/internalDnsServer.js.map +1 -1
  224. package/ipsecCryptoProfile.d.ts +12 -0
  225. package/ipsecCryptoProfile.js +12 -0
  226. package/ipsecCryptoProfile.js.map +1 -1
  227. package/ipsecTunnel.d.ts +16 -4
  228. package/ipsecTunnel.js +16 -4
  229. package/ipsecTunnel.js.map +1 -1
  230. package/iptagMatchList.d.ts +245 -0
  231. package/iptagMatchList.js +118 -0
  232. package/iptagMatchList.js.map +1 -0
  233. package/kerberosServerProfile.d.ts +15 -3
  234. package/kerberosServerProfile.js +15 -3
  235. package/kerberosServerProfile.js.map +1 -1
  236. package/label.d.ts +12 -0
  237. package/label.js +12 -0
  238. package/label.js.map +1 -1
  239. package/layer2Subinterface.d.ts +15 -3
  240. package/layer2Subinterface.js +15 -3
  241. package/layer2Subinterface.js.map +1 -1
  242. package/layer3Subinterface.d.ts +32 -8
  243. package/layer3Subinterface.js +22 -8
  244. package/layer3Subinterface.js.map +1 -1
  245. package/ldapServerProfile.d.ts +125 -0
  246. package/ldapServerProfile.js +125 -0
  247. package/ldapServerProfile.js.map +1 -1
  248. package/linkTag.d.ts +12 -0
  249. package/linkTag.js +12 -0
  250. package/linkTag.js.map +1 -1
  251. package/lldpProfile.d.ts +13 -1
  252. package/lldpProfile.js +13 -1
  253. package/lldpProfile.js.map +1 -1
  254. package/localUser.d.ts +12 -0
  255. package/localUser.js +12 -0
  256. package/localUser.js.map +1 -1
  257. package/localUserGroup.d.ts +12 -0
  258. package/localUserGroup.js +12 -0
  259. package/localUserGroup.js.map +1 -1
  260. package/logForwardingProfile.d.ts +23 -31
  261. package/logForwardingProfile.js +23 -31
  262. package/logForwardingProfile.js.map +1 -1
  263. package/logicalRouter.d.ts +14 -2
  264. package/logicalRouter.js +14 -2
  265. package/logicalRouter.js.map +1 -1
  266. package/loopbackInterface.d.ts +24 -0
  267. package/loopbackInterface.js +14 -0
  268. package/loopbackInterface.js.map +1 -1
  269. package/managementInterface.d.ts +42 -1
  270. package/managementInterface.js +42 -1
  271. package/managementInterface.js.map +1 -1
  272. package/mfaServer.d.ts +12 -0
  273. package/mfaServer.js +12 -0
  274. package/mfaServer.js.map +1 -1
  275. package/motdBannerSetting.d.ts +13 -1
  276. package/motdBannerSetting.js +13 -1
  277. package/motdBannerSetting.js.map +1 -1
  278. package/natRule.d.ts +18 -6
  279. package/natRule.js +18 -6
  280. package/natRule.js.map +1 -1
  281. package/ospfAuthProfile.d.ts +12 -0
  282. package/ospfAuthProfile.js +12 -0
  283. package/ospfAuthProfile.js.map +1 -1
  284. package/package.json +2 -2
  285. package/pbfRule.d.ts +16 -4
  286. package/pbfRule.js +16 -4
  287. package/pbfRule.js.map +1 -1
  288. package/profileGroup.d.ts +12 -0
  289. package/profileGroup.js +12 -0
  290. package/profileGroup.js.map +1 -1
  291. package/qosPolicyRule.d.ts +17 -5
  292. package/qosPolicyRule.js +17 -5
  293. package/qosPolicyRule.js.map +1 -1
  294. package/qosProfile.d.ts +12 -0
  295. package/qosProfile.js +12 -0
  296. package/qosProfile.js.map +1 -1
  297. package/radiusServerProfile.d.ts +14 -2
  298. package/radiusServerProfile.js +14 -2
  299. package/radiusServerProfile.js.map +1 -1
  300. package/region.d.ts +12 -0
  301. package/region.js +12 -0
  302. package/region.js.map +1 -1
  303. package/remoteNetwork.d.ts +12 -0
  304. package/remoteNetwork.js +12 -0
  305. package/remoteNetwork.js.map +1 -1
  306. package/routeAccessList.d.ts +12 -0
  307. package/routeAccessList.js +12 -0
  308. package/routeAccessList.js.map +1 -1
  309. package/routeCommunityList.d.ts +12 -0
  310. package/routeCommunityList.js +12 -0
  311. package/routeCommunityList.js.map +1 -1
  312. package/routePathAccessList.d.ts +12 -0
  313. package/routePathAccessList.js +12 -0
  314. package/routePathAccessList.js.map +1 -1
  315. package/routePrefixList.d.ts +14 -2
  316. package/routePrefixList.js +14 -2
  317. package/routePrefixList.js.map +1 -1
  318. package/samlServerProfile.d.ts +15 -3
  319. package/samlServerProfile.js +15 -3
  320. package/samlServerProfile.js.map +1 -1
  321. package/scepProfile.d.ts +16 -4
  322. package/scepProfile.js +16 -4
  323. package/scepProfile.js.map +1 -1
  324. package/schedule.d.ts +12 -0
  325. package/schedule.js +12 -0
  326. package/schedule.js.map +1 -1
  327. package/sdwanErrorCorrectionProfile.d.ts +12 -0
  328. package/sdwanErrorCorrectionProfile.js +12 -0
  329. package/sdwanErrorCorrectionProfile.js.map +1 -1
  330. package/sdwanPathQualityProfile.d.ts +12 -0
  331. package/sdwanPathQualityProfile.js +12 -0
  332. package/sdwanPathQualityProfile.js.map +1 -1
  333. package/sdwanRule.d.ts +12 -0
  334. package/sdwanRule.js +12 -0
  335. package/sdwanRule.js.map +1 -1
  336. package/sdwanSaasQualityProfile.d.ts +12 -0
  337. package/sdwanSaasQualityProfile.js +12 -0
  338. package/sdwanSaasQualityProfile.js.map +1 -1
  339. package/sdwanTrafficDistributionProfile.d.ts +12 -0
  340. package/sdwanTrafficDistributionProfile.js +12 -0
  341. package/sdwanTrafficDistributionProfile.js.map +1 -1
  342. package/securityRule.d.ts +20 -8
  343. package/securityRule.js +20 -8
  344. package/securityRule.js.map +1 -1
  345. package/service.d.ts +12 -0
  346. package/service.js +12 -0
  347. package/service.js.map +1 -1
  348. package/serviceConnection.d.ts +16 -4
  349. package/serviceConnection.js +16 -4
  350. package/serviceConnection.js.map +1 -1
  351. package/serviceConnectionGroup.d.ts +26 -10
  352. package/serviceConnectionGroup.js +26 -10
  353. package/serviceConnectionGroup.js.map +1 -1
  354. package/serviceGroup.d.ts +14 -2
  355. package/serviceGroup.js +14 -2
  356. package/serviceGroup.js.map +1 -1
  357. package/serviceRoute.d.ts +12 -0
  358. package/serviceRoute.js +12 -0
  359. package/serviceRoute.js.map +1 -1
  360. package/serviceSetting.d.ts +13 -1
  361. package/serviceSetting.js +13 -1
  362. package/serviceSetting.js.map +1 -1
  363. package/sessionSetting.d.ts +13 -1
  364. package/sessionSetting.js +13 -1
  365. package/sessionSetting.js.map +1 -1
  366. package/sessionTimeout.d.ts +13 -1
  367. package/sessionTimeout.js +13 -1
  368. package/sessionTimeout.js.map +1 -1
  369. package/site.d.ts +10 -6
  370. package/site.js +10 -6
  371. package/site.js.map +1 -1
  372. package/snippet.d.ts +4 -0
  373. package/snippet.js +4 -0
  374. package/snippet.js.map +1 -1
  375. package/syslogServerProfile.d.ts +16 -4
  376. package/syslogServerProfile.js +16 -4
  377. package/syslogServerProfile.js.map +1 -1
  378. package/systemMatchList.d.ts +232 -0
  379. package/systemMatchList.js +115 -0
  380. package/systemMatchList.js.map +1 -0
  381. package/tacacsServerProfile.d.ts +13 -1
  382. package/tacacsServerProfile.js +13 -1
  383. package/tacacsServerProfile.js.map +1 -1
  384. package/tag.d.ts +15 -3
  385. package/tag.js +15 -3
  386. package/tag.js.map +1 -1
  387. package/tcpSetting.d.ts +13 -1
  388. package/tcpSetting.js +13 -1
  389. package/tcpSetting.js.map +1 -1
  390. package/tlsServiceProfile.d.ts +15 -3
  391. package/tlsServiceProfile.js +15 -3
  392. package/tlsServiceProfile.js.map +1 -1
  393. package/trafficSteeringRule.d.ts +13 -1
  394. package/trafficSteeringRule.js +12 -3
  395. package/trafficSteeringRule.js.map +1 -1
  396. package/tunnelInterface.d.ts +24 -0
  397. package/tunnelInterface.js +14 -0
  398. package/tunnelInterface.js.map +1 -1
  399. package/types/input.d.ts +144 -12
  400. package/types/output.d.ts +868 -36
  401. package/updateSchedule.d.ts +13 -38
  402. package/updateSchedule.js +13 -38
  403. package/updateSchedule.js.map +1 -1
  404. package/urlAccessProfile.d.ts +12 -0
  405. package/urlAccessProfile.js +12 -0
  406. package/urlAccessProfile.js.map +1 -1
  407. package/urlCategory.d.ts +12 -0
  408. package/urlCategory.js +12 -0
  409. package/urlCategory.js.map +1 -1
  410. package/useridMatchList.d.ts +245 -0
  411. package/useridMatchList.js +118 -0
  412. package/useridMatchList.js.map +1 -0
  413. package/variable.d.ts +34 -22
  414. package/variable.js +34 -22
  415. package/variable.js.map +1 -1
  416. package/vlanInterface.d.ts +24 -0
  417. package/vlanInterface.js +14 -0
  418. package/vlanInterface.js.map +1 -1
  419. package/vpnSetting.d.ts +13 -1
  420. package/vpnSetting.js +13 -1
  421. package/vpnSetting.js.map +1 -1
  422. package/vulnerabilityProtectionProfile.d.ts +12 -0
  423. package/vulnerabilityProtectionProfile.js +12 -0
  424. package/vulnerabilityProtectionProfile.js.map +1 -1
  425. package/vulnerabilityProtectionSignature.d.ts +12 -90
  426. package/vulnerabilityProtectionSignature.js +12 -90
  427. package/vulnerabilityProtectionSignature.js.map +1 -1
  428. package/wildfireAntiVirusProfile.d.ts +12 -0
  429. package/wildfireAntiVirusProfile.js +12 -0
  430. package/wildfireAntiVirusProfile.js.map +1 -1
  431. package/zone.d.ts +12 -0
  432. package/zone.js +12 -0
  433. package/zone.js.map +1 -1
  434. package/zoneProtectionProfile.d.ts +12 -0
  435. package/zoneProtectionProfile.js +12 -0
  436. package/zoneProtectionProfile.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -10,6 +10,10 @@ export interface AggregateInterfaceLayer2 {
10
10
  * Lacp
11
11
  */
12
12
  lacp?: outputs.AggregateInterfaceLayer2Lacp;
13
+ /**
14
+ * Name of Netflow Profile to assign to Interface
15
+ */
16
+ netflowProfile?: string;
13
17
  /**
14
18
  * VLAN tag
15
19
  */
@@ -72,6 +76,10 @@ export interface AggregateInterfaceLayer3 {
72
76
  * MTU
73
77
  */
74
78
  mtu: number;
79
+ /**
80
+ * Name of Netflow Profile to assign to Interface
81
+ */
82
+ netflowProfile?: string;
75
83
  }
76
84
  export interface AggregateInterfaceLayer3Arp {
77
85
  /**
@@ -3127,6 +3135,114 @@ export interface ContentIdSettingContentIdApplication {
3127
3135
  */
3128
3136
  bypassExceedQueue: boolean;
3129
3137
  }
3138
+ export interface DataFilteringProfileRule {
3139
+ /**
3140
+ * Alert threshold
3141
+ */
3142
+ alertThreshold?: number;
3143
+ /**
3144
+ * Application
3145
+ */
3146
+ applications?: string[];
3147
+ /**
3148
+ * Block threshold
3149
+ */
3150
+ blockThreshold?: number;
3151
+ /**
3152
+ * Data object
3153
+ */
3154
+ dataObject?: string;
3155
+ /**
3156
+ * Direction
3157
+ */
3158
+ direction?: string;
3159
+ /**
3160
+ * File type
3161
+ */
3162
+ fileTypes?: string[];
3163
+ /**
3164
+ * Log severity
3165
+ */
3166
+ logSeverity?: string;
3167
+ /**
3168
+ * Name
3169
+ */
3170
+ name?: string;
3171
+ }
3172
+ export interface DataObjectPatternType {
3173
+ /**
3174
+ * File properties
3175
+ */
3176
+ fileProperties?: outputs.DataObjectPatternTypeFileProperties;
3177
+ /**
3178
+ * Predefined
3179
+ */
3180
+ predefined?: outputs.DataObjectPatternTypePredefined;
3181
+ /**
3182
+ * Regex
3183
+ */
3184
+ regex?: outputs.DataObjectPatternTypeRegex;
3185
+ }
3186
+ export interface DataObjectPatternTypeFileProperties {
3187
+ /**
3188
+ * Pattern
3189
+ */
3190
+ patterns?: outputs.DataObjectPatternTypeFilePropertiesPattern[];
3191
+ }
3192
+ export interface DataObjectPatternTypeFilePropertiesPattern {
3193
+ /**
3194
+ * File property
3195
+ */
3196
+ fileProperty?: string;
3197
+ /**
3198
+ * File type
3199
+ */
3200
+ fileType?: string;
3201
+ /**
3202
+ * Name
3203
+ */
3204
+ name?: string;
3205
+ /**
3206
+ * Property value
3207
+ */
3208
+ propertyValue?: string;
3209
+ }
3210
+ export interface DataObjectPatternTypePredefined {
3211
+ /**
3212
+ * Pattern
3213
+ */
3214
+ patterns?: outputs.DataObjectPatternTypePredefinedPattern[];
3215
+ }
3216
+ export interface DataObjectPatternTypePredefinedPattern {
3217
+ /**
3218
+ * File type
3219
+ */
3220
+ fileTypes?: string[];
3221
+ /**
3222
+ * Name
3223
+ */
3224
+ name?: string;
3225
+ }
3226
+ export interface DataObjectPatternTypeRegex {
3227
+ /**
3228
+ * Pattern
3229
+ */
3230
+ patterns?: outputs.DataObjectPatternTypeRegexPattern[];
3231
+ }
3232
+ export interface DataObjectPatternTypeRegexPattern {
3233
+ /**
3234
+ * File type
3235
+ */
3236
+ fileTypes?: string[];
3237
+ /**
3238
+ * Name
3239
+ */
3240
+ name?: string;
3241
+ /**
3242
+ * Regex
3243
+ */
3244
+ regex?: string;
3245
+ }
3130
3246
  export interface DecryptionProfileSslForwardProxy {
3131
3247
  /**
3132
3248
  * Auto include altname
@@ -3988,6 +4104,10 @@ export interface EthernetInterfaceLayer2 {
3988
4104
  * LLDP Settings
3989
4105
  */
3990
4106
  lldp?: outputs.EthernetInterfaceLayer2Lldp;
4107
+ /**
4108
+ * Name of Netflow Profile to assign to Interface
4109
+ */
4110
+ netflowProfile?: string;
3991
4111
  /**
3992
4112
  * Assign interface to VLAN tag
3993
4113
  */
@@ -4026,6 +4146,10 @@ export interface EthernetInterfaceLayer3 {
4026
4146
  * MTU
4027
4147
  */
4028
4148
  mtu: number;
4149
+ /**
4150
+ * Name of Netflow Profile to assign to Interface
4151
+ */
4152
+ netflowProfile?: string;
4029
4153
  /**
4030
4154
  * Pppoe
4031
4155
  *
@@ -4168,6 +4292,10 @@ export interface EthernetInterfacePoe {
4168
4292
  poeRsvdPwr: number;
4169
4293
  }
4170
4294
  export interface EthernetInterfaceTap {
4295
+ /**
4296
+ * Name of Netflow Profile to assign to Interface
4297
+ */
4298
+ netflowProfile?: string;
4171
4299
  }
4172
4300
  export interface ExternalDynamicListType {
4173
4301
  /**
@@ -4938,6 +5066,10 @@ export interface GetAggregateInterfaceLayer2 {
4938
5066
  * Lacp
4939
5067
  */
4940
5068
  lacp: outputs.GetAggregateInterfaceLayer2Lacp;
5069
+ /**
5070
+ * Name of Netflow Profile to assign to Interface
5071
+ */
5072
+ netflowProfile: string;
4941
5073
  /**
4942
5074
  * VLAN tag
4943
5075
  */
@@ -5000,6 +5132,10 @@ export interface GetAggregateInterfaceLayer3 {
5000
5132
  * MTU
5001
5133
  */
5002
5134
  mtu: number;
5135
+ /**
5136
+ * Name of Netflow Profile to assign to Interface
5137
+ */
5138
+ netflowProfile: string;
5003
5139
  }
5004
5140
  export interface GetAggregateInterfaceLayer3Arp {
5005
5141
  /**
@@ -5152,6 +5288,10 @@ export interface GetAggregateInterfaceListDataLayer2 {
5152
5288
  * Lacp
5153
5289
  */
5154
5290
  lacp: outputs.GetAggregateInterfaceListDataLayer2Lacp;
5291
+ /**
5292
+ * Name of Netflow Profile to assign to Interface
5293
+ */
5294
+ netflowProfile: string;
5155
5295
  /**
5156
5296
  * VLAN tag
5157
5297
  */
@@ -5214,6 +5354,10 @@ export interface GetAggregateInterfaceListDataLayer3 {
5214
5354
  * MTU
5215
5355
  */
5216
5356
  mtu: number;
5357
+ /**
5358
+ * Name of Netflow Profile to assign to Interface
5359
+ */
5360
+ netflowProfile: string;
5217
5361
  }
5218
5362
  export interface GetAggregateInterfaceListDataLayer3Arp {
5219
5363
  /**
@@ -12167,6 +12311,60 @@ export interface GetCertificateProfileUsernameField {
12167
12311
  */
12168
12312
  subjectAlt: string;
12169
12313
  }
12314
+ export interface GetConfigMatchListListData {
12315
+ /**
12316
+ * Description of the config match list entry
12317
+ */
12318
+ description: string;
12319
+ /**
12320
+ * The device in which the resource is defined
12321
+ */
12322
+ device: string;
12323
+ /**
12324
+ * Filter of the config match list entry
12325
+ */
12326
+ filter: string;
12327
+ /**
12328
+ * The folder of the item. Default: Shared.
12329
+ */
12330
+ folder: string;
12331
+ /**
12332
+ * UUID of the resource
12333
+ */
12334
+ id: string;
12335
+ /**
12336
+ * The name of the item.
12337
+ */
12338
+ name: string;
12339
+ /**
12340
+ * Send Email List of the config match list entry
12341
+ */
12342
+ sendEmails: string[];
12343
+ /**
12344
+ * Send HTTP List of the config match list entry
12345
+ */
12346
+ sendHttps: string[];
12347
+ /**
12348
+ * Send SNMP Trap List of the config match list entry
12349
+ */
12350
+ sendSnmptraps: string[];
12351
+ /**
12352
+ * Send Sys Log List of the config match list entry
12353
+ */
12354
+ sendSyslogs: string[];
12355
+ /**
12356
+ * Send Panorama Flag of the config match list entry
12357
+ */
12358
+ sendToPanorama: boolean;
12359
+ /**
12360
+ * The snippet of the item.
12361
+ */
12362
+ snippet: string;
12363
+ /**
12364
+ * The Terraform ID.
12365
+ */
12366
+ tfid: string;
12367
+ }
12170
12368
  export interface GetContentIdSettingContentId {
12171
12369
  /**
12172
12370
  * Allow forward decrypted content
@@ -12273,6 +12471,302 @@ export interface GetContentIdSettingListDataContentIdApplication {
12273
12471
  */
12274
12472
  bypassExceedQueue: boolean;
12275
12473
  }
12474
+ export interface GetDataFilteringProfileListData {
12475
+ /**
12476
+ * Data capture
12477
+ */
12478
+ dataCapture: boolean;
12479
+ /**
12480
+ * The description of the data filtering profile
12481
+ */
12482
+ description: string;
12483
+ /**
12484
+ * The device in which the resource is defined
12485
+ */
12486
+ device: string;
12487
+ /**
12488
+ * Disable override
12489
+ */
12490
+ disableOverride: string;
12491
+ /**
12492
+ * The folder of the item. Default: Shared.
12493
+ */
12494
+ folder: string;
12495
+ /**
12496
+ * The UUID of the data filtering profile
12497
+ */
12498
+ id: string;
12499
+ /**
12500
+ * The name of the item.
12501
+ */
12502
+ name: string;
12503
+ /**
12504
+ * Rules
12505
+ */
12506
+ rules: outputs.GetDataFilteringProfileListDataRule[];
12507
+ /**
12508
+ * The snippet of the item.
12509
+ */
12510
+ snippet: string;
12511
+ /**
12512
+ * The Terraform ID.
12513
+ */
12514
+ tfid: string;
12515
+ }
12516
+ export interface GetDataFilteringProfileListDataRule {
12517
+ /**
12518
+ * Alert threshold
12519
+ */
12520
+ alertThreshold: number;
12521
+ /**
12522
+ * Application
12523
+ */
12524
+ applications: string[];
12525
+ /**
12526
+ * Block threshold
12527
+ */
12528
+ blockThreshold: number;
12529
+ /**
12530
+ * Data object
12531
+ */
12532
+ dataObject: string;
12533
+ /**
12534
+ * Direction
12535
+ */
12536
+ direction: string;
12537
+ /**
12538
+ * File type
12539
+ */
12540
+ fileTypes: string[];
12541
+ /**
12542
+ * Log severity
12543
+ */
12544
+ logSeverity: string;
12545
+ /**
12546
+ * Name
12547
+ */
12548
+ name: string;
12549
+ }
12550
+ export interface GetDataFilteringProfileRule {
12551
+ /**
12552
+ * Alert threshold
12553
+ */
12554
+ alertThreshold: number;
12555
+ /**
12556
+ * Application
12557
+ */
12558
+ applications: string[];
12559
+ /**
12560
+ * Block threshold
12561
+ */
12562
+ blockThreshold: number;
12563
+ /**
12564
+ * Data object
12565
+ */
12566
+ dataObject: string;
12567
+ /**
12568
+ * Direction
12569
+ */
12570
+ direction: string;
12571
+ /**
12572
+ * File type
12573
+ */
12574
+ fileTypes: string[];
12575
+ /**
12576
+ * Log severity
12577
+ */
12578
+ logSeverity: string;
12579
+ /**
12580
+ * Name
12581
+ */
12582
+ name: string;
12583
+ }
12584
+ export interface GetDataObjectListData {
12585
+ /**
12586
+ * The description of the data object
12587
+ */
12588
+ description: string;
12589
+ /**
12590
+ * The device in which the resource is defined
12591
+ */
12592
+ device: string;
12593
+ /**
12594
+ * Disable override
12595
+ */
12596
+ disableOverride: string;
12597
+ /**
12598
+ * The folder of the item. Default: Shared.
12599
+ */
12600
+ folder: string;
12601
+ /**
12602
+ * The UUID of the data object
12603
+ */
12604
+ id: string;
12605
+ /**
12606
+ * The name of the item.
12607
+ */
12608
+ name: string;
12609
+ /**
12610
+ * Pattern type
12611
+ */
12612
+ patternType: outputs.GetDataObjectListDataPatternType;
12613
+ /**
12614
+ * The snippet of the item.
12615
+ */
12616
+ snippet: string;
12617
+ /**
12618
+ * The Terraform ID.
12619
+ */
12620
+ tfid: string;
12621
+ }
12622
+ export interface GetDataObjectListDataPatternType {
12623
+ /**
12624
+ * File properties
12625
+ */
12626
+ fileProperties: outputs.GetDataObjectListDataPatternTypeFileProperties;
12627
+ /**
12628
+ * Predefined
12629
+ */
12630
+ predefined: outputs.GetDataObjectListDataPatternTypePredefined;
12631
+ /**
12632
+ * Regex
12633
+ */
12634
+ regex: outputs.GetDataObjectListDataPatternTypeRegex;
12635
+ }
12636
+ export interface GetDataObjectListDataPatternTypeFileProperties {
12637
+ /**
12638
+ * Pattern
12639
+ */
12640
+ patterns: outputs.GetDataObjectListDataPatternTypeFilePropertiesPattern[];
12641
+ }
12642
+ export interface GetDataObjectListDataPatternTypeFilePropertiesPattern {
12643
+ /**
12644
+ * File property
12645
+ */
12646
+ fileProperty: string;
12647
+ /**
12648
+ * File type
12649
+ */
12650
+ fileType: string;
12651
+ /**
12652
+ * Name
12653
+ */
12654
+ name: string;
12655
+ /**
12656
+ * Property value
12657
+ */
12658
+ propertyValue: string;
12659
+ }
12660
+ export interface GetDataObjectListDataPatternTypePredefined {
12661
+ /**
12662
+ * Pattern
12663
+ */
12664
+ patterns: outputs.GetDataObjectListDataPatternTypePredefinedPattern[];
12665
+ }
12666
+ export interface GetDataObjectListDataPatternTypePredefinedPattern {
12667
+ /**
12668
+ * File type
12669
+ */
12670
+ fileTypes: string[];
12671
+ /**
12672
+ * Name
12673
+ */
12674
+ name: string;
12675
+ }
12676
+ export interface GetDataObjectListDataPatternTypeRegex {
12677
+ /**
12678
+ * Pattern
12679
+ */
12680
+ patterns: outputs.GetDataObjectListDataPatternTypeRegexPattern[];
12681
+ }
12682
+ export interface GetDataObjectListDataPatternTypeRegexPattern {
12683
+ /**
12684
+ * File type
12685
+ */
12686
+ fileTypes: string[];
12687
+ /**
12688
+ * Name
12689
+ */
12690
+ name: string;
12691
+ /**
12692
+ * Regex
12693
+ */
12694
+ regex: string;
12695
+ }
12696
+ export interface GetDataObjectPatternType {
12697
+ /**
12698
+ * File properties
12699
+ */
12700
+ fileProperties: outputs.GetDataObjectPatternTypeFileProperties;
12701
+ /**
12702
+ * Predefined
12703
+ */
12704
+ predefined: outputs.GetDataObjectPatternTypePredefined;
12705
+ /**
12706
+ * Regex
12707
+ */
12708
+ regex: outputs.GetDataObjectPatternTypeRegex;
12709
+ }
12710
+ export interface GetDataObjectPatternTypeFileProperties {
12711
+ /**
12712
+ * Pattern
12713
+ */
12714
+ patterns: outputs.GetDataObjectPatternTypeFilePropertiesPattern[];
12715
+ }
12716
+ export interface GetDataObjectPatternTypeFilePropertiesPattern {
12717
+ /**
12718
+ * File property
12719
+ */
12720
+ fileProperty: string;
12721
+ /**
12722
+ * File type
12723
+ */
12724
+ fileType: string;
12725
+ /**
12726
+ * Name
12727
+ */
12728
+ name: string;
12729
+ /**
12730
+ * Property value
12731
+ */
12732
+ propertyValue: string;
12733
+ }
12734
+ export interface GetDataObjectPatternTypePredefined {
12735
+ /**
12736
+ * Pattern
12737
+ */
12738
+ patterns: outputs.GetDataObjectPatternTypePredefinedPattern[];
12739
+ }
12740
+ export interface GetDataObjectPatternTypePredefinedPattern {
12741
+ /**
12742
+ * File type
12743
+ */
12744
+ fileTypes: string[];
12745
+ /**
12746
+ * Name
12747
+ */
12748
+ name: string;
12749
+ }
12750
+ export interface GetDataObjectPatternTypeRegex {
12751
+ /**
12752
+ * Pattern
12753
+ */
12754
+ patterns: outputs.GetDataObjectPatternTypeRegexPattern[];
12755
+ }
12756
+ export interface GetDataObjectPatternTypeRegexPattern {
12757
+ /**
12758
+ * File type
12759
+ */
12760
+ fileTypes: string[];
12761
+ /**
12762
+ * Name
12763
+ */
12764
+ name: string;
12765
+ /**
12766
+ * Regex
12767
+ */
12768
+ regex: string;
12769
+ }
12276
12770
  export interface GetDecryptionExclusionListData {
12277
12771
  /**
12278
12772
  * Description
@@ -14498,6 +14992,10 @@ export interface GetEthernetInterfaceLayer2 {
14498
14992
  * LLDP Settings
14499
14993
  */
14500
14994
  lldp: outputs.GetEthernetInterfaceLayer2Lldp;
14995
+ /**
14996
+ * Name of Netflow Profile to assign to Interface
14997
+ */
14998
+ netflowProfile: string;
14501
14999
  /**
14502
15000
  * Assign interface to VLAN tag
14503
15001
  */
@@ -14536,6 +15034,10 @@ export interface GetEthernetInterfaceLayer3 {
14536
15034
  * MTU
14537
15035
  */
14538
15036
  mtu: number;
15037
+ /**
15038
+ * Name of Netflow Profile to assign to Interface
15039
+ */
15040
+ netflowProfile: string;
14539
15041
  /**
14540
15042
  * Pppoe
14541
15043
  *
@@ -14752,6 +15254,10 @@ export interface GetEthernetInterfaceListDataLayer2 {
14752
15254
  * LLDP Settings
14753
15255
  */
14754
15256
  lldp: outputs.GetEthernetInterfaceListDataLayer2Lldp;
15257
+ /**
15258
+ * Name of Netflow Profile to assign to Interface
15259
+ */
15260
+ netflowProfile: string;
14755
15261
  /**
14756
15262
  * Assign interface to VLAN tag
14757
15263
  */
@@ -14790,6 +15296,10 @@ export interface GetEthernetInterfaceListDataLayer3 {
14790
15296
  * MTU
14791
15297
  */
14792
15298
  mtu: number;
15299
+ /**
15300
+ * Name of Netflow Profile to assign to Interface
15301
+ */
15302
+ netflowProfile: string;
14793
15303
  /**
14794
15304
  * Pppoe
14795
15305
  *
@@ -14932,6 +15442,10 @@ export interface GetEthernetInterfaceListDataPoe {
14932
15442
  poeRsvdPwr: number;
14933
15443
  }
14934
15444
  export interface GetEthernetInterfaceListDataTap {
15445
+ /**
15446
+ * Name of Netflow Profile to assign to Interface
15447
+ */
15448
+ netflowProfile: string;
14935
15449
  }
14936
15450
  export interface GetEthernetInterfacePoe {
14937
15451
  /**
@@ -14944,6 +15458,10 @@ export interface GetEthernetInterfacePoe {
14944
15458
  poeRsvdPwr: number;
14945
15459
  }
14946
15460
  export interface GetEthernetInterfaceTap {
15461
+ /**
15462
+ * Name of Netflow Profile to assign to Interface
15463
+ */
15464
+ netflowProfile: string;
14947
15465
  }
14948
15466
  export interface GetExternalDynamicListListData {
14949
15467
  /**
@@ -16367,6 +16885,64 @@ export interface GetGeneralSettingListDataGeneralSettingManagement {
16367
16885
  */
16368
16886
  enableCertificateExpirationCheck: boolean;
16369
16887
  }
16888
+ export interface GetGlobalprotectMatchListListData {
16889
+ /**
16890
+ * Description of the globalprotect match list entry
16891
+ */
16892
+ description: string;
16893
+ /**
16894
+ * The device in which the resource is defined
16895
+ */
16896
+ device: string;
16897
+ /**
16898
+ * Filter of the globalprotect match list entry
16899
+ */
16900
+ filter: string;
16901
+ /**
16902
+ * The folder of the item. Default: Shared.
16903
+ */
16904
+ folder: string;
16905
+ /**
16906
+ * UUID of the resource
16907
+ */
16908
+ id: string;
16909
+ /**
16910
+ * The name of the item.
16911
+ */
16912
+ name: string;
16913
+ /**
16914
+ * Quarantine Flag of the globalprotect match list entry
16915
+ */
16916
+ quarantine: boolean;
16917
+ /**
16918
+ * Send Email List of the globalprotect match list entry
16919
+ */
16920
+ sendEmails: string[];
16921
+ /**
16922
+ * Send HTTP List of the globalprotect match list entry
16923
+ */
16924
+ sendHttps: string[];
16925
+ /**
16926
+ * Send SNMP Trap List of the globalprotect match list entry
16927
+ */
16928
+ sendSnmptraps: string[];
16929
+ /**
16930
+ * Send Sys log List of the globalprotect match list entry
16931
+ */
16932
+ sendSyslogs: string[];
16933
+ /**
16934
+ * Send to Panorama Flag of the globalprotect match list entry
16935
+ */
16936
+ sendToPanorama: boolean;
16937
+ /**
16938
+ * The snippet of the item.
16939
+ */
16940
+ snippet: string;
16941
+ /**
16942
+ * The Terraform ID.
16943
+ */
16944
+ tfid: string;
16945
+ }
16370
16946
  export interface GetHipObjectAntiMalware {
16371
16947
  /**
16372
16948
  * Criteria
@@ -18575,6 +19151,64 @@ export interface GetHipProfileListData {
18575
19151
  */
18576
19152
  tfid: string;
18577
19153
  }
19154
+ export interface GetHipmatchMatchListListData {
19155
+ /**
19156
+ * Description of the hipmatch match list entry
19157
+ */
19158
+ description: string;
19159
+ /**
19160
+ * The device in which the resource is defined
19161
+ */
19162
+ device: string;
19163
+ /**
19164
+ * Filter of the hipmatch match list entry
19165
+ */
19166
+ filter: string;
19167
+ /**
19168
+ * The folder of the item. Default: Shared.
19169
+ */
19170
+ folder: string;
19171
+ /**
19172
+ * UUID of the resource
19173
+ */
19174
+ id: string;
19175
+ /**
19176
+ * The name of the item.
19177
+ */
19178
+ name: string;
19179
+ /**
19180
+ * Quarantine Flag of the hipmatch match list entry
19181
+ */
19182
+ quarantine: boolean;
19183
+ /**
19184
+ * Send Email List of the hipmatch match list entry
19185
+ */
19186
+ sendEmails: string[];
19187
+ /**
19188
+ * Send HTTP List of the hipmatch match list entry
19189
+ */
19190
+ sendHttps: string[];
19191
+ /**
19192
+ * Send SNMP Trap List of the hipmatch match list entry
19193
+ */
19194
+ sendSnmptraps: string[];
19195
+ /**
19196
+ * Send Sys Log List of the hipmatch match list entry
19197
+ */
19198
+ sendSyslogs: string[];
19199
+ /**
19200
+ * Send to Panorama Flag of the hipmatch match list entry
19201
+ */
19202
+ sendToPanorama: boolean;
19203
+ /**
19204
+ * The snippet of the item.
19205
+ */
19206
+ snippet: string;
19207
+ /**
19208
+ * The Terraform ID.
19209
+ */
19210
+ tfid: string;
19211
+ }
18578
19212
  export interface GetHttpHeaderProfileHttpHeaderInsertion {
18579
19213
  /**
18580
19214
  * The name of the HTTP header insertion rule
@@ -21459,6 +22093,64 @@ export interface GetIpsecTunnelTunnelMonitor {
21459
22093
  */
21460
22094
  proxyId: string;
21461
22095
  }
22096
+ export interface GetIptagMatchListListData {
22097
+ /**
22098
+ * Description of the iptag match list entry
22099
+ */
22100
+ description: string;
22101
+ /**
22102
+ * The device in which the resource is defined
22103
+ */
22104
+ device: string;
22105
+ /**
22106
+ * Filter of the iptag match list entry
22107
+ */
22108
+ filter: string;
22109
+ /**
22110
+ * The folder of the item. Default: Shared.
22111
+ */
22112
+ folder: string;
22113
+ /**
22114
+ * UUID of the resource
22115
+ */
22116
+ id: string;
22117
+ /**
22118
+ * The name of the item.
22119
+ */
22120
+ name: string;
22121
+ /**
22122
+ * Quarantine Flag of the iptag match list entry
22123
+ */
22124
+ quarantine: boolean;
22125
+ /**
22126
+ * Send Email List of the iptag match list entry
22127
+ */
22128
+ sendEmails: string[];
22129
+ /**
22130
+ * Send HTTP List of the iptag match list entry
22131
+ */
22132
+ sendHttps: string[];
22133
+ /**
22134
+ * Send SNMP Trap List of the iptag match list entry
22135
+ */
22136
+ sendSnmptraps: string[];
22137
+ /**
22138
+ * Send Sys Log List of the iptag match list entry
22139
+ */
22140
+ sendSyslogs: string[];
22141
+ /**
22142
+ * Send to Panorama Flag of the iptag match list entry
22143
+ */
22144
+ sendToPanorama: boolean;
22145
+ /**
22146
+ * The snippet of the item.
22147
+ */
22148
+ snippet: string;
22149
+ /**
22150
+ * The Terraform ID.
22151
+ */
22152
+ tfid: string;
22153
+ }
21462
22154
  export interface GetKerberosServerProfileListData {
21463
22155
  /**
21464
22156
  * The device in which the resource is defined
@@ -21696,6 +22388,10 @@ export interface GetLayer3SubinterfaceListData {
21696
22388
  * The name of the item.
21697
22389
  */
21698
22390
  name: string;
22391
+ /**
22392
+ * Name of Netflow Profile to assign to Interface
22393
+ */
22394
+ netflowProfile: string;
21699
22395
  /**
21700
22396
  * Parent interface
21701
22397
  */
@@ -31524,6 +32220,10 @@ export interface GetLoopbackInterfaceListData {
31524
32220
  * The name of the item.
31525
32221
  */
31526
32222
  name: string;
32223
+ /**
32224
+ * Name of Netflow Profile to assign to Interface
32225
+ */
32226
+ netflowProfile: string;
31527
32227
  /**
31528
32228
  * The snippet of the item.
31529
32229
  */
@@ -31602,6 +32302,14 @@ export interface GetManagementInterfaceListData {
31602
32302
  tfid: string;
31603
32303
  }
31604
32304
  export interface GetManagementInterfaceListDataManagementInterface {
32305
+ /**
32306
+ * Default gateway
32307
+ */
32308
+ defaultGateway: string;
32309
+ /**
32310
+ * IP address
32311
+ */
32312
+ ipAddress: string;
31605
32313
  /**
31606
32314
  * IP type
31607
32315
  */
@@ -31610,6 +32318,10 @@ export interface GetManagementInterfaceListDataManagementInterface {
31610
32318
  * MTU
31611
32319
  */
31612
32320
  mtu: number;
32321
+ /**
32322
+ * Netmask
32323
+ */
32324
+ netmask: string;
31613
32325
  /**
31614
32326
  * Permitting IP addresses
31615
32327
  */
@@ -31654,18 +32366,6 @@ export interface GetManagementInterfaceListDataManagementInterfaceMgmtTypeDhcpCl
31654
32366
  sendHostname: boolean;
31655
32367
  }
31656
32368
  export interface GetManagementInterfaceListDataManagementInterfaceMgmtTypeStatic {
31657
- /**
31658
- * Default gateway
31659
- */
31660
- defaultGateway: string;
31661
- /**
31662
- * IP address
31663
- */
31664
- ipAddress: string;
31665
- /**
31666
- * Netmask
31667
- */
31668
- netmask: string;
31669
32369
  }
31670
32370
  export interface GetManagementInterfaceListDataManagementInterfacePermittedIp {
31671
32371
  /**
@@ -31720,6 +32420,14 @@ export interface GetManagementInterfaceListDataManagementInterfaceService {
31720
32420
  disableUseridSyslogListenerUdp: boolean;
31721
32421
  }
31722
32422
  export interface GetManagementInterfaceManagementInterface {
32423
+ /**
32424
+ * Default gateway
32425
+ */
32426
+ defaultGateway: string;
32427
+ /**
32428
+ * IP address
32429
+ */
32430
+ ipAddress: string;
31723
32431
  /**
31724
32432
  * IP type
31725
32433
  */
@@ -31728,6 +32436,10 @@ export interface GetManagementInterfaceManagementInterface {
31728
32436
  * MTU
31729
32437
  */
31730
32438
  mtu: number;
32439
+ /**
32440
+ * Netmask
32441
+ */
32442
+ netmask: string;
31731
32443
  /**
31732
32444
  * Permitting IP addresses
31733
32445
  */
@@ -31772,18 +32484,6 @@ export interface GetManagementInterfaceManagementInterfaceMgmtTypeDhcpClient {
31772
32484
  sendHostname: boolean;
31773
32485
  }
31774
32486
  export interface GetManagementInterfaceManagementInterfaceMgmtTypeStatic {
31775
- /**
31776
- * Default gateway
31777
- */
31778
- defaultGateway: string;
31779
- /**
31780
- * IP address
31781
- */
31782
- ipAddress: string;
31783
- /**
31784
- * Netmask
31785
- */
31786
- netmask: string;
31787
32487
  }
31788
32488
  export interface GetManagementInterfaceManagementInterfacePermittedIp {
31789
32489
  /**
@@ -33592,6 +34292,10 @@ export interface GetRemoteNetworkListDataProtocolBgpPeer {
33592
34292
  * Remote peer IP address (secondary WAN)
33593
34293
  */
33594
34294
  peerIpAddress: string;
34295
+ /**
34296
+ * Same peer IP address as primary WAN
34297
+ */
34298
+ sameAsPrimary: boolean;
33595
34299
  /**
33596
34300
  * BGP peering secret (secondary WAN)
33597
34301
  */
@@ -33654,6 +34358,10 @@ export interface GetRemoteNetworkProtocolBgpPeer {
33654
34358
  * Remote peer IP address (secondary WAN)
33655
34359
  */
33656
34360
  peerIpAddress: string;
34361
+ /**
34362
+ * Same peer IP address as primary WAN
34363
+ */
34364
+ sameAsPrimary: boolean;
33657
34365
  /**
33658
34366
  * BGP peering secret (secondary WAN)
33659
34367
  */
@@ -37585,6 +38293,60 @@ export interface GetSyslogServerProfileServer {
37585
38293
  */
37586
38294
  transport: string;
37587
38295
  }
38296
+ export interface GetSystemMatchListListData {
38297
+ /**
38298
+ * Description of the system match list entry
38299
+ */
38300
+ description: string;
38301
+ /**
38302
+ * The device in which the resource is defined
38303
+ */
38304
+ device: string;
38305
+ /**
38306
+ * Filter of the system match list entry
38307
+ */
38308
+ filter: string;
38309
+ /**
38310
+ * The folder of the item. Default: Shared.
38311
+ */
38312
+ folder: string;
38313
+ /**
38314
+ * UUID of the resource
38315
+ */
38316
+ id: string;
38317
+ /**
38318
+ * The name of the item.
38319
+ */
38320
+ name: string;
38321
+ /**
38322
+ * Send Email List of the system match list entry
38323
+ */
38324
+ sendEmails: string[];
38325
+ /**
38326
+ * Send HTTP List of the system match list entry
38327
+ */
38328
+ sendHttps: string[];
38329
+ /**
38330
+ * Send SNMP Trap List of the system match list entry
38331
+ */
38332
+ sendSnmptraps: string[];
38333
+ /**
38334
+ * Send Sys Log List of the system match list entry
38335
+ */
38336
+ sendSyslogs: string[];
38337
+ /**
38338
+ * Send to Panorama Flag of the system match list entry
38339
+ */
38340
+ sendToPanorama: boolean;
38341
+ /**
38342
+ * The snippet of the item.
38343
+ */
38344
+ snippet: string;
38345
+ /**
38346
+ * The Terraform ID.
38347
+ */
38348
+ tfid: string;
38349
+ }
37588
38350
  export interface GetTacacsServerProfileListData {
37589
38351
  /**
37590
38352
  * The device in which the resource is defined
@@ -38112,6 +38874,10 @@ export interface GetTunnelInterfaceListData {
38112
38874
  * The name of the item.
38113
38875
  */
38114
38876
  name: string;
38877
+ /**
38878
+ * Name of Netflow Profile to assign to Interface
38879
+ */
38880
+ netflowProfile: string;
38115
38881
  /**
38116
38882
  * The snippet of the item.
38117
38883
  */
@@ -39005,6 +39771,64 @@ export interface GetUrlCategoryListData {
39005
39771
  */
39006
39772
  type: string;
39007
39773
  }
39774
+ export interface GetUseridMatchListListData {
39775
+ /**
39776
+ * Description of the userid match list entry
39777
+ */
39778
+ description: string;
39779
+ /**
39780
+ * The device in which the resource is defined
39781
+ */
39782
+ device: string;
39783
+ /**
39784
+ * Filter of the userid match list entry
39785
+ */
39786
+ filter: string;
39787
+ /**
39788
+ * The folder of the item. Default: Shared.
39789
+ */
39790
+ folder: string;
39791
+ /**
39792
+ * UUID of the resource
39793
+ */
39794
+ id: string;
39795
+ /**
39796
+ * The name of the item.
39797
+ */
39798
+ name: string;
39799
+ /**
39800
+ * Quarantine Flag of the userid match list entry
39801
+ */
39802
+ quarantine: boolean;
39803
+ /**
39804
+ * Send Email List of the userid match list entry
39805
+ */
39806
+ sendEmails: string[];
39807
+ /**
39808
+ * Send HTTP List of the userid match list entry
39809
+ */
39810
+ sendHttps: string[];
39811
+ /**
39812
+ * Send SNMP Trap List of the userid match list entry
39813
+ */
39814
+ sendSnmptraps: string[];
39815
+ /**
39816
+ * Send Sys Log List of the userid match list entry
39817
+ */
39818
+ sendSyslogs: string[];
39819
+ /**
39820
+ * Send to Panorama Flag of the userid match list entry
39821
+ */
39822
+ sendToPanorama: boolean;
39823
+ /**
39824
+ * The snippet of the item.
39825
+ */
39826
+ snippet: string;
39827
+ /**
39828
+ * The Terraform ID.
39829
+ */
39830
+ tfid: string;
39831
+ }
39008
39832
  export interface GetVariableListData {
39009
39833
  /**
39010
39834
  * The description of the variable
@@ -39178,6 +40002,10 @@ export interface GetVlanInterfaceListData {
39178
40002
  * The name of the item.
39179
40003
  */
39180
40004
  name: string;
40005
+ /**
40006
+ * Name of Netflow Profile to assign to Interface
40007
+ */
40008
+ netflowProfile: string;
39181
40009
  /**
39182
40010
  * The snippet of the item.
39183
40011
  */
@@ -48932,6 +49760,14 @@ export interface LoopbackInterfaceIpv6AddressAnycast {
48932
49760
  export interface LoopbackInterfaceIpv6AddressPrefix {
48933
49761
  }
48934
49762
  export interface ManagementInterfaceManagementInterface {
49763
+ /**
49764
+ * Default gateway
49765
+ */
49766
+ defaultGateway?: string;
49767
+ /**
49768
+ * IP address
49769
+ */
49770
+ ipAddress?: string;
48935
49771
  /**
48936
49772
  * IP type
48937
49773
  */
@@ -48940,6 +49776,10 @@ export interface ManagementInterfaceManagementInterface {
48940
49776
  * MTU
48941
49777
  */
48942
49778
  mtu: number;
49779
+ /**
49780
+ * Netmask
49781
+ */
49782
+ netmask?: string;
48943
49783
  /**
48944
49784
  * Permitting IP addresses
48945
49785
  */
@@ -48984,18 +49824,6 @@ export interface ManagementInterfaceManagementInterfaceMgmtTypeDhcpClient {
48984
49824
  sendHostname: boolean;
48985
49825
  }
48986
49826
  export interface ManagementInterfaceManagementInterfaceMgmtTypeStatic {
48987
- /**
48988
- * Default gateway
48989
- */
48990
- defaultGateway: string;
48991
- /**
48992
- * IP address
48993
- */
48994
- ipAddress: string;
48995
- /**
48996
- * Netmask
48997
- */
48998
- netmask: string;
48999
49827
  }
49000
49828
  export interface ManagementInterfaceManagementInterfacePermittedIp {
49001
49829
  /**
@@ -49816,6 +50644,10 @@ export interface RemoteNetworkProtocolBgpPeer {
49816
50644
  * Remote peer IP address (secondary WAN)
49817
50645
  */
49818
50646
  peerIpAddress?: string;
50647
+ /**
50648
+ * Same peer IP address as primary WAN
50649
+ */
50650
+ sameAsPrimary?: boolean;
49819
50651
  /**
49820
50652
  * BGP peering secret (secondary WAN)
49821
50653
  */