@pulumi/scm 1.0.0-alpha.1762562132 → 1.0.0-alpha.1762572739

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 (298) hide show
  1. package/address.d.ts +3 -3
  2. package/address.js +3 -3
  3. package/addressGroup.d.ts +2 -2
  4. package/addressGroup.js +2 -2
  5. package/{aggregateEthernetInterface.d.ts → aggregateInterface.d.ts} +26 -24
  6. package/{aggregateEthernetInterface.js → aggregateInterface.js} +13 -11
  7. package/aggregateInterface.js.map +1 -0
  8. package/antiSpywareSignature.d.ts +3 -3
  9. package/appOverrideRule.d.ts +128 -3
  10. package/appOverrideRule.js +95 -0
  11. package/appOverrideRule.js.map +1 -1
  12. package/applicationFilter.d.ts +16 -0
  13. package/applicationFilter.js +16 -0
  14. package/applicationFilter.js.map +1 -1
  15. package/authenticationRule.d.ts +123 -0
  16. package/authenticationRule.js +103 -0
  17. package/authenticationRule.js.map +1 -1
  18. package/bgpRouteMapRedistribution.d.ts +6 -6
  19. package/certificateProfile.d.ts +29 -0
  20. package/certificateProfile.js +29 -0
  21. package/certificateProfile.js.map +1 -1
  22. package/decryptionProfile.d.ts +139 -0
  23. package/decryptionProfile.js +139 -0
  24. package/decryptionProfile.js.map +1 -1
  25. package/decryptionRule.d.ts +139 -0
  26. package/decryptionRule.js +119 -0
  27. package/decryptionRule.js.map +1 -1
  28. package/dnsProxy.d.ts +6 -6
  29. package/dnsSecurityProfile.d.ts +2 -0
  30. package/dnsSecurityProfile.js +2 -0
  31. package/dnsSecurityProfile.js.map +1 -1
  32. package/dynamicUserGroup.d.ts +3 -3
  33. package/dynamicUserGroup.js +3 -3
  34. package/ethernetInterface.d.ts +13 -11
  35. package/ethernetInterface.js +2 -0
  36. package/ethernetInterface.js.map +1 -1
  37. package/externalDynamicList.d.ts +80 -0
  38. package/externalDynamicList.js +80 -0
  39. package/externalDynamicList.js.map +1 -1
  40. package/folder.d.ts +60 -0
  41. package/folder.js +60 -0
  42. package/folder.js.map +1 -1
  43. package/getAddressGroupList.d.ts +4 -4
  44. package/getAddressGroupList.js +4 -4
  45. package/getAddressList.d.ts +4 -4
  46. package/getAddressList.js +4 -4
  47. package/getAggregateInterface.d.ts +116 -0
  48. package/getAggregateInterface.js +68 -0
  49. package/getAggregateInterface.js.map +1 -0
  50. package/{getAggregateEthernetInterfaceList.d.ts → getAggregateInterfaceList.d.ts} +35 -9
  51. package/getAggregateInterfaceList.js +66 -0
  52. package/getAggregateInterfaceList.js.map +1 -0
  53. package/getAntiSpywareProfileList.d.ts +2 -2
  54. package/getAntiSpywareProfileList.js +2 -2
  55. package/getAntiSpywareSignature.d.ts +1 -1
  56. package/getAntiSpywareSignatureList.d.ts +2 -2
  57. package/getAntiSpywareSignatureList.js +2 -2
  58. package/getAppOverrideRule.d.ts +65 -1
  59. package/getAppOverrideRule.js +52 -0
  60. package/getAppOverrideRule.js.map +1 -1
  61. package/getAppOverrideRuleList.d.ts +48 -2
  62. package/getAppOverrideRuleList.js +36 -2
  63. package/getAppOverrideRuleList.js.map +1 -1
  64. package/getApplicationGroupList.d.ts +4 -4
  65. package/getApplicationGroupList.js +4 -4
  66. package/getApplicationList.d.ts +2 -2
  67. package/getApplicationList.js +2 -2
  68. package/getAuthenticationRule.d.ts +74 -0
  69. package/getAuthenticationRule.js +62 -0
  70. package/getAuthenticationRule.js.map +1 -1
  71. package/getAuthenticationRuleList.d.ts +50 -2
  72. package/getAuthenticationRuleList.js +38 -2
  73. package/getAuthenticationRuleList.js.map +1 -1
  74. package/getBgpRouteMapRedistribution.d.ts +7 -7
  75. package/getCertificateProfileList.d.ts +2 -2
  76. package/getCertificateProfileList.js +2 -2
  77. package/getDecryptionProfile.d.ts +40 -0
  78. package/getDecryptionProfile.js +40 -0
  79. package/getDecryptionProfile.js.map +1 -1
  80. package/getDecryptionProfileList.d.ts +32 -0
  81. package/getDecryptionProfileList.js +32 -0
  82. package/getDecryptionProfileList.js.map +1 -1
  83. package/getDecryptionRule.d.ts +74 -0
  84. package/getDecryptionRule.js +62 -0
  85. package/getDecryptionRule.js.map +1 -1
  86. package/getDecryptionRuleList.d.ts +48 -2
  87. package/getDecryptionRuleList.js +36 -2
  88. package/getDecryptionRuleList.js.map +1 -1
  89. package/getDnsProxy.d.ts +1 -1
  90. package/getDnsSecurityProfile.d.ts +40 -0
  91. package/getDnsSecurityProfile.js +40 -0
  92. package/getDnsSecurityProfile.js.map +1 -1
  93. package/getDnsSecurityProfileList.d.ts +32 -0
  94. package/getDnsSecurityProfileList.js +32 -0
  95. package/getDnsSecurityProfileList.js.map +1 -1
  96. package/getDynamicUserGroupList.d.ts +4 -4
  97. package/getDynamicUserGroupList.js +4 -4
  98. package/getEthernetInterface.d.ts +40 -2
  99. package/getEthernetInterface.js +38 -0
  100. package/getEthernetInterface.js.map +1 -1
  101. package/getEthernetInterfaceList.d.ts +26 -0
  102. package/getEthernetInterfaceList.js +26 -0
  103. package/getEthernetInterfaceList.js.map +1 -1
  104. package/getExternalDynamicListList.d.ts +4 -4
  105. package/getExternalDynamicListList.js +4 -4
  106. package/getFolder.d.ts +36 -0
  107. package/getFolder.js +36 -0
  108. package/getFolder.js.map +1 -1
  109. package/getHipObjectList.d.ts +4 -4
  110. package/getHipObjectList.js +4 -4
  111. package/getHipProfileList.d.ts +4 -4
  112. package/getHipProfileList.js +4 -4
  113. package/getInterfaceManagementProfile.d.ts +89 -8
  114. package/getInterfaceManagementProfile.js +80 -0
  115. package/getInterfaceManagementProfile.js.map +1 -1
  116. package/getInterfaceManagementProfileList.d.ts +42 -0
  117. package/getInterfaceManagementProfileList.js +42 -0
  118. package/getInterfaceManagementProfileList.js.map +1 -1
  119. package/getLayer2Subinterface.d.ts +42 -2
  120. package/getLayer2Subinterface.js +40 -0
  121. package/getLayer2Subinterface.js.map +1 -1
  122. package/getLayer2SubinterfaceList.d.ts +26 -0
  123. package/getLayer2SubinterfaceList.js +26 -0
  124. package/getLayer2SubinterfaceList.js.map +1 -1
  125. package/getLayer3Subinterface.d.ts +45 -3
  126. package/getLayer3Subinterface.js +42 -0
  127. package/getLayer3Subinterface.js.map +1 -1
  128. package/getLayer3SubinterfaceList.d.ts +26 -0
  129. package/getLayer3SubinterfaceList.js +26 -0
  130. package/getLayer3SubinterfaceList.js.map +1 -1
  131. package/getLogicalRouter.d.ts +38 -0
  132. package/getLogicalRouter.js +38 -0
  133. package/getLogicalRouter.js.map +1 -1
  134. package/getLogicalRouterList.d.ts +40 -0
  135. package/getLogicalRouterList.js +30 -0
  136. package/getLogicalRouterList.js.map +1 -1
  137. package/getLoopbackInterface.d.ts +49 -7
  138. package/getLoopbackInterface.js +38 -0
  139. package/getLoopbackInterface.js.map +1 -1
  140. package/getLoopbackInterfaceList.d.ts +26 -0
  141. package/getLoopbackInterfaceList.js +26 -0
  142. package/getLoopbackInterfaceList.js.map +1 -1
  143. package/getNatRule.d.ts +86 -14
  144. package/getNatRule.js +76 -0
  145. package/getNatRule.js.map +1 -1
  146. package/getNatRuleList.d.ts +52 -2
  147. package/getNatRuleList.js +40 -2
  148. package/getNatRuleList.js.map +1 -1
  149. package/getPbfRule.d.ts +88 -0
  150. package/getPbfRule.js +88 -0
  151. package/getPbfRule.js.map +1 -1
  152. package/getPbfRuleList.d.ts +34 -0
  153. package/getPbfRuleList.js +34 -0
  154. package/getPbfRuleList.js.map +1 -1
  155. package/getQosPolicyRule.d.ts +72 -0
  156. package/getQosPolicyRule.js +60 -0
  157. package/getQosPolicyRule.js.map +1 -1
  158. package/getQosPolicyRuleList.d.ts +48 -2
  159. package/getQosPolicyRuleList.js +36 -2
  160. package/getQosPolicyRuleList.js.map +1 -1
  161. package/getRadiusServerProfile.d.ts +54 -0
  162. package/getRadiusServerProfile.js +54 -0
  163. package/getRadiusServerProfile.js.map +1 -1
  164. package/getSdwanTrafficDistributionProfile.d.ts +1 -1
  165. package/getSecurityRule.d.ts +106 -0
  166. package/getSecurityRule.js +94 -0
  167. package/getSecurityRule.js.map +1 -1
  168. package/getSecurityRuleList.d.ts +46 -2
  169. package/getSecurityRuleList.js +34 -2
  170. package/getSecurityRuleList.js.map +1 -1
  171. package/getServiceConnection.d.ts +177 -1
  172. package/getServiceConnection.js +176 -0
  173. package/getServiceConnection.js.map +1 -1
  174. package/getServiceConnectionGroup.d.ts +208 -0
  175. package/getServiceConnectionGroup.js +208 -0
  176. package/getServiceConnectionGroup.js.map +1 -1
  177. package/getServiceGroupList.d.ts +2 -2
  178. package/getServiceGroupList.js +2 -2
  179. package/getServiceList.d.ts +4 -4
  180. package/getServiceList.js +4 -4
  181. package/getSnippet.d.ts +48 -0
  182. package/getSnippet.js +48 -0
  183. package/getSnippet.js.map +1 -1
  184. package/getSnippetList.d.ts +24 -0
  185. package/getSnippetList.js +24 -0
  186. package/getSnippetList.js.map +1 -1
  187. package/getTagList.d.ts +2 -2
  188. package/getTagList.js +2 -2
  189. package/getTunnelInterface.d.ts +42 -4
  190. package/getTunnelInterface.js +38 -0
  191. package/getTunnelInterface.js.map +1 -1
  192. package/getTunnelInterfaceList.d.ts +26 -0
  193. package/getTunnelInterfaceList.js +26 -0
  194. package/getTunnelInterfaceList.js.map +1 -1
  195. package/getUrlAccessProfileList.d.ts +2 -2
  196. package/getUrlAccessProfileList.js +2 -2
  197. package/getUrlCategoryList.d.ts +4 -4
  198. package/getUrlCategoryList.js +4 -4
  199. package/getVlanInterface.d.ts +46 -6
  200. package/getVlanInterface.js +40 -0
  201. package/getVlanInterface.js.map +1 -1
  202. package/getVlanInterfaceList.d.ts +26 -0
  203. package/getVlanInterfaceList.js +26 -0
  204. package/getVlanInterfaceList.js.map +1 -1
  205. package/getVulnerabilityProtectionProfileList.d.ts +2 -2
  206. package/getVulnerabilityProtectionProfileList.js +2 -2
  207. package/getVulnerabilityProtectionSignature.d.ts +41 -1
  208. package/getVulnerabilityProtectionSignature.js +40 -0
  209. package/getVulnerabilityProtectionSignature.js.map +1 -1
  210. package/getVulnerabilityProtectionSignatureList.d.ts +32 -0
  211. package/getVulnerabilityProtectionSignatureList.js +32 -0
  212. package/getVulnerabilityProtectionSignatureList.js.map +1 -1
  213. package/getZone.d.ts +44 -0
  214. package/getZone.js +44 -0
  215. package/getZone.js.map +1 -1
  216. package/getZoneList.d.ts +26 -0
  217. package/getZoneList.js +26 -0
  218. package/getZoneList.js.map +1 -1
  219. package/ikeGateway.d.ts +49 -0
  220. package/ikeGateway.js +49 -0
  221. package/ikeGateway.js.map +1 -1
  222. package/index.d.ts +9 -9
  223. package/index.js +12 -12
  224. package/index.js.map +1 -1
  225. package/interfaceManagementProfile.d.ts +56 -24
  226. package/interfaceManagementProfile.js +30 -0
  227. package/interfaceManagementProfile.js.map +1 -1
  228. package/ipsecCryptoProfile.d.ts +28 -0
  229. package/ipsecCryptoProfile.js +28 -0
  230. package/ipsecCryptoProfile.js.map +1 -1
  231. package/ipsecTunnel.d.ts +66 -0
  232. package/ipsecTunnel.js +66 -0
  233. package/ipsecTunnel.js.map +1 -1
  234. package/layer2Subinterface.d.ts +36 -7
  235. package/layer2Subinterface.js +32 -0
  236. package/layer2Subinterface.js.map +1 -1
  237. package/layer3Subinterface.d.ts +70 -11
  238. package/layer3Subinterface.js +59 -0
  239. package/layer3Subinterface.js.map +1 -1
  240. package/logicalRouter.d.ts +2 -0
  241. package/logicalRouter.js +2 -0
  242. package/logicalRouter.js.map +1 -1
  243. package/loopbackInterface.d.ts +58 -15
  244. package/loopbackInterface.js +35 -2
  245. package/loopbackInterface.js.map +1 -1
  246. package/natRule.d.ts +135 -42
  247. package/natRule.js +121 -8
  248. package/natRule.js.map +1 -1
  249. package/package.json +2 -2
  250. package/pbfRule.d.ts +89 -0
  251. package/pbfRule.js +89 -0
  252. package/pbfRule.js.map +1 -1
  253. package/qosPolicyRule.d.ts +95 -0
  254. package/qosPolicyRule.js +75 -0
  255. package/qosPolicyRule.js.map +1 -1
  256. package/radiusServerProfile.d.ts +38 -0
  257. package/radiusServerProfile.js +38 -0
  258. package/radiusServerProfile.js.map +1 -1
  259. package/remoteNetwork.d.ts +81 -0
  260. package/remoteNetwork.js +81 -0
  261. package/remoteNetwork.js.map +1 -1
  262. package/sdwanTrafficDistributionProfile.d.ts +4 -4
  263. package/securityRule.d.ts +181 -0
  264. package/securityRule.js +161 -0
  265. package/securityRule.js.map +1 -1
  266. package/serviceConnection.d.ts +82 -3
  267. package/serviceConnection.js +81 -2
  268. package/serviceConnection.js.map +1 -1
  269. package/serviceConnectionGroup.d.ts +100 -0
  270. package/serviceConnectionGroup.js +100 -0
  271. package/serviceConnectionGroup.js.map +1 -1
  272. package/serviceGroup.d.ts +2 -2
  273. package/serviceGroup.js +2 -2
  274. package/snippet.d.ts +23 -0
  275. package/snippet.js +23 -0
  276. package/snippet.js.map +1 -1
  277. package/tag.d.ts +3 -3
  278. package/tag.js +3 -3
  279. package/tunnelInterface.d.ts +42 -12
  280. package/tunnelInterface.js +32 -2
  281. package/tunnelInterface.js.map +1 -1
  282. package/types/input.d.ts +607 -335
  283. package/types/output.d.ts +1945 -1069
  284. package/vlanInterface.d.ts +40 -20
  285. package/vlanInterface.js +20 -0
  286. package/vlanInterface.js.map +1 -1
  287. package/vulnerabilityProtectionSignature.d.ts +12 -10
  288. package/vulnerabilityProtectionSignature.js +14 -0
  289. package/vulnerabilityProtectionSignature.js.map +1 -1
  290. package/zone.d.ts +71 -0
  291. package/zone.js +71 -0
  292. package/zone.js.map +1 -1
  293. package/aggregateEthernetInterface.js.map +0 -1
  294. package/getAggregateEthernetInterface.d.ts +0 -78
  295. package/getAggregateEthernetInterface.js +0 -30
  296. package/getAggregateEthernetInterface.js.map +0 -1
  297. package/getAggregateEthernetInterfaceList.js +0 -40
  298. package/getAggregateEthernetInterfaceList.js.map +0 -1
package/types/input.d.ts CHANGED
@@ -6,17 +6,17 @@ export interface AddressGroupDynamic {
6
6
  */
7
7
  filter: pulumi.Input<string>;
8
8
  }
9
- export interface AggregateEthernetInterfaceLayer2 {
9
+ export interface AggregateInterfaceLayer2 {
10
10
  /**
11
11
  * Lacp
12
12
  */
13
- lacp?: pulumi.Input<inputs.AggregateEthernetInterfaceLayer2Lacp>;
13
+ lacp?: pulumi.Input<inputs.AggregateInterfaceLayer2Lacp>;
14
14
  /**
15
- * Vlan tag
15
+ * VLAN tag
16
16
  */
17
- vlanTag?: pulumi.Input<number>;
17
+ vlanTag?: pulumi.Input<string>;
18
18
  }
19
- export interface AggregateEthernetInterfaceLayer2Lacp {
19
+ export interface AggregateInterfaceLayer2Lacp {
20
20
  /**
21
21
  * Enable LACP?
22
22
  */
@@ -26,7 +26,7 @@ export interface AggregateEthernetInterfaceLayer2Lacp {
26
26
  */
27
27
  fastFailover?: pulumi.Input<boolean>;
28
28
  /**
29
- * Max ports
29
+ * Maximum number of physical ports bundled in the LAG
30
30
  */
31
31
  maxPorts?: pulumi.Input<number>;
32
32
  /**
@@ -34,47 +34,47 @@ export interface AggregateEthernetInterfaceLayer2Lacp {
34
34
  */
35
35
  mode?: pulumi.Input<string>;
36
36
  /**
37
- * System priority
37
+ * LACP system priority in system ID
38
38
  */
39
39
  systemPriority?: pulumi.Input<number>;
40
40
  /**
41
- * Transmission rate
41
+ * Transmission mode
42
42
  */
43
43
  transmissionRate?: pulumi.Input<string>;
44
44
  }
45
- export interface AggregateEthernetInterfaceLayer3 {
45
+ export interface AggregateInterfaceLayer3 {
46
46
  /**
47
47
  * Aggregate Ethernet ARP configuration
48
48
  */
49
- arps?: pulumi.Input<pulumi.Input<inputs.AggregateEthernetInterfaceLayer3Arp>[]>;
49
+ arps?: pulumi.Input<pulumi.Input<inputs.AggregateInterfaceLayer3Arp>[]>;
50
50
  /**
51
- * Ddns config
51
+ * Dynamic DNS configuration specific to the Aggregate Interface.
52
52
  */
53
- ddnsConfig?: pulumi.Input<inputs.AggregateEthernetInterfaceLayer3DdnsConfig>;
53
+ ddnsConfig?: pulumi.Input<inputs.AggregateInterfaceLayer3DdnsConfig>;
54
54
  /**
55
- * Dhcp client
55
+ * Aggregate Ethernet DHCP Client Object
56
56
  */
57
- dhcpClient?: pulumi.Input<inputs.AggregateEthernetInterfaceLayer3DhcpClient>;
57
+ dhcpClient?: pulumi.Input<inputs.AggregateInterfaceLayer3DhcpClient>;
58
58
  /**
59
59
  * Interface management profile
60
60
  */
61
61
  interfaceManagementProfile?: pulumi.Input<string>;
62
62
  /**
63
- * Interface IP addresses
63
+ * Aggregate Interface IP addresses
64
64
  */
65
- ips?: pulumi.Input<pulumi.Input<string>[]>;
65
+ ips?: pulumi.Input<pulumi.Input<inputs.AggregateInterfaceLayer3Ip>[]>;
66
66
  /**
67
67
  * Lacp
68
68
  */
69
- lacp?: pulumi.Input<inputs.AggregateEthernetInterfaceLayer3Lacp>;
69
+ lacp?: pulumi.Input<inputs.AggregateInterfaceLayer3Lacp>;
70
70
  /**
71
71
  * MTU
72
72
  */
73
73
  mtu?: pulumi.Input<number>;
74
74
  }
75
- export interface AggregateEthernetInterfaceLayer3Arp {
75
+ export interface AggregateInterfaceLayer3Arp {
76
76
  /**
77
- * Hw address
77
+ * MAC address
78
78
  */
79
79
  hwAddress?: pulumi.Input<string>;
80
80
  /**
@@ -82,65 +82,71 @@ export interface AggregateEthernetInterfaceLayer3Arp {
82
82
  */
83
83
  name?: pulumi.Input<string>;
84
84
  }
85
- export interface AggregateEthernetInterfaceLayer3DdnsConfig {
85
+ export interface AggregateInterfaceLayer3DdnsConfig {
86
86
  /**
87
- * Ddns cert profile
87
+ * Certificate profile
88
88
  */
89
- ddnsCertProfile?: pulumi.Input<string>;
89
+ ddnsCertProfile: pulumi.Input<string>;
90
90
  /**
91
- * Ddns enabled
91
+ * Enable DDNS?
92
92
  */
93
93
  ddnsEnabled?: pulumi.Input<boolean>;
94
94
  /**
95
95
  * Ddns hostname
96
96
  */
97
- ddnsHostname?: pulumi.Input<string>;
97
+ ddnsHostname: pulumi.Input<string>;
98
98
  /**
99
- * Ddns ip
99
+ * IP to register (static only)
100
100
  */
101
101
  ddnsIp?: pulumi.Input<string>;
102
102
  /**
103
- * Ddns update interval
103
+ * Update interval (days)
104
104
  */
105
105
  ddnsUpdateInterval?: pulumi.Input<number>;
106
106
  /**
107
- * Ddns vendor
107
+ * DDNS vendor
108
108
  */
109
- ddnsVendor?: pulumi.Input<string>;
109
+ ddnsVendor: pulumi.Input<string>;
110
110
  /**
111
- * Ddns vendor config
111
+ * DDNS vendor
112
112
  */
113
- ddnsVendorConfig?: pulumi.Input<string>;
113
+ ddnsVendorConfig: pulumi.Input<string>;
114
114
  }
115
- export interface AggregateEthernetInterfaceLayer3DhcpClient {
115
+ export interface AggregateInterfaceLayer3DhcpClient {
116
116
  /**
117
- * Create default route
117
+ * Automatically create default route pointing to default gateway provided by server
118
118
  */
119
119
  createDefaultRoute?: pulumi.Input<boolean>;
120
120
  /**
121
- * Default route metric
121
+ * Metric of the default route created
122
122
  */
123
123
  defaultRouteMetric?: pulumi.Input<number>;
124
124
  /**
125
- * Enable
125
+ * Enable DHCP?
126
126
  */
127
127
  enable?: pulumi.Input<boolean>;
128
128
  /**
129
- * Send hostname
129
+ * Aggregate Ethernet DHCP Client Send hostname
130
130
  */
131
- sendHostname?: pulumi.Input<inputs.AggregateEthernetInterfaceLayer3DhcpClientSendHostname>;
131
+ sendHostname?: pulumi.Input<inputs.AggregateInterfaceLayer3DhcpClientSendHostname>;
132
132
  }
133
- export interface AggregateEthernetInterfaceLayer3DhcpClientSendHostname {
133
+ export interface AggregateInterfaceLayer3DhcpClientSendHostname {
134
134
  /**
135
135
  * Enable
136
136
  */
137
137
  enable?: pulumi.Input<boolean>;
138
138
  /**
139
- * Hostname
139
+ * Set interface hostname
140
140
  */
141
141
  hostname?: pulumi.Input<string>;
142
142
  }
143
- export interface AggregateEthernetInterfaceLayer3Lacp {
143
+ export interface AggregateInterfaceLayer3Ip {
144
+ /**
145
+ * Aggregate Interface IP addresses name
146
+ */
147
+ name: pulumi.Input<string>;
148
+ }
149
+ export interface AggregateInterfaceLayer3Lacp {
144
150
  /**
145
151
  * Enable LACP?
146
152
  */
@@ -150,7 +156,7 @@ export interface AggregateEthernetInterfaceLayer3Lacp {
150
156
  */
151
157
  fastFailover?: pulumi.Input<boolean>;
152
158
  /**
153
- * Max ports
159
+ * Maximum number of physical ports bundled in the LAG
154
160
  */
155
161
  maxPorts?: pulumi.Input<number>;
156
162
  /**
@@ -158,11 +164,11 @@ export interface AggregateEthernetInterfaceLayer3Lacp {
158
164
  */
159
165
  mode?: pulumi.Input<string>;
160
166
  /**
161
- * System priority
167
+ * LACP system priority in system ID
162
168
  */
163
169
  systemPriority?: pulumi.Input<number>;
164
170
  /**
165
- * Transmission rate
171
+ * Transmission mode
166
172
  */
167
173
  transmissionRate?: pulumi.Input<string>;
168
174
  }
@@ -1006,7 +1012,7 @@ export interface BgpAddressFamilyProfileIpv4Ipv4Multicast {
1006
1012
  /**
1007
1013
  * Remove private a s
1008
1014
  */
1009
- removePrivateAS?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Ipv4MulticastRemovePrivateAS>;
1015
+ removePrivateAs?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Ipv4MulticastRemovePrivateAs>;
1010
1016
  /**
1011
1017
  * Route reflector client?
1012
1018
  */
@@ -1028,7 +1034,7 @@ export interface BgpAddressFamilyProfileIpv4Ipv4MulticastAddPath {
1028
1034
  /**
1029
1035
  * Tx bestpath per a s
1030
1036
  */
1031
- txBestpathPerAS?: pulumi.Input<boolean>;
1037
+ txBestpathPerAs?: pulumi.Input<boolean>;
1032
1038
  }
1033
1039
  export interface BgpAddressFamilyProfileIpv4Ipv4MulticastAllowasIn {
1034
1040
  /**
@@ -1094,15 +1100,19 @@ export interface BgpAddressFamilyProfileIpv4Ipv4MulticastOrf {
1094
1100
  */
1095
1101
  orfPrefixList?: pulumi.Input<string>;
1096
1102
  }
1097
- export interface BgpAddressFamilyProfileIpv4Ipv4MulticastRemovePrivateAS {
1103
+ export interface BgpAddressFamilyProfileIpv4Ipv4MulticastRemovePrivateAs {
1098
1104
  /**
1099
1105
  * All
1100
1106
  */
1101
- all?: pulumi.Input<string>;
1107
+ all?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Ipv4MulticastRemovePrivateAsAll>;
1102
1108
  /**
1103
1109
  * Replace a s
1104
1110
  */
1105
- replaceAS?: pulumi.Input<string>;
1111
+ replaceAs?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Ipv4MulticastRemovePrivateAsReplaceAs>;
1112
+ }
1113
+ export interface BgpAddressFamilyProfileIpv4Ipv4MulticastRemovePrivateAsAll {
1114
+ }
1115
+ export interface BgpAddressFamilyProfileIpv4Ipv4MulticastRemovePrivateAsReplaceAs {
1106
1116
  }
1107
1117
  export interface BgpAddressFamilyProfileIpv4Ipv4MulticastSendCommunity {
1108
1118
  /**
@@ -1176,7 +1186,7 @@ export interface BgpAddressFamilyProfileIpv4Ipv4Unicast {
1176
1186
  /**
1177
1187
  * Remove private a s
1178
1188
  */
1179
- removePrivateAS?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Ipv4UnicastRemovePrivateAS>;
1189
+ removePrivateAs?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Ipv4UnicastRemovePrivateAs>;
1180
1190
  /**
1181
1191
  * Route reflector client?
1182
1192
  */
@@ -1198,7 +1208,7 @@ export interface BgpAddressFamilyProfileIpv4Ipv4UnicastAddPath {
1198
1208
  /**
1199
1209
  * Tx bestpath per a s
1200
1210
  */
1201
- txBestpathPerAS?: pulumi.Input<boolean>;
1211
+ txBestpathPerAs?: pulumi.Input<boolean>;
1202
1212
  }
1203
1213
  export interface BgpAddressFamilyProfileIpv4Ipv4UnicastAllowasIn {
1204
1214
  /**
@@ -1264,15 +1274,19 @@ export interface BgpAddressFamilyProfileIpv4Ipv4UnicastOrf {
1264
1274
  */
1265
1275
  orfPrefixList?: pulumi.Input<string>;
1266
1276
  }
1267
- export interface BgpAddressFamilyProfileIpv4Ipv4UnicastRemovePrivateAS {
1277
+ export interface BgpAddressFamilyProfileIpv4Ipv4UnicastRemovePrivateAs {
1268
1278
  /**
1269
1279
  * All
1270
1280
  */
1271
- all?: pulumi.Input<string>;
1281
+ all?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Ipv4UnicastRemovePrivateAsAll>;
1272
1282
  /**
1273
1283
  * Replace a s
1274
1284
  */
1275
- replaceAS?: pulumi.Input<string>;
1285
+ replaceAs?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Ipv4UnicastRemovePrivateAsReplaceAs>;
1286
+ }
1287
+ export interface BgpAddressFamilyProfileIpv4Ipv4UnicastRemovePrivateAsAll {
1288
+ }
1289
+ export interface BgpAddressFamilyProfileIpv4Ipv4UnicastRemovePrivateAsReplaceAs {
1276
1290
  }
1277
1291
  export interface BgpAddressFamilyProfileIpv4Ipv4UnicastSendCommunity {
1278
1292
  /**
@@ -1586,23 +1600,23 @@ export interface BgpRouteMapRedistributionBgp {
1586
1600
  */
1587
1601
  ospf?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspf>;
1588
1602
  /**
1589
- * Rib
1603
+ * BGP Root RIB
1590
1604
  */
1591
1605
  rib?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpRib>;
1592
1606
  }
1593
1607
  export interface BgpRouteMapRedistributionBgpOspf {
1594
1608
  /**
1595
- * Route maps
1609
+ * BGP Root OSPF Route maps
1596
1610
  */
1597
1611
  routeMaps?: pulumi.Input<pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspfRouteMap>[]>;
1598
1612
  }
1599
1613
  export interface BgpRouteMapRedistributionBgpOspfRouteMap {
1600
1614
  /**
1601
- * Action
1615
+ * BGP Root OSPF Route maps Action
1602
1616
  */
1603
1617
  action?: pulumi.Input<string>;
1604
1618
  /**
1605
- * Description
1619
+ * BGP Root OSPF Route maps Description
1606
1620
  */
1607
1621
  description?: pulumi.Input<string>;
1608
1622
  /**
@@ -1610,101 +1624,101 @@ export interface BgpRouteMapRedistributionBgpOspfRouteMap {
1610
1624
  */
1611
1625
  match?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspfRouteMapMatch>;
1612
1626
  /**
1613
- * Sequence number
1627
+ * BGP Root OSPF Route maps Sequence number
1614
1628
  */
1615
1629
  name?: pulumi.Input<number>;
1616
1630
  /**
1617
- * Set
1631
+ * BGP Root OSPF Set
1618
1632
  */
1619
1633
  set?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspfRouteMapSet>;
1620
1634
  }
1621
1635
  export interface BgpRouteMapRedistributionBgpOspfRouteMapMatch {
1622
1636
  /**
1623
- * AS path access list
1637
+ * BGP Root OSPF Route maps match AS path access list
1624
1638
  */
1625
1639
  asPathAccessList?: pulumi.Input<string>;
1626
1640
  /**
1627
- * Extended community
1641
+ * EBGP Root OSPF Route maps match xtended community
1628
1642
  */
1629
1643
  extendedCommunity?: pulumi.Input<string>;
1630
1644
  /**
1631
- * Interface
1645
+ * BGP Root OSPF Route maps match Interface
1632
1646
  */
1633
1647
  interface?: pulumi.Input<string>;
1634
1648
  /**
1635
- * bgp-route-map-redistributions ipv4 object
1649
+ * BGP Root OSPF Route maps match bgp-route-map-redistributions ipv4 object
1636
1650
  */
1637
1651
  ipv4?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspfRouteMapMatchIpv4>;
1638
1652
  /**
1639
- * Large community
1653
+ * BGP Root OSPF Route maps match Large community
1640
1654
  */
1641
1655
  largeCommunity?: pulumi.Input<string>;
1642
1656
  /**
1643
- * Local preference
1657
+ * BGP Root OSPF Route maps match Local preference
1644
1658
  */
1645
1659
  localPreference?: pulumi.Input<number>;
1646
1660
  /**
1647
- * Metric
1661
+ * BGP Root OSPF Route maps match Metric
1648
1662
  */
1649
1663
  metric?: pulumi.Input<number>;
1650
1664
  /**
1651
- * Origin
1665
+ * BGP Root OSPF Route maps match Origin
1652
1666
  */
1653
1667
  origin?: pulumi.Input<string>;
1654
1668
  /**
1655
- * Peer
1669
+ * BGP Root OSPF Route maps match Peer
1656
1670
  */
1657
1671
  peer?: pulumi.Input<string>;
1658
1672
  /**
1659
- * Regular community
1673
+ * BGP Root OSPF Route maps match Regular community
1660
1674
  */
1661
1675
  regularCommunity?: pulumi.Input<string>;
1662
1676
  /**
1663
- * Tag
1677
+ * BGP Root OSPF Route maps match Tag
1664
1678
  */
1665
1679
  tag?: pulumi.Input<number>;
1666
1680
  }
1667
1681
  export interface BgpRouteMapRedistributionBgpOspfRouteMapMatchIpv4 {
1668
1682
  /**
1669
- * bgp-route-map-redistributions ipv4 object address
1683
+ * BGP Root OSPF Route maps match bgp-route-map-redistributions ipv4 object address
1670
1684
  */
1671
1685
  address?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspfRouteMapMatchIpv4Address>;
1672
1686
  /**
1673
- * bgp-route-map-redistributions ipv4 object next*hop
1687
+ * BGP Root OSPF Route maps match bgp-route-map-redistributions ipv4 object next*hop
1674
1688
  */
1675
1689
  nextHop?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspfRouteMapMatchIpv4NextHop>;
1676
1690
  /**
1677
- * bgp-route-map-redistributions ipv4 object route*source
1691
+ * BGP Root OSPF Route maps ipv4 bgp-route-map-redistributions ipv4 object route*source
1678
1692
  */
1679
1693
  routeSource?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspfRouteMapMatchIpv4RouteSource>;
1680
1694
  }
1681
1695
  export interface BgpRouteMapRedistributionBgpOspfRouteMapMatchIpv4Address {
1682
1696
  /**
1683
- * Access list
1697
+ * BGP Root OSPF Route maps match ipv4 Access list
1684
1698
  */
1685
1699
  accessList?: pulumi.Input<string>;
1686
1700
  /**
1687
- * Prefix list
1701
+ * BGP Root OSPF Route maps match ipv4 Prefix list
1688
1702
  */
1689
1703
  prefixList?: pulumi.Input<string>;
1690
1704
  }
1691
1705
  export interface BgpRouteMapRedistributionBgpOspfRouteMapMatchIpv4NextHop {
1692
1706
  /**
1693
- * Access list
1707
+ * BGP Root OSPF Route maps ipv4 nextVr hop Access list
1694
1708
  */
1695
1709
  accessList?: pulumi.Input<string>;
1696
1710
  /**
1697
- * Prefix list
1711
+ * BGP Root OSPF Route maps ipv4 next hop Prefix list
1698
1712
  */
1699
1713
  prefixList?: pulumi.Input<string>;
1700
1714
  }
1701
1715
  export interface BgpRouteMapRedistributionBgpOspfRouteMapMatchIpv4RouteSource {
1702
1716
  /**
1703
- * Access list
1717
+ * BGP Root OSPF Route maps ipv4 route source Access list
1704
1718
  */
1705
1719
  accessList?: pulumi.Input<string>;
1706
1720
  /**
1707
- * Prefix list
1721
+ * BGP Root OSPF Route maps ipv4 route source Prefix list
1708
1722
  */
1709
1723
  prefixList?: pulumi.Input<string>;
1710
1724
  }
@@ -1714,95 +1728,95 @@ export interface BgpRouteMapRedistributionBgpOspfRouteMapSet {
1714
1728
  */
1715
1729
  metric?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspfRouteMapSetMetric>;
1716
1730
  /**
1717
- * Metric type
1731
+ * BGP Root OSPF Route maps set Metric type
1718
1732
  */
1719
1733
  metricType?: pulumi.Input<string>;
1720
1734
  /**
1721
- * Tag
1735
+ * BGP Root OSPF Route maps set Tag
1722
1736
  */
1723
1737
  tag?: pulumi.Input<number>;
1724
1738
  }
1725
1739
  export interface BgpRouteMapRedistributionBgpOspfRouteMapSetMetric {
1726
1740
  /**
1727
- * Metric action
1741
+ * BGP Root OSPF Route maps set Metric action
1728
1742
  */
1729
1743
  action?: pulumi.Input<string>;
1730
1744
  /**
1731
- * Metric value
1745
+ * BGP Root OSPF Route maps set Metric value
1732
1746
  */
1733
1747
  value?: pulumi.Input<number>;
1734
1748
  }
1735
1749
  export interface BgpRouteMapRedistributionBgpRib {
1736
1750
  /**
1737
- * Route maps
1751
+ * BGP Root RIB Route maps
1738
1752
  */
1739
1753
  routeMaps?: pulumi.Input<pulumi.Input<inputs.BgpRouteMapRedistributionBgpRibRouteMap>[]>;
1740
1754
  }
1741
1755
  export interface BgpRouteMapRedistributionBgpRibRouteMap {
1742
1756
  /**
1743
- * Action
1757
+ * BGP Root RIB Route maps Action
1744
1758
  */
1745
1759
  action?: pulumi.Input<string>;
1746
1760
  /**
1747
- * Description
1761
+ * BGP Root RIB Route maps Description
1748
1762
  */
1749
1763
  description?: pulumi.Input<string>;
1750
1764
  /**
1751
- * Match
1765
+ * match attribute for BG Rib route map
1752
1766
  */
1753
1767
  match?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpRibRouteMapMatch>;
1754
1768
  /**
1755
- * Sequence number
1769
+ * BGP Root RIB Route maps Sequence number
1756
1770
  */
1757
1771
  name?: pulumi.Input<number>;
1758
1772
  /**
1759
- * Set
1773
+ * Set attributes for BGP route map
1760
1774
  */
1761
1775
  set?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpRibRouteMapSet>;
1762
1776
  }
1763
1777
  export interface BgpRouteMapRedistributionBgpRibRouteMapMatch {
1764
1778
  /**
1765
- * AS path access list
1779
+ * BGP Root RIB Route maps match AS path access list
1766
1780
  */
1767
1781
  asPathAccessList?: pulumi.Input<string>;
1768
1782
  /**
1769
- * Extended community
1783
+ * BGP Root RIB Route maps match Extended community
1770
1784
  */
1771
1785
  extendedCommunity?: pulumi.Input<string>;
1772
1786
  /**
1773
- * Interface
1787
+ * BGP Root RIB Route maps match Interface
1774
1788
  */
1775
1789
  interface?: pulumi.Input<string>;
1776
1790
  /**
1777
- * Ipv4
1791
+ * BGP Route Map Redistributions Root BGP rib Route Map IPv4
1778
1792
  */
1779
1793
  ipv4?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpRibRouteMapMatchIpv4>;
1780
1794
  /**
1781
- * Large community
1795
+ * BGP Root RIB Route maps match Large community
1782
1796
  */
1783
1797
  largeCommunity?: pulumi.Input<string>;
1784
1798
  /**
1785
- * Local preference
1799
+ * BGP Root RIB Route maps match Local preference
1786
1800
  */
1787
1801
  localPreference?: pulumi.Input<number>;
1788
1802
  /**
1789
- * Metric
1803
+ * BGP Root RIB Route maps match Metric
1790
1804
  */
1791
1805
  metric?: pulumi.Input<number>;
1792
1806
  /**
1793
- * Origin
1807
+ * BGP Root RIB Route maps match Origin
1794
1808
  */
1795
1809
  origin?: pulumi.Input<string>;
1796
1810
  /**
1797
- * Peer
1811
+ * BGP Root RIB Route maps match Peer
1798
1812
  */
1799
1813
  peer?: pulumi.Input<string>;
1800
1814
  /**
1801
- * Regular community
1815
+ * BGP Root RIB Route maps match Regular community
1802
1816
  */
1803
1817
  regularCommunity?: pulumi.Input<string>;
1804
1818
  /**
1805
- * Tag
1819
+ * BGP Root RIB Route maps match Tag
1806
1820
  */
1807
1821
  tag?: pulumi.Input<number>;
1808
1822
  }
@@ -1822,43 +1836,43 @@ export interface BgpRouteMapRedistributionBgpRibRouteMapMatchIpv4 {
1822
1836
  }
1823
1837
  export interface BgpRouteMapRedistributionBgpRibRouteMapMatchIpv4Address {
1824
1838
  /**
1825
- * Access list
1839
+ * BGP Root RIB Route maps match ipv Access list
1826
1840
  */
1827
1841
  accessList?: pulumi.Input<string>;
1828
1842
  /**
1829
- * Prefix list
1843
+ * BGP Root RIB Route maps match ipv Prefix list
1830
1844
  */
1831
1845
  prefixList?: pulumi.Input<string>;
1832
1846
  }
1833
1847
  export interface BgpRouteMapRedistributionBgpRibRouteMapMatchIpv4NextHop {
1834
1848
  /**
1835
- * Access list
1849
+ * BGP Root RIB Route maps match ipv next hop Access list
1836
1850
  */
1837
1851
  accessList?: pulumi.Input<string>;
1838
1852
  /**
1839
- * Prefix list
1853
+ * BGP Root RIB Route maps match ipv next hop Prefix list
1840
1854
  */
1841
1855
  prefixList?: pulumi.Input<string>;
1842
1856
  }
1843
1857
  export interface BgpRouteMapRedistributionBgpRibRouteMapMatchIpv4RouteSource {
1844
1858
  /**
1845
- * Access list
1859
+ * BGP Root RIB Route maps match ipv route source Access list
1846
1860
  */
1847
1861
  accessList?: pulumi.Input<string>;
1848
1862
  /**
1849
- * Prefix list
1863
+ * BGP Root RIB Route maps match ipv route source Prefix list
1850
1864
  */
1851
1865
  prefixList?: pulumi.Input<string>;
1852
1866
  }
1853
1867
  export interface BgpRouteMapRedistributionBgpRibRouteMapSet {
1854
1868
  /**
1855
- * Source address
1869
+ * BGP Root RIB Route maps set Source address
1856
1870
  */
1857
1871
  sourceAddress?: pulumi.Input<string>;
1858
1872
  }
1859
1873
  export interface BgpRouteMapRedistributionConnectedStatic {
1860
1874
  /**
1861
- * Bgp
1875
+ * Connected Static Root BGP
1862
1876
  */
1863
1877
  bgp?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgp>;
1864
1878
  /**
@@ -1872,17 +1886,17 @@ export interface BgpRouteMapRedistributionConnectedStatic {
1872
1886
  }
1873
1887
  export interface BgpRouteMapRedistributionConnectedStaticBgp {
1874
1888
  /**
1875
- * Route maps
1889
+ * Connected Static BGP Route maps
1876
1890
  */
1877
1891
  routeMaps?: pulumi.Input<pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgpRouteMap>[]>;
1878
1892
  }
1879
1893
  export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMap {
1880
1894
  /**
1881
- * Action
1895
+ * Connected Static BGP Route maps Action
1882
1896
  */
1883
1897
  action?: pulumi.Input<string>;
1884
1898
  /**
1885
- * Description
1899
+ * Connected Static BGP Route maps Description
1886
1900
  */
1887
1901
  description?: pulumi.Input<string>;
1888
1902
  /**
@@ -1890,7 +1904,7 @@ export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMap {
1890
1904
  */
1891
1905
  match?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgpRouteMapMatch>;
1892
1906
  /**
1893
- * Sequence number
1907
+ * Connected Static BGP Route maps Sequence number
1894
1908
  */
1895
1909
  name?: pulumi.Input<number>;
1896
1910
  /**
@@ -1900,7 +1914,7 @@ export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMap {
1900
1914
  }
1901
1915
  export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapMatch {
1902
1916
  /**
1903
- * Interface
1917
+ * Connected Static BGP Route maps match Interface
1904
1918
  */
1905
1919
  interface?: pulumi.Input<string>;
1906
1920
  /**
@@ -1908,7 +1922,7 @@ export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapMatch {
1908
1922
  */
1909
1923
  ipv4?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgpRouteMapMatchIpv4>;
1910
1924
  /**
1911
- * Metric
1925
+ * Connected Static BGP Route maps match Metric
1912
1926
  */
1913
1927
  metric?: pulumi.Input<number>;
1914
1928
  }
@@ -1924,21 +1938,21 @@ export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapMatchIpv4 {
1924
1938
  }
1925
1939
  export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapMatchIpv4Address {
1926
1940
  /**
1927
- * Access list
1941
+ * Connected Static BGP Route maps match ip4 Access list
1928
1942
  */
1929
1943
  accessList?: pulumi.Input<string>;
1930
1944
  /**
1931
- * Prefix list
1945
+ * Connected Static BGP Route maps match ip4 Prefix list
1932
1946
  */
1933
1947
  prefixList?: pulumi.Input<string>;
1934
1948
  }
1935
1949
  export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapMatchIpv4NextHop {
1936
1950
  /**
1937
- * Access list
1951
+ * Connected Static BGP Route maps match ip4 next hop Access list
1938
1952
  */
1939
1953
  accessList?: pulumi.Input<string>;
1940
1954
  /**
1941
- * Prefix list
1955
+ * Connected Static BGP Route maps match ip4 next hop Prefix list
1942
1956
  */
1943
1957
  prefixList?: pulumi.Input<string>;
1944
1958
  }
@@ -1948,11 +1962,11 @@ export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapSet {
1948
1962
  */
1949
1963
  aggregator?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgpRouteMapSetAggregator>;
1950
1964
  /**
1951
- * AS numbers
1965
+ * Connected Static BGP Route maps set AS numbers
1952
1966
  */
1953
1967
  aspathPrepends?: pulumi.Input<pulumi.Input<number>[]>;
1954
1968
  /**
1955
- * Enable BGP atomic aggregate?
1969
+ * Connected Static BGP Route maps set Enable BGP atomic aggregate?
1956
1970
  */
1957
1971
  atomicAggregate?: pulumi.Input<boolean>;
1958
1972
  /**
@@ -1960,11 +1974,11 @@ export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapSet {
1960
1974
  */
1961
1975
  ipv4?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgpRouteMapSetIpv4>;
1962
1976
  /**
1963
- * Large communities
1977
+ * Connected Static BGP Route maps set Large communities
1964
1978
  */
1965
1979
  largeCommunities?: pulumi.Input<pulumi.Input<string>[]>;
1966
1980
  /**
1967
- * Local preference
1981
+ * Connected Static BGP Route maps set Local preference
1968
1982
  */
1969
1983
  localPreference?: pulumi.Input<number>;
1970
1984
  /**
@@ -1972,69 +1986,69 @@ export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapSet {
1972
1986
  */
1973
1987
  metric?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgpRouteMapSetMetric>;
1974
1988
  /**
1975
- * Origin
1989
+ * Connected Static BGP Route maps set Origin
1976
1990
  */
1977
1991
  origin?: pulumi.Input<string>;
1978
1992
  /**
1979
- * Originator ID
1993
+ * Connected Static BGP Route maps set Originator ID
1980
1994
  */
1981
1995
  originatorId?: pulumi.Input<string>;
1982
1996
  /**
1983
- * Regular communities
1997
+ * Connected Static BGP Route maps set Regular communities
1984
1998
  */
1985
1999
  regularCommunities?: pulumi.Input<pulumi.Input<string>[]>;
1986
2000
  /**
1987
- * Tag
2001
+ * Connected Static BGP Route maps set Tag
1988
2002
  */
1989
2003
  tag?: pulumi.Input<number>;
1990
2004
  /**
1991
- * Weight
2005
+ * Connected Static BGP Route maps set Weight
1992
2006
  */
1993
2007
  weight?: pulumi.Input<number>;
1994
2008
  }
1995
2009
  export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapSetAggregator {
1996
2010
  /**
1997
- * Aggregator AS
2011
+ * Connected Static BGP Route maps set Aggregator AS
1998
2012
  */
1999
2013
  as?: pulumi.Input<number>;
2000
2014
  /**
2001
- * Router ID
2015
+ * Connected Static BGP Route maps set Router ID
2002
2016
  */
2003
2017
  routerId?: pulumi.Input<string>;
2004
2018
  }
2005
2019
  export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapSetIpv4 {
2006
2020
  /**
2007
- * Next hop
2021
+ * Connected Static BGP Route maps set Next ipv4 hop
2008
2022
  */
2009
2023
  nextHop?: pulumi.Input<string>;
2010
2024
  /**
2011
- * Source address
2025
+ * Connected Static BGP Route maps set ipv4 Source address
2012
2026
  */
2013
2027
  sourceAddress?: pulumi.Input<string>;
2014
2028
  }
2015
2029
  export interface BgpRouteMapRedistributionConnectedStaticBgpRouteMapSetMetric {
2016
2030
  /**
2017
- * Metric action
2031
+ * Connected Static BGP Route maps set Metric action
2018
2032
  */
2019
2033
  action?: pulumi.Input<string>;
2020
2034
  /**
2021
- * Metric value
2035
+ * Connected Static BGP Route maps set Metric value
2022
2036
  */
2023
2037
  value?: pulumi.Input<number>;
2024
2038
  }
2025
2039
  export interface BgpRouteMapRedistributionConnectedStaticOspf {
2026
2040
  /**
2027
- * Route maps
2041
+ * Connected Static BGP OSPF Route maps
2028
2042
  */
2029
2043
  routeMaps?: pulumi.Input<pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticOspfRouteMap>[]>;
2030
2044
  }
2031
2045
  export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMap {
2032
2046
  /**
2033
- * Action
2047
+ * Connected Static BGP OSPF Route map Action
2034
2048
  */
2035
2049
  action?: pulumi.Input<string>;
2036
2050
  /**
2037
- * Description
2051
+ * Connected Static BGP OSPF Route map Description
2038
2052
  */
2039
2053
  description?: pulumi.Input<string>;
2040
2054
  /**
@@ -2042,17 +2056,17 @@ export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMap {
2042
2056
  */
2043
2057
  match?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatch>;
2044
2058
  /**
2045
- * Sequence number
2059
+ * Connected Static BGP OSPF Route map Sequence number
2046
2060
  */
2047
2061
  name?: pulumi.Input<number>;
2048
2062
  /**
2049
- * Set
2063
+ * Connected Static Root OSPF Set
2050
2064
  */
2051
2065
  set?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticOspfRouteMapSet>;
2052
2066
  }
2053
2067
  export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatch {
2054
2068
  /**
2055
- * Interface
2069
+ * Connected Static BGP OSPF Route map Interface
2056
2070
  */
2057
2071
  interface?: pulumi.Input<string>;
2058
2072
  /**
@@ -2060,13 +2074,13 @@ export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatch {
2060
2074
  */
2061
2075
  ipv4?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatchIpv4>;
2062
2076
  /**
2063
- * Metric
2077
+ * Connected Static BGP OSPF Route map Metric
2064
2078
  */
2065
2079
  metric?: pulumi.Input<number>;
2066
2080
  }
2067
2081
  export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatchIpv4 {
2068
2082
  /**
2069
- * Address
2083
+ * Connected Static Root OSPF Address
2070
2084
  */
2071
2085
  address?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatchIpv4Address>;
2072
2086
  /**
@@ -2076,21 +2090,21 @@ export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatchIpv4 {
2076
2090
  }
2077
2091
  export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatchIpv4Address {
2078
2092
  /**
2079
- * Access list
2093
+ * Connected Static BGP OSPF Route map ipv4 Access list
2080
2094
  */
2081
2095
  accessList?: pulumi.Input<string>;
2082
2096
  /**
2083
- * Prefix list
2097
+ * Connected Static BGP OSPF Route map ipv4 Prefix list
2084
2098
  */
2085
2099
  prefixList?: pulumi.Input<string>;
2086
2100
  }
2087
2101
  export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMapMatchIpv4NextHop {
2088
2102
  /**
2089
- * Access list
2103
+ * Connected Static BGP OSPF Route map ipv4 next hop Access list
2090
2104
  */
2091
2105
  accessList?: pulumi.Input<string>;
2092
2106
  /**
2093
- * Prefix list
2107
+ * Connected Static BGP OSPF Route map ipv4 next hop Prefix list
2094
2108
  */
2095
2109
  prefixList?: pulumi.Input<string>;
2096
2110
  }
@@ -2100,37 +2114,37 @@ export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMapSet {
2100
2114
  */
2101
2115
  metric?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticOspfRouteMapSetMetric>;
2102
2116
  /**
2103
- * Metric type
2117
+ * Connected Static BGP OSPF Route map set Metric type
2104
2118
  */
2105
2119
  metricType?: pulumi.Input<string>;
2106
2120
  /**
2107
- * Tag
2121
+ * Connected Static BGP OSPF Route map set Tag
2108
2122
  */
2109
2123
  tag?: pulumi.Input<number>;
2110
2124
  }
2111
2125
  export interface BgpRouteMapRedistributionConnectedStaticOspfRouteMapSetMetric {
2112
2126
  /**
2113
- * Metric action
2127
+ * Connected Static BGP OSPF Route map set Metric action
2114
2128
  */
2115
2129
  action?: pulumi.Input<string>;
2116
2130
  /**
2117
- * Metric value
2131
+ * Connected Static BGP OSPF Route map set Metric value
2118
2132
  */
2119
2133
  value?: pulumi.Input<number>;
2120
2134
  }
2121
2135
  export interface BgpRouteMapRedistributionConnectedStaticRib {
2122
2136
  /**
2123
- * Route maps
2137
+ * Connected Static BGP Rib Route maps
2124
2138
  */
2125
2139
  routeMaps?: pulumi.Input<pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticRibRouteMap>[]>;
2126
2140
  }
2127
2141
  export interface BgpRouteMapRedistributionConnectedStaticRibRouteMap {
2128
2142
  /**
2129
- * Action
2143
+ * Connected Static BGP Rib Route maps Action
2130
2144
  */
2131
2145
  action?: pulumi.Input<string>;
2132
2146
  /**
2133
- * Description
2147
+ * Connected Static BGP Rib Route maps Description
2134
2148
  */
2135
2149
  description?: pulumi.Input<string>;
2136
2150
  /**
@@ -2138,17 +2152,17 @@ export interface BgpRouteMapRedistributionConnectedStaticRibRouteMap {
2138
2152
  */
2139
2153
  match?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticRibRouteMapMatch>;
2140
2154
  /**
2141
- * Sequence number
2155
+ * Connected Static BGP Rib Route maps Sequence number
2142
2156
  */
2143
2157
  name?: pulumi.Input<number>;
2144
2158
  /**
2145
- * Set
2159
+ * Connected Static Root RIB set
2146
2160
  */
2147
2161
  set?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticRibRouteMapSet>;
2148
2162
  }
2149
2163
  export interface BgpRouteMapRedistributionConnectedStaticRibRouteMapMatch {
2150
2164
  /**
2151
- * Interface
2165
+ * Connected Static BGP Rib Route maps Interface
2152
2166
  */
2153
2167
  interface?: pulumi.Input<string>;
2154
2168
  /**
@@ -2156,13 +2170,13 @@ export interface BgpRouteMapRedistributionConnectedStaticRibRouteMapMatch {
2156
2170
  */
2157
2171
  ipv4?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticRibRouteMapMatchIpv4>;
2158
2172
  /**
2159
- * Metric
2173
+ * Connected Static BGP Rib Route maps Metric
2160
2174
  */
2161
2175
  metric?: pulumi.Input<number>;
2162
2176
  }
2163
2177
  export interface BgpRouteMapRedistributionConnectedStaticRibRouteMapMatchIpv4 {
2164
2178
  /**
2165
- * Address
2179
+ * Connected Static BGP Rib Route maps ipv4 address
2166
2180
  */
2167
2181
  address?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticRibRouteMapMatchIpv4Address>;
2168
2182
  /**
@@ -2172,33 +2186,33 @@ export interface BgpRouteMapRedistributionConnectedStaticRibRouteMapMatchIpv4 {
2172
2186
  }
2173
2187
  export interface BgpRouteMapRedistributionConnectedStaticRibRouteMapMatchIpv4Address {
2174
2188
  /**
2175
- * Access list
2189
+ * Connected Static BGP Rib Route maps ipv4 Access list
2176
2190
  */
2177
2191
  accessList?: pulumi.Input<string>;
2178
2192
  /**
2179
- * Prefix list
2193
+ * Connected Static BGP Rib Route maps ipv4 Prefix list
2180
2194
  */
2181
2195
  prefixList?: pulumi.Input<string>;
2182
2196
  }
2183
2197
  export interface BgpRouteMapRedistributionConnectedStaticRibRouteMapMatchIpv4NextHop {
2184
2198
  /**
2185
- * Access list
2199
+ * Connected Static BGP Rib Route maps ipv4 nect hop Access list
2186
2200
  */
2187
2201
  accessList?: pulumi.Input<string>;
2188
2202
  /**
2189
- * Prefix list
2203
+ * Connected Static BGP Rib Route maps ipv4 next hop Prefix list
2190
2204
  */
2191
2205
  prefixList?: pulumi.Input<string>;
2192
2206
  }
2193
2207
  export interface BgpRouteMapRedistributionConnectedStaticRibRouteMapSet {
2194
2208
  /**
2195
- * Source address
2209
+ * Connected Static BGP Rib Route Map Distribution Source address
2196
2210
  */
2197
2211
  sourceAddress?: pulumi.Input<string>;
2198
2212
  }
2199
2213
  export interface BgpRouteMapRedistributionOspf {
2200
2214
  /**
2201
- * Bgp
2215
+ * OSPF Root BGP
2202
2216
  */
2203
2217
  bgp?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgp>;
2204
2218
  /**
@@ -2208,17 +2222,17 @@ export interface BgpRouteMapRedistributionOspf {
2208
2222
  }
2209
2223
  export interface BgpRouteMapRedistributionOspfBgp {
2210
2224
  /**
2211
- * Route maps
2225
+ * OSPF BGP Route maps
2212
2226
  */
2213
2227
  routeMaps?: pulumi.Input<pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgpRouteMap>[]>;
2214
2228
  }
2215
2229
  export interface BgpRouteMapRedistributionOspfBgpRouteMap {
2216
2230
  /**
2217
- * Action
2231
+ * OSPF BGP Route maps Action
2218
2232
  */
2219
2233
  action?: pulumi.Input<string>;
2220
2234
  /**
2221
- * Description
2235
+ * OSPF BGP Route maps Description
2222
2236
  */
2223
2237
  description?: pulumi.Input<string>;
2224
2238
  /**
@@ -2226,11 +2240,11 @@ export interface BgpRouteMapRedistributionOspfBgpRouteMap {
2226
2240
  */
2227
2241
  match?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgpRouteMapMatch>;
2228
2242
  /**
2229
- * Sequence number
2243
+ * OSPF BGP Route maps Sequence number
2230
2244
  */
2231
2245
  name?: pulumi.Input<number>;
2232
2246
  /**
2233
- * Set
2247
+ * OSPF Root Set
2234
2248
  */
2235
2249
  set?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgpRouteMapSet>;
2236
2250
  }
@@ -2240,11 +2254,11 @@ export interface BgpRouteMapRedistributionOspfBgpRouteMapMatch {
2240
2254
  */
2241
2255
  address?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgpRouteMapMatchAddress>;
2242
2256
  /**
2243
- * Interface
2257
+ * OSPF BGP Route maps Interface
2244
2258
  */
2245
2259
  interface?: pulumi.Input<string>;
2246
2260
  /**
2247
- * Metric
2261
+ * OSPF BGP Route maps Metric
2248
2262
  */
2249
2263
  metric?: pulumi.Input<number>;
2250
2264
  /**
@@ -2252,27 +2266,27 @@ export interface BgpRouteMapRedistributionOspfBgpRouteMapMatch {
2252
2266
  */
2253
2267
  nextHop?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgpRouteMapMatchNextHop>;
2254
2268
  /**
2255
- * Tag
2269
+ * OSPF BGP Route maps Tag
2256
2270
  */
2257
2271
  tag?: pulumi.Input<number>;
2258
2272
  }
2259
2273
  export interface BgpRouteMapRedistributionOspfBgpRouteMapMatchAddress {
2260
2274
  /**
2261
- * Access list
2275
+ * OSPF BGP Route maps match Access list
2262
2276
  */
2263
2277
  accessList?: pulumi.Input<string>;
2264
2278
  /**
2265
- * Prefix list
2279
+ * OSPF BGP Route maps match Prefix list
2266
2280
  */
2267
2281
  prefixList?: pulumi.Input<string>;
2268
2282
  }
2269
2283
  export interface BgpRouteMapRedistributionOspfBgpRouteMapMatchNextHop {
2270
2284
  /**
2271
- * Access list
2285
+ * OSPF BGP Route maps nextHop Access list
2272
2286
  */
2273
2287
  accessList?: pulumi.Input<string>;
2274
2288
  /**
2275
- * Prefix list
2289
+ * OSPF BGP Route maps nextHop Prefix list
2276
2290
  */
2277
2291
  prefixList?: pulumi.Input<string>;
2278
2292
  }
@@ -2282,11 +2296,11 @@ export interface BgpRouteMapRedistributionOspfBgpRouteMapSet {
2282
2296
  */
2283
2297
  aggregator?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgpRouteMapSetAggregator>;
2284
2298
  /**
2285
- * AS numbers
2299
+ * OSPF BGP Route maps set AS numbers
2286
2300
  */
2287
2301
  aspathPrepends?: pulumi.Input<pulumi.Input<number>[]>;
2288
2302
  /**
2289
- * Enable BGP atomic aggregate?
2303
+ * OSPF BGP Route maps set Enable BGP atomic aggregate?
2290
2304
  */
2291
2305
  atomicAggregate?: pulumi.Input<boolean>;
2292
2306
  /**
@@ -2294,11 +2308,11 @@ export interface BgpRouteMapRedistributionOspfBgpRouteMapSet {
2294
2308
  */
2295
2309
  ipv4?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgpRouteMapSetIpv4>;
2296
2310
  /**
2297
- * Large communities
2311
+ * OSPF BGP Route maps set Large communities
2298
2312
  */
2299
2313
  largeCommunities?: pulumi.Input<pulumi.Input<string>[]>;
2300
2314
  /**
2301
- * Local preference
2315
+ * OSPF BGP Route maps set Local preference
2302
2316
  */
2303
2317
  localPreference?: pulumi.Input<number>;
2304
2318
  /**
@@ -2306,69 +2320,69 @@ export interface BgpRouteMapRedistributionOspfBgpRouteMapSet {
2306
2320
  */
2307
2321
  metric?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgpRouteMapSetMetric>;
2308
2322
  /**
2309
- * Origin
2323
+ * OSPF BGP Route maps set Origin
2310
2324
  */
2311
2325
  origin?: pulumi.Input<string>;
2312
2326
  /**
2313
- * Originator ID
2327
+ * OSPF BGP Route maps set Originator ID
2314
2328
  */
2315
2329
  originatorId?: pulumi.Input<string>;
2316
2330
  /**
2317
- * Regular communities
2331
+ * OSPF BGP Route maps set Regular communities
2318
2332
  */
2319
2333
  regularCommunities?: pulumi.Input<pulumi.Input<string>[]>;
2320
2334
  /**
2321
- * Tag
2335
+ * OSPF BGP Route maps set Tag
2322
2336
  */
2323
2337
  tag?: pulumi.Input<number>;
2324
2338
  /**
2325
- * Weight
2339
+ * OSPF BGP Route maps set Weight
2326
2340
  */
2327
2341
  weight?: pulumi.Input<number>;
2328
2342
  }
2329
2343
  export interface BgpRouteMapRedistributionOspfBgpRouteMapSetAggregator {
2330
2344
  /**
2331
- * Aggregator AS
2345
+ * OSPF BGP Route maps set Aggregator AS
2332
2346
  */
2333
2347
  as?: pulumi.Input<number>;
2334
2348
  /**
2335
- * Router ID
2349
+ * OSPF BGP Route maps set Router ID
2336
2350
  */
2337
2351
  routerId?: pulumi.Input<string>;
2338
2352
  }
2339
2353
  export interface BgpRouteMapRedistributionOspfBgpRouteMapSetIpv4 {
2340
2354
  /**
2341
- * Next hop
2355
+ * OSPF BGP Route maps set ipv4 Next hop
2342
2356
  */
2343
2357
  nextHop?: pulumi.Input<string>;
2344
2358
  /**
2345
- * Source address
2359
+ * OSPF BGP Route maps set ipv4 Source address
2346
2360
  */
2347
2361
  sourceAddress?: pulumi.Input<string>;
2348
2362
  }
2349
2363
  export interface BgpRouteMapRedistributionOspfBgpRouteMapSetMetric {
2350
2364
  /**
2351
- * Metric action
2365
+ * OSPF BGP Route maps set Metric action
2352
2366
  */
2353
2367
  action?: pulumi.Input<string>;
2354
2368
  /**
2355
- * Metric value
2369
+ * OSPF BGP Route maps set Metric value
2356
2370
  */
2357
2371
  value?: pulumi.Input<number>;
2358
2372
  }
2359
2373
  export interface BgpRouteMapRedistributionOspfRib {
2360
2374
  /**
2361
- * Route maps
2375
+ * OSPF RIB Route maps set Route maps
2362
2376
  */
2363
2377
  routeMaps?: pulumi.Input<pulumi.Input<inputs.BgpRouteMapRedistributionOspfRibRouteMap>[]>;
2364
2378
  }
2365
2379
  export interface BgpRouteMapRedistributionOspfRibRouteMap {
2366
2380
  /**
2367
- * Action
2381
+ * OSPF RIB Route maps Action
2368
2382
  */
2369
2383
  action?: pulumi.Input<string>;
2370
2384
  /**
2371
- * Description
2385
+ * OSPF RIB Route maps Description
2372
2386
  */
2373
2387
  description?: pulumi.Input<string>;
2374
2388
  /**
@@ -2376,59 +2390,59 @@ export interface BgpRouteMapRedistributionOspfRibRouteMap {
2376
2390
  */
2377
2391
  match?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfRibRouteMapMatch>;
2378
2392
  /**
2379
- * Sequence number
2393
+ * OSPF RIB Route mapsSequence number
2380
2394
  */
2381
2395
  name?: pulumi.Input<number>;
2382
2396
  /**
2383
- * Set
2397
+ * OSPF RIB Route maps set
2384
2398
  */
2385
2399
  set?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfRibRouteMapSet>;
2386
2400
  }
2387
2401
  export interface BgpRouteMapRedistributionOspfRibRouteMapMatch {
2388
2402
  /**
2389
- * Address
2403
+ * OSPF RIB Route maps address
2390
2404
  */
2391
2405
  address?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfRibRouteMapMatchAddress>;
2392
2406
  /**
2393
- * Interface
2407
+ * OSPF RIB Route maps Interface
2394
2408
  */
2395
2409
  interface?: pulumi.Input<string>;
2396
2410
  /**
2397
- * Metric
2411
+ * OSPF RIB Route maps Metric
2398
2412
  */
2399
2413
  metric?: pulumi.Input<number>;
2400
2414
  /**
2401
- * Next hop
2415
+ * OSPF RIB Route maps next*hop
2402
2416
  */
2403
2417
  nextHop?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfRibRouteMapMatchNextHop>;
2404
2418
  /**
2405
- * Tag
2419
+ * OSPF RIB Route maps tag
2406
2420
  */
2407
2421
  tag?: pulumi.Input<number>;
2408
2422
  }
2409
2423
  export interface BgpRouteMapRedistributionOspfRibRouteMapMatchAddress {
2410
2424
  /**
2411
- * Access list
2425
+ * OSPF RIB Route maps address Access list
2412
2426
  */
2413
2427
  accessList?: pulumi.Input<string>;
2414
2428
  /**
2415
- * Prefix list
2429
+ * OSPF RIB Route maps address Prefix list
2416
2430
  */
2417
2431
  prefixList?: pulumi.Input<string>;
2418
2432
  }
2419
2433
  export interface BgpRouteMapRedistributionOspfRibRouteMapMatchNextHop {
2420
2434
  /**
2421
- * Access list
2435
+ * OSPF RIB Route maps nextHop Access list
2422
2436
  */
2423
2437
  accessList?: pulumi.Input<string>;
2424
2438
  /**
2425
- * Prefix list
2439
+ * OSPF RIB Route maps nextHop Prefix list
2426
2440
  */
2427
2441
  prefixList?: pulumi.Input<string>;
2428
2442
  }
2429
2443
  export interface BgpRouteMapRedistributionOspfRibRouteMapSet {
2430
2444
  /**
2431
- * Source address
2445
+ * OSPF RIB Route maps set Source address
2432
2446
  */
2433
2447
  sourceAddress?: pulumi.Input<string>;
2434
2448
  }
@@ -3012,7 +3026,7 @@ export interface DhcpInterfaceServerReserved {
3012
3026
  }
3013
3027
  export interface DnsProxyCache {
3014
3028
  /**
3015
- * Cache edns
3029
+ * Cache EDNS UDP response
3016
3030
  */
3017
3031
  cacheEdns?: pulumi.Input<boolean>;
3018
3032
  /**
@@ -3026,11 +3040,11 @@ export interface DnsProxyCache {
3026
3040
  }
3027
3041
  export interface DnsProxyCacheMaxTtl {
3028
3042
  /**
3029
- * Enabled
3043
+ * Enable max ttl for this DNS object
3030
3044
  */
3031
- enabled?: pulumi.Input<boolean>;
3045
+ enabled: pulumi.Input<boolean>;
3032
3046
  /**
3033
- * Time to live
3047
+ * Time in seconds after which entry is cleared
3034
3048
  */
3035
3049
  timeToLive?: pulumi.Input<number>;
3036
3050
  }
@@ -3056,23 +3070,23 @@ export interface DnsProxyDefaultInheritance {
3056
3070
  }
3057
3071
  export interface DnsProxyDomainServer {
3058
3072
  /**
3059
- * Cacheable
3073
+ * Enable caching for this DNS proxy rule?
3060
3074
  */
3061
3075
  cacheable?: pulumi.Input<boolean>;
3062
3076
  /**
3063
- * Domain name
3077
+ * Domain names(s) that will be matched
3064
3078
  */
3065
3079
  domainNames?: pulumi.Input<pulumi.Input<string>[]>;
3066
3080
  /**
3067
- * Name
3081
+ * Proxy rule name
3068
3082
  */
3069
- name?: pulumi.Input<string>;
3083
+ name: pulumi.Input<string>;
3070
3084
  /**
3071
- * Primary
3085
+ * Primary DNS server IP address
3072
3086
  */
3073
- primary?: pulumi.Input<string>;
3087
+ primary: pulumi.Input<string>;
3074
3088
  /**
3075
- * Secondary
3089
+ * Secondary DNS server IP address
3076
3090
  */
3077
3091
  secondary?: pulumi.Input<string>;
3078
3092
  }
@@ -3080,23 +3094,23 @@ export interface DnsProxyStaticEntry {
3080
3094
  /**
3081
3095
  * Address
3082
3096
  */
3083
- addresses?: pulumi.Input<pulumi.Input<string>[]>;
3097
+ addresses: pulumi.Input<pulumi.Input<string>[]>;
3084
3098
  /**
3085
- * Domain
3099
+ * Fully qualified domain name
3086
3100
  */
3087
- domain?: pulumi.Input<string>;
3101
+ domain: pulumi.Input<string>;
3088
3102
  /**
3089
- * Name
3103
+ * Static entry name
3090
3104
  */
3091
- name?: pulumi.Input<string>;
3105
+ name: pulumi.Input<string>;
3092
3106
  }
3093
3107
  export interface DnsProxyTcpQueries {
3094
3108
  /**
3095
- * Enabled
3109
+ * Turn on forwarding of TCP DNS queries?
3096
3110
  */
3097
- enabled?: pulumi.Input<boolean>;
3111
+ enabled: pulumi.Input<boolean>;
3098
3112
  /**
3099
- * Max pending requests
3113
+ * Upper limit on number of concurrent TCP DNS requests
3100
3114
  */
3101
3115
  maxPendingRequests?: pulumi.Input<number>;
3102
3116
  }
@@ -3108,11 +3122,11 @@ export interface DnsProxyUdpQueries {
3108
3122
  }
3109
3123
  export interface DnsProxyUdpQueriesRetries {
3110
3124
  /**
3111
- * Attempts
3125
+ * Maximum number of retries before trying next name server
3112
3126
  */
3113
3127
  attempts?: pulumi.Input<number>;
3114
3128
  /**
3115
- * Interval
3129
+ * Time in seconds for another request to be sent
3116
3130
  */
3117
3131
  interval?: pulumi.Input<number>;
3118
3132
  }
@@ -3502,9 +3516,19 @@ export interface DosProtectionRuleProtectionClassifiedClassificationCriteria {
3502
3516
  }
3503
3517
  export interface EthernetInterfaceLayer2 {
3504
3518
  /**
3505
- * Vlan tag
3519
+ * LLDP Settings
3506
3520
  */
3507
- vlanTag?: pulumi.Input<number>;
3521
+ lldp?: pulumi.Input<inputs.EthernetInterfaceLayer2Lldp>;
3522
+ /**
3523
+ * Assign interface to VLAN tag
3524
+ */
3525
+ vlanTag?: pulumi.Input<string>;
3526
+ }
3527
+ export interface EthernetInterfaceLayer2Lldp {
3528
+ /**
3529
+ * Enable LLDP on Interface
3530
+ */
3531
+ enable: pulumi.Input<boolean>;
3508
3532
  }
3509
3533
  export interface EthernetInterfaceLayer3 {
3510
3534
  /**
@@ -3512,11 +3536,11 @@ export interface EthernetInterfaceLayer3 {
3512
3536
  */
3513
3537
  arps?: pulumi.Input<pulumi.Input<inputs.EthernetInterfaceLayer3Arp>[]>;
3514
3538
  /**
3515
- * Ddns config
3539
+ * Dynamic DNS configuration specific to the Ethernet Interfaces.
3516
3540
  */
3517
3541
  ddnsConfig?: pulumi.Input<inputs.EthernetInterfaceLayer3DdnsConfig>;
3518
3542
  /**
3519
- * Dhcp client
3543
+ * Ethernet Interfaces DHCP Client Object
3520
3544
  */
3521
3545
  dhcpClient?: pulumi.Input<inputs.EthernetInterfaceLayer3DhcpClient>;
3522
3546
  /**
@@ -3524,9 +3548,9 @@ export interface EthernetInterfaceLayer3 {
3524
3548
  */
3525
3549
  interfaceManagementProfile?: pulumi.Input<string>;
3526
3550
  /**
3527
- * Interface IP addresses
3551
+ * Ethernet Interface IP addresses
3528
3552
  */
3529
- ips?: pulumi.Input<pulumi.Input<string>[]>;
3553
+ ips?: pulumi.Input<pulumi.Input<inputs.EthernetInterfaceLayer3Ip>[]>;
3530
3554
  /**
3531
3555
  * MTU
3532
3556
  */
@@ -3538,7 +3562,7 @@ export interface EthernetInterfaceLayer3 {
3538
3562
  }
3539
3563
  export interface EthernetInterfaceLayer3Arp {
3540
3564
  /**
3541
- * Hw address
3565
+ * MAC address
3542
3566
  */
3543
3567
  hwAddress?: pulumi.Input<string>;
3544
3568
  /**
@@ -3548,68 +3572,68 @@ export interface EthernetInterfaceLayer3Arp {
3548
3572
  }
3549
3573
  export interface EthernetInterfaceLayer3DdnsConfig {
3550
3574
  /**
3551
- * Ddns cert profile
3575
+ * Certificate profile
3552
3576
  */
3553
- ddnsCertProfile?: pulumi.Input<string>;
3577
+ ddnsCertProfile: pulumi.Input<string>;
3554
3578
  /**
3555
- * Ddns enabled
3579
+ * Enable DDNS?
3556
3580
  */
3557
3581
  ddnsEnabled?: pulumi.Input<boolean>;
3558
3582
  /**
3559
3583
  * Ddns hostname
3560
3584
  */
3561
- ddnsHostname?: pulumi.Input<string>;
3585
+ ddnsHostname: pulumi.Input<string>;
3562
3586
  /**
3563
- * Ddns ip
3587
+ * IP to register (static only)
3564
3588
  */
3565
3589
  ddnsIp?: pulumi.Input<string>;
3566
3590
  /**
3567
- * Ddns update interval
3591
+ * Update interval (days)
3568
3592
  */
3569
3593
  ddnsUpdateInterval?: pulumi.Input<number>;
3570
3594
  /**
3571
- * Ddns vendor
3595
+ * DDNS vendor
3572
3596
  */
3573
- ddnsVendor?: pulumi.Input<string>;
3597
+ ddnsVendor: pulumi.Input<string>;
3574
3598
  /**
3575
- * Ddns vendor config
3599
+ * DDNS vendor
3576
3600
  */
3577
- ddnsVendorConfig?: pulumi.Input<string>;
3601
+ ddnsVendorConfig: pulumi.Input<string>;
3578
3602
  }
3579
3603
  export interface EthernetInterfaceLayer3DhcpClient {
3580
3604
  /**
3581
- * Dhcp client
3582
- */
3583
- dhcpClient?: pulumi.Input<inputs.EthernetInterfaceLayer3DhcpClientDhcpClient>;
3584
- }
3585
- export interface EthernetInterfaceLayer3DhcpClientDhcpClient {
3586
- /**
3587
- * Create default route
3605
+ * Automatically create default route pointing to default gateway provided by server
3588
3606
  */
3589
3607
  createDefaultRoute?: pulumi.Input<boolean>;
3590
3608
  /**
3591
- * Default route metric
3609
+ * Metric of the default route created
3592
3610
  */
3593
3611
  defaultRouteMetric?: pulumi.Input<number>;
3594
3612
  /**
3595
- * Enable
3613
+ * Enable DHCP?
3596
3614
  */
3597
3615
  enable?: pulumi.Input<boolean>;
3598
3616
  /**
3599
- * Send hostname
3617
+ * Ethernet Interfaces DHCP ClientSend hostname
3600
3618
  */
3601
- sendHostname?: pulumi.Input<inputs.EthernetInterfaceLayer3DhcpClientDhcpClientSendHostname>;
3619
+ sendHostname?: pulumi.Input<inputs.EthernetInterfaceLayer3DhcpClientSendHostname>;
3602
3620
  }
3603
- export interface EthernetInterfaceLayer3DhcpClientDhcpClientSendHostname {
3621
+ export interface EthernetInterfaceLayer3DhcpClientSendHostname {
3604
3622
  /**
3605
3623
  * Enable
3606
3624
  */
3607
3625
  enable?: pulumi.Input<boolean>;
3608
3626
  /**
3609
- * Hostname
3627
+ * Set interface hostname
3610
3628
  */
3611
3629
  hostname?: pulumi.Input<string>;
3612
3630
  }
3631
+ export interface EthernetInterfaceLayer3Ip {
3632
+ /**
3633
+ * Ethernet Interface IP addresses name
3634
+ */
3635
+ name: pulumi.Input<string>;
3636
+ }
3613
3637
  export interface EthernetInterfaceLayer3Pppoe {
3614
3638
  /**
3615
3639
  * Access concentrator
@@ -3620,7 +3644,7 @@ export interface EthernetInterfaceLayer3Pppoe {
3620
3644
  */
3621
3645
  authentication?: pulumi.Input<string>;
3622
3646
  /**
3623
- * Default route metric
3647
+ * Metric of the default route created
3624
3648
  */
3625
3649
  defaultRouteMetric?: pulumi.Input<number>;
3626
3650
  /**
@@ -3630,7 +3654,7 @@ export interface EthernetInterfaceLayer3Pppoe {
3630
3654
  /**
3631
3655
  * Passive
3632
3656
  */
3633
- passive?: pulumi.Input<boolean>;
3657
+ passive?: pulumi.Input<inputs.EthernetInterfaceLayer3PppoePassive>;
3634
3658
  /**
3635
3659
  * Password
3636
3660
  */
@@ -3648,19 +3672,25 @@ export interface EthernetInterfaceLayer3Pppoe {
3648
3672
  */
3649
3673
  username: pulumi.Input<string>;
3650
3674
  }
3675
+ export interface EthernetInterfaceLayer3PppoePassive {
3676
+ /**
3677
+ * Passive Mode enabled
3678
+ */
3679
+ enable: pulumi.Input<boolean>;
3680
+ }
3651
3681
  export interface EthernetInterfaceLayer3PppoeStaticAddress {
3652
3682
  /**
3653
- * Ip
3683
+ * Static IP address
3654
3684
  */
3655
- ip?: pulumi.Input<string>;
3685
+ ip: pulumi.Input<string>;
3656
3686
  }
3657
3687
  export interface EthernetInterfacePoe {
3658
3688
  /**
3659
- * Poe enabled
3689
+ * Enabled PoE?
3660
3690
  */
3661
3691
  poeEnabled?: pulumi.Input<boolean>;
3662
3692
  /**
3663
- * Poe rsvd pwr
3693
+ * PoE reserved power
3664
3694
  */
3665
3695
  poeRsvdPwr?: pulumi.Input<number>;
3666
3696
  }
@@ -6170,6 +6200,12 @@ export interface IkeGatewayProtocolIkev2Dpd {
6170
6200
  */
6171
6201
  enable?: pulumi.Input<boolean>;
6172
6202
  }
6203
+ export interface InterfaceManagementProfilePermittedIp {
6204
+ /**
6205
+ * The allowed IP address or CIDR block.
6206
+ */
6207
+ name: pulumi.Input<string>;
6208
+ }
6173
6209
  export interface IpsecCryptoProfileAh {
6174
6210
  /**
6175
6211
  * Authentication
@@ -6380,7 +6416,7 @@ export interface KerberosServerProfileServer {
6380
6416
  }
6381
6417
  export interface Layer3SubinterfaceArp {
6382
6418
  /**
6383
- * Hw address
6419
+ * MAC address
6384
6420
  */
6385
6421
  hwAddress?: pulumi.Input<string>;
6386
6422
  /**
@@ -6390,49 +6426,49 @@ export interface Layer3SubinterfaceArp {
6390
6426
  }
6391
6427
  export interface Layer3SubinterfaceDdnsConfig {
6392
6428
  /**
6393
- * Ddns cert profile
6429
+ * Certificate profile
6394
6430
  */
6395
- ddnsCertProfile?: pulumi.Input<string>;
6431
+ ddnsCertProfile: pulumi.Input<string>;
6396
6432
  /**
6397
- * Ddns enabled
6433
+ * Enable DDNS?
6398
6434
  */
6399
6435
  ddnsEnabled?: pulumi.Input<boolean>;
6400
6436
  /**
6401
6437
  * Ddns hostname
6402
6438
  */
6403
- ddnsHostname?: pulumi.Input<string>;
6439
+ ddnsHostname: pulumi.Input<string>;
6404
6440
  /**
6405
- * Ddns ip
6441
+ * IP to register (static only)
6406
6442
  */
6407
6443
  ddnsIp?: pulumi.Input<string>;
6408
6444
  /**
6409
- * Ddns update interval
6445
+ * Update interval (days)
6410
6446
  */
6411
6447
  ddnsUpdateInterval?: pulumi.Input<number>;
6412
6448
  /**
6413
- * Ddns vendor
6449
+ * DDNS vendor
6414
6450
  */
6415
- ddnsVendor?: pulumi.Input<string>;
6451
+ ddnsVendor: pulumi.Input<string>;
6416
6452
  /**
6417
- * Ddns vendor config
6453
+ * DDNS vendor
6418
6454
  */
6419
- ddnsVendorConfig?: pulumi.Input<string>;
6455
+ ddnsVendorConfig: pulumi.Input<string>;
6420
6456
  }
6421
6457
  export interface Layer3SubinterfaceDhcpClient {
6422
6458
  /**
6423
- * Create default route
6459
+ * Automatically create default route pointing to default gateway provided by server
6424
6460
  */
6425
6461
  createDefaultRoute?: pulumi.Input<boolean>;
6426
6462
  /**
6427
- * Default route metric
6463
+ * Metric of the default route created
6428
6464
  */
6429
6465
  defaultRouteMetric?: pulumi.Input<number>;
6430
6466
  /**
6431
- * Enable
6467
+ * Enable DHCP?
6432
6468
  */
6433
6469
  enable?: pulumi.Input<boolean>;
6434
6470
  /**
6435
- * Send hostname
6471
+ * Layer3 sub interfaces DHCP Client Send hostname
6436
6472
  */
6437
6473
  sendHostname?: pulumi.Input<inputs.Layer3SubinterfaceDhcpClientSendHostname>;
6438
6474
  }
@@ -6442,10 +6478,16 @@ export interface Layer3SubinterfaceDhcpClientSendHostname {
6442
6478
  */
6443
6479
  enable?: pulumi.Input<boolean>;
6444
6480
  /**
6445
- * Hostname
6481
+ * Set interface hostname
6446
6482
  */
6447
6483
  hostname?: pulumi.Input<string>;
6448
6484
  }
6485
+ export interface Layer3SubinterfaceIp {
6486
+ /**
6487
+ * L3 sub-interface IP address(es)
6488
+ */
6489
+ name: pulumi.Input<string>;
6490
+ }
6449
6491
  export interface LdapServerProfileServer {
6450
6492
  /**
6451
6493
  * The LDAP server IP address
@@ -9582,7 +9624,7 @@ export interface LogicalRouterVrfOspfGracefulRestart {
9582
9624
  /**
9583
9625
  * Strict l s a checking
9584
9626
  */
9585
- strictLSAChecking?: pulumi.Input<boolean>;
9627
+ strictLsaChecking?: pulumi.Input<boolean>;
9586
9628
  }
9587
9629
  export interface LogicalRouterVrfOspfVrTimers {
9588
9630
  /**
@@ -10314,7 +10356,7 @@ export interface LogicalRouterVrfOspfv3GracefulRestart {
10314
10356
  /**
10315
10357
  * Strict l s a checking
10316
10358
  */
10317
- strictLSAChecking?: pulumi.Input<boolean>;
10359
+ strictLsaChecking?: pulumi.Input<boolean>;
10318
10360
  }
10319
10361
  export interface LogicalRouterVrfOspfv3VrTimers {
10320
10362
  /**
@@ -10595,6 +10637,10 @@ export interface LogicalRouterVrfRoutingTableIpStaticRouteNexthop {
10595
10637
  * Fqdn
10596
10638
  */
10597
10639
  fqdn?: pulumi.Input<string>;
10640
+ /**
10641
+ * Ip address
10642
+ */
10643
+ ipAddress?: pulumi.Input<string>;
10598
10644
  /**
10599
10645
  * Ipv6 address
10600
10646
  */
@@ -10906,7 +10952,31 @@ export interface LoopbackInterfaceIp {
10906
10952
  /**
10907
10953
  * Loopback IP address(es)
10908
10954
  */
10909
- ips?: pulumi.Input<pulumi.Input<string>[]>;
10955
+ name: pulumi.Input<string>;
10956
+ }
10957
+ export interface LoopbackInterfaceIpv6 {
10958
+ /**
10959
+ * IPv6 Address Parent
10960
+ */
10961
+ addresses?: pulumi.Input<pulumi.Input<inputs.LoopbackInterfaceIpv6Address>[]>;
10962
+ /**
10963
+ * Enable IPv6
10964
+ */
10965
+ enabled?: pulumi.Input<boolean>;
10966
+ }
10967
+ export interface LoopbackInterfaceIpv6Address {
10968
+ /**
10969
+ * Enable Address on Interface
10970
+ */
10971
+ enableOnInterface?: pulumi.Input<boolean>;
10972
+ /**
10973
+ * Interface ID
10974
+ */
10975
+ interfaceId?: pulumi.Input<string>;
10976
+ /**
10977
+ * IPv6 Address
10978
+ */
10979
+ name?: pulumi.Input<string>;
10910
10980
  }
10911
10981
  export interface MfaServerMfaVendorType {
10912
10982
  /**
@@ -11022,39 +11092,121 @@ export interface MfaServerMfaVendorTypeRsaSecuridAccessV1 {
11022
11092
  */
11023
11093
  rsaTimeout?: pulumi.Input<number>;
11024
11094
  }
11025
- export interface NatRuleDnsRewrite {
11095
+ export interface NatRuleDestinationTranslation {
11096
+ /**
11097
+ * DNS rewrite
11098
+ */
11099
+ dnsRewrite?: pulumi.Input<inputs.NatRuleDestinationTranslationDnsRewrite>;
11100
+ /**
11101
+ * Translated destination IP address
11102
+ */
11103
+ translatedAddress?: pulumi.Input<string>;
11104
+ /**
11105
+ * Translated destination port
11106
+ */
11107
+ translatedPort?: pulumi.Input<number>;
11108
+ }
11109
+ export interface NatRuleDestinationTranslationDnsRewrite {
11026
11110
  /**
11027
11111
  * Direction
11028
11112
  */
11029
11113
  direction?: pulumi.Input<string>;
11030
11114
  }
11115
+ export interface NatRuleDynamicDestinationTranslation {
11116
+ /**
11117
+ * Distribution method
11118
+ */
11119
+ distribution?: pulumi.Input<string>;
11120
+ /**
11121
+ * Translated destination IP address
11122
+ */
11123
+ translatedAddress?: pulumi.Input<string>;
11124
+ /**
11125
+ * Translated destination port
11126
+ */
11127
+ translatedPort?: pulumi.Input<number>;
11128
+ }
11031
11129
  export interface NatRuleSourceTranslation {
11032
11130
  /**
11033
- * Bi directional
11131
+ * Dynamic IP
11132
+ */
11133
+ dynamicIp?: pulumi.Input<inputs.NatRuleSourceTranslationDynamicIp>;
11134
+ /**
11135
+ * Dynamic IP and port
11136
+ */
11137
+ dynamicIpAndPort?: pulumi.Input<inputs.NatRuleSourceTranslationDynamicIpAndPort>;
11138
+ /**
11139
+ * Static IP
11034
11140
  */
11035
- biDirectional?: pulumi.Input<boolean>;
11141
+ staticIp?: pulumi.Input<inputs.NatRuleSourceTranslationStaticIp>;
11142
+ }
11143
+ export interface NatRuleSourceTranslationDynamicIp {
11036
11144
  /**
11037
11145
  * Fallback
11038
11146
  */
11039
- fallback?: pulumi.Input<inputs.NatRuleSourceTranslationFallback>;
11147
+ fallback?: pulumi.Input<inputs.NatRuleSourceTranslationDynamicIpFallback>;
11148
+ /**
11149
+ * Translated IP addresses
11150
+ */
11151
+ translatedAddresses?: pulumi.Input<pulumi.Input<string>[]>;
11152
+ }
11153
+ export interface NatRuleSourceTranslationDynamicIpAndPort {
11154
+ /**
11155
+ * Translated source interface
11156
+ */
11157
+ interfaceAddress?: pulumi.Input<inputs.NatRuleSourceTranslationDynamicIpAndPortInterfaceAddress>;
11158
+ /**
11159
+ * Translated source IP addresses
11160
+ */
11161
+ translatedAddresses?: pulumi.Input<pulumi.Input<string>[]>;
11162
+ }
11163
+ export interface NatRuleSourceTranslationDynamicIpAndPortInterfaceAddress {
11164
+ /**
11165
+ * Floating IP address
11166
+ */
11167
+ floatingIp?: pulumi.Input<string>;
11040
11168
  /**
11041
11169
  * Interface name
11042
11170
  */
11043
11171
  interface?: pulumi.Input<string>;
11044
11172
  /**
11045
- * Translated IP addresses
11173
+ * Translated source IP address
11174
+ */
11175
+ ip?: pulumi.Input<string>;
11176
+ }
11177
+ export interface NatRuleSourceTranslationDynamicIpFallback {
11178
+ /**
11179
+ * Fallback interface
11046
11180
  */
11047
- translatedAddressArrays?: pulumi.Input<pulumi.Input<string>[]>;
11181
+ interfaceAddress?: pulumi.Input<inputs.NatRuleSourceTranslationDynamicIpFallbackInterfaceAddress>;
11048
11182
  /**
11049
- * Translated IP address
11183
+ * Fallback IP addresses
11050
11184
  */
11051
- translatedAddressSingle?: pulumi.Input<string>;
11185
+ translatedAddresses?: pulumi.Input<pulumi.Input<string>[]>;
11052
11186
  }
11053
- export interface NatRuleSourceTranslationFallback {
11187
+ export interface NatRuleSourceTranslationDynamicIpFallbackInterfaceAddress {
11188
+ /**
11189
+ * Floating IP address
11190
+ */
11191
+ floatingIp?: pulumi.Input<string>;
11054
11192
  /**
11055
11193
  * Interface name
11056
11194
  */
11057
11195
  interface?: pulumi.Input<string>;
11196
+ /**
11197
+ * IP address
11198
+ */
11199
+ ip?: pulumi.Input<string>;
11200
+ }
11201
+ export interface NatRuleSourceTranslationStaticIp {
11202
+ /**
11203
+ * Bi directional
11204
+ */
11205
+ biDirectional?: pulumi.Input<string>;
11206
+ /**
11207
+ * Translated IP address
11208
+ */
11209
+ translatedAddress?: pulumi.Input<string>;
11058
11210
  }
11059
11211
  export interface OspfAuthProfileMd5 {
11060
11212
  /**
@@ -11106,7 +11258,7 @@ export interface PbfRuleActionForwardMonitor {
11106
11258
  */
11107
11259
  disableIfUnreachable?: pulumi.Input<boolean>;
11108
11260
  /**
11109
- * Ip address
11261
+ * Monitor IP address
11110
11262
  */
11111
11263
  ipAddress?: pulumi.Input<string>;
11112
11264
  /**
@@ -11120,7 +11272,7 @@ export interface PbfRuleActionForwardNexthop {
11120
11272
  */
11121
11273
  fqdn?: pulumi.Input<string>;
11122
11274
  /**
11123
- * Ip address
11275
+ * Next hop IP address
11124
11276
  */
11125
11277
  ipAddress?: pulumi.Input<string>;
11126
11278
  }
@@ -11316,25 +11468,27 @@ export interface RadiusServerProfileProtocol {
11316
11468
  /**
11317
11469
  * C h a p
11318
11470
  */
11319
- cHAP?: pulumi.Input<string>;
11471
+ chap?: pulumi.Input<inputs.RadiusServerProfileProtocolChap>;
11320
11472
  /**
11321
11473
  * E a p t t l s with p a p
11322
11474
  */
11323
- eAPTTLSWithPAP?: pulumi.Input<inputs.RadiusServerProfileProtocolEAPTTLSWithPAP>;
11475
+ eapTtlsWithPap?: pulumi.Input<inputs.RadiusServerProfileProtocolEapTtlsWithPap>;
11324
11476
  /**
11325
11477
  * P a p
11326
11478
  */
11327
- pAP?: pulumi.Input<string>;
11479
+ pap?: pulumi.Input<inputs.RadiusServerProfileProtocolPap>;
11328
11480
  /**
11329
11481
  * P e a p m s c h a pv2
11330
11482
  */
11331
- pEAPMSCHAPv2?: pulumi.Input<inputs.RadiusServerProfileProtocolPEAPMSCHAPv2>;
11483
+ peapMschaPv2?: pulumi.Input<inputs.RadiusServerProfileProtocolPeapMschaPv2>;
11332
11484
  /**
11333
11485
  * P e a p with g t c
11334
11486
  */
11335
- pEAPWithGTC?: pulumi.Input<inputs.RadiusServerProfileProtocolPEAPWithGTC>;
11487
+ peapWithGtc?: pulumi.Input<inputs.RadiusServerProfileProtocolPeapWithGtc>;
11488
+ }
11489
+ export interface RadiusServerProfileProtocolChap {
11336
11490
  }
11337
- export interface RadiusServerProfileProtocolEAPTTLSWithPAP {
11491
+ export interface RadiusServerProfileProtocolEapTtlsWithPap {
11338
11492
  /**
11339
11493
  * Anon outer id
11340
11494
  */
@@ -11344,7 +11498,9 @@ export interface RadiusServerProfileProtocolEAPTTLSWithPAP {
11344
11498
  */
11345
11499
  radiusCertProfile?: pulumi.Input<string>;
11346
11500
  }
11347
- export interface RadiusServerProfileProtocolPEAPMSCHAPv2 {
11501
+ export interface RadiusServerProfileProtocolPap {
11502
+ }
11503
+ export interface RadiusServerProfileProtocolPeapMschaPv2 {
11348
11504
  /**
11349
11505
  * Allow pwd change
11350
11506
  */
@@ -11358,7 +11514,7 @@ export interface RadiusServerProfileProtocolPEAPMSCHAPv2 {
11358
11514
  */
11359
11515
  radiusCertProfile?: pulumi.Input<string>;
11360
11516
  }
11361
- export interface RadiusServerProfileProtocolPEAPWithGTC {
11517
+ export interface RadiusServerProfileProtocolPeapWithGtc {
11362
11518
  /**
11363
11519
  * Anon outer id
11364
11520
  */
@@ -11547,6 +11703,16 @@ export interface RouteAccessListTypeIpv4Ipv4Entry {
11547
11703
  sourceAddress?: pulumi.Input<inputs.RouteAccessListTypeIpv4Ipv4EntrySourceAddress>;
11548
11704
  }
11549
11705
  export interface RouteAccessListTypeIpv4Ipv4EntryDestinationAddress {
11706
+ /**
11707
+ * Destination IP address
11708
+ */
11709
+ address?: pulumi.Input<string>;
11710
+ /**
11711
+ * Entry
11712
+ */
11713
+ entry?: pulumi.Input<inputs.RouteAccessListTypeIpv4Ipv4EntryDestinationAddressEntry>;
11714
+ }
11715
+ export interface RouteAccessListTypeIpv4Ipv4EntryDestinationAddressEntry {
11550
11716
  /**
11551
11717
  * Destination IP address
11552
11718
  */
@@ -11557,6 +11723,16 @@ export interface RouteAccessListTypeIpv4Ipv4EntryDestinationAddress {
11557
11723
  wildcard?: pulumi.Input<string>;
11558
11724
  }
11559
11725
  export interface RouteAccessListTypeIpv4Ipv4EntrySourceAddress {
11726
+ /**
11727
+ * Source IP address
11728
+ */
11729
+ address?: pulumi.Input<string>;
11730
+ /**
11731
+ * Entry
11732
+ */
11733
+ entry?: pulumi.Input<inputs.RouteAccessListTypeIpv4Ipv4EntrySourceAddressEntry>;
11734
+ }
11735
+ export interface RouteAccessListTypeIpv4Ipv4EntrySourceAddressEntry {
11560
11736
  /**
11561
11737
  * Source IP address
11562
11738
  */
@@ -11864,13 +12040,13 @@ export interface SdwanPathQualityProfileMetricLatency {
11864
12040
  }
11865
12041
  export interface SdwanPathQualityProfileMetricPktLoss {
11866
12042
  /**
11867
- * Sensitivity
12043
+ * Packet loss sensitivity
11868
12044
  */
11869
- sensitivity?: pulumi.Input<string>;
12045
+ sensitivity: pulumi.Input<string>;
11870
12046
  /**
11871
- * Threshold
12047
+ * Packet loss threshold (percentage)
11872
12048
  */
11873
- threshold?: pulumi.Input<number>;
12049
+ threshold: pulumi.Input<number>;
11874
12050
  }
11875
12051
  export interface SdwanRuleAction {
11876
12052
  /**
@@ -11936,11 +12112,11 @@ export interface SdwanSaasQualityProfileMonitorModeStaticIpIpAddress {
11936
12112
  }
11937
12113
  export interface SdwanTrafficDistributionProfileLinkTag {
11938
12114
  /**
11939
- * Name
12115
+ * Link-Tag used for identifying a set of interfaces
11940
12116
  */
11941
- name?: pulumi.Input<string>;
12117
+ name: pulumi.Input<string>;
11942
12118
  /**
11943
- * Weight
12119
+ * Weight (percentage) (only used when `traffic-distribution` is `Weighted Session Distribution`)
11944
12120
  */
11945
12121
  weight?: pulumi.Input<number>;
11946
12122
  }
@@ -12447,22 +12623,30 @@ export interface TrafficSteeringRuleAction {
12447
12623
  * Forward
12448
12624
  */
12449
12625
  forward?: pulumi.Input<inputs.TrafficSteeringRuleActionForward>;
12626
+ }
12627
+ export interface TrafficSteeringRuleActionForward {
12628
+ /**
12629
+ * Forward
12630
+ */
12631
+ forward?: pulumi.Input<inputs.TrafficSteeringRuleActionForwardForward>;
12450
12632
  /**
12451
12633
  * No pbf
12452
12634
  */
12453
- noPbf?: pulumi.Input<string>;
12635
+ noPbf?: pulumi.Input<inputs.TrafficSteeringRuleActionForwardNoPbf>;
12454
12636
  }
12455
- export interface TrafficSteeringRuleActionForward {
12637
+ export interface TrafficSteeringRuleActionForwardForward {
12456
12638
  /**
12457
12639
  * Target
12458
12640
  */
12459
12641
  target?: pulumi.Input<string>;
12460
12642
  }
12643
+ export interface TrafficSteeringRuleActionForwardNoPbf {
12644
+ }
12461
12645
  export interface TunnelInterfaceIp {
12462
12646
  /**
12463
- * tunnel interfaces IP address(es)
12647
+ * Tunnel Interface IP address(es)
12464
12648
  */
12465
- ips?: pulumi.Input<pulumi.Input<string>[]>;
12649
+ name: pulumi.Input<string>;
12466
12650
  }
12467
12651
  export interface UrlAccessProfileCredentialEnforcement {
12468
12652
  /**
@@ -12516,7 +12700,7 @@ export interface UrlAccessProfileCredentialEnforcementModeIpUser {
12516
12700
  }
12517
12701
  export interface VlanInterfaceArp {
12518
12702
  /**
12519
- * Hw address
12703
+ * MAC address
12520
12704
  */
12521
12705
  hwAddress?: pulumi.Input<string>;
12522
12706
  /**
@@ -12530,45 +12714,45 @@ export interface VlanInterfaceArp {
12530
12714
  }
12531
12715
  export interface VlanInterfaceDdnsConfig {
12532
12716
  /**
12533
- * Ddns cert profile
12717
+ * Certificate profile
12534
12718
  */
12535
- ddnsCertProfile?: pulumi.Input<string>;
12719
+ ddnsCertProfile: pulumi.Input<string>;
12536
12720
  /**
12537
- * Ddns enabled
12721
+ * Enable DDNS?
12538
12722
  */
12539
12723
  ddnsEnabled?: pulumi.Input<boolean>;
12540
12724
  /**
12541
12725
  * Ddns hostname
12542
12726
  */
12543
- ddnsHostname?: pulumi.Input<string>;
12727
+ ddnsHostname: pulumi.Input<string>;
12544
12728
  /**
12545
- * Ddns ip
12729
+ * IP to register (static only)
12546
12730
  */
12547
12731
  ddnsIp?: pulumi.Input<string>;
12548
12732
  /**
12549
- * Ddns update interval
12733
+ * Update interval (days)
12550
12734
  */
12551
12735
  ddnsUpdateInterval?: pulumi.Input<number>;
12552
12736
  /**
12553
- * Ddns vendor
12737
+ * DDNS vendor
12554
12738
  */
12555
- ddnsVendor?: pulumi.Input<string>;
12739
+ ddnsVendor: pulumi.Input<string>;
12556
12740
  /**
12557
- * Ddns vendor config
12741
+ * DDNS vendor
12558
12742
  */
12559
- ddnsVendorConfig?: pulumi.Input<string>;
12743
+ ddnsVendorConfig: pulumi.Input<string>;
12560
12744
  }
12561
12745
  export interface VlanInterfaceDhcpClient {
12562
12746
  /**
12563
- * Create default route
12747
+ * Automatically create default route pointing to default gateway provided by server
12564
12748
  */
12565
12749
  createDefaultRoute?: pulumi.Input<boolean>;
12566
12750
  /**
12567
- * Default route metric
12751
+ * Metric of the default route created
12568
12752
  */
12569
12753
  defaultRouteMetric?: pulumi.Input<number>;
12570
12754
  /**
12571
- * Enable
12755
+ * Enable DHCP?
12572
12756
  */
12573
12757
  enable?: pulumi.Input<boolean>;
12574
12758
  /**
@@ -12582,10 +12766,16 @@ export interface VlanInterfaceDhcpClientSendHostname {
12582
12766
  */
12583
12767
  enable?: pulumi.Input<boolean>;
12584
12768
  /**
12585
- * Hostname
12769
+ * Set interface hostname
12586
12770
  */
12587
12771
  hostname?: pulumi.Input<string>;
12588
12772
  }
12773
+ export interface VlanInterfaceIp {
12774
+ /**
12775
+ * VLAN Interface IP address(es)
12776
+ */
12777
+ name: pulumi.Input<string>;
12778
+ }
12589
12779
  export interface VulnerabilityProtectionProfileRule {
12590
12780
  /**
12591
12781
  * vulnerability profiles threat exception default action
@@ -13131,15 +13321,41 @@ export interface ZoneNetwork {
13131
13321
  * Enable packet buffer protection
13132
13322
  */
13133
13323
  enablePacketBufferProtection?: pulumi.Input<boolean>;
13324
+ /**
13325
+ * External
13326
+ */
13327
+ externals?: pulumi.Input<pulumi.Input<string>[]>;
13328
+ /**
13329
+ * Layer2
13330
+ */
13331
+ layer2s?: pulumi.Input<pulumi.Input<string>[]>;
13332
+ /**
13333
+ * Layer3
13334
+ */
13335
+ layer3s?: pulumi.Input<pulumi.Input<string>[]>;
13134
13336
  /**
13135
13337
  * Log setting
13136
13338
  */
13137
13339
  logSetting?: pulumi.Input<string>;
13340
+ /**
13341
+ * Tap
13342
+ */
13343
+ taps?: pulumi.Input<pulumi.Input<string>[]>;
13344
+ /**
13345
+ * Tunnel
13346
+ */
13347
+ tunnel?: pulumi.Input<inputs.ZoneNetworkTunnel>;
13348
+ /**
13349
+ * Virtual wire
13350
+ */
13351
+ virtualWires?: pulumi.Input<pulumi.Input<string>[]>;
13138
13352
  /**
13139
13353
  * Zone protection profile
13140
13354
  */
13141
13355
  zoneProtectionProfile?: pulumi.Input<string>;
13142
13356
  }
13357
+ export interface ZoneNetworkTunnel {
13358
+ }
13143
13359
  export interface ZoneProtectionProfileFlood {
13144
13360
  /**
13145
13361
  * Icmp
@@ -13263,22 +13479,46 @@ export interface ZoneProtectionProfileFloodSctpInitRed {
13263
13479
  maximalRate: pulumi.Input<number>;
13264
13480
  }
13265
13481
  export interface ZoneProtectionProfileFloodTcpSyn {
13482
+ /**
13483
+ * Enable protection against SYN floods?
13484
+ */
13485
+ enable?: pulumi.Input<boolean>;
13486
+ /**
13487
+ * Red
13488
+ */
13489
+ red?: pulumi.Input<inputs.ZoneProtectionProfileFloodTcpSynRed>;
13490
+ /**
13491
+ * Syn cookies
13492
+ */
13493
+ synCookies?: pulumi.Input<inputs.ZoneProtectionProfileFloodTcpSynSynCookies>;
13494
+ }
13495
+ export interface ZoneProtectionProfileFloodTcpSynRed {
13266
13496
  /**
13267
13497
  * When the flow exceeds the `activateRate`` threshold, the firewall drops individual SYN packets randomly to restrict the flow.
13268
13498
  */
13269
- activateRate?: pulumi.Input<number>;
13499
+ activateRate: pulumi.Input<number>;
13270
13500
  /**
13271
13501
  * When the flow exceeds the `alertRate`` threshold, an alarm is generated.
13272
13502
  */
13273
- alarmRate?: pulumi.Input<number>;
13503
+ alarmRate: pulumi.Input<number>;
13274
13504
  /**
13275
- * Enable protection against SYN floods?
13505
+ * When the flow exceeds the `maximalRate` threshold, 100% of incoming SYN packets are dropped.
13276
13506
  */
13277
- enable?: pulumi.Input<boolean>;
13507
+ maximalRate: pulumi.Input<number>;
13508
+ }
13509
+ export interface ZoneProtectionProfileFloodTcpSynSynCookies {
13510
+ /**
13511
+ * When the flow exceeds the `activateRate`` threshold, the firewall drops individual SYN packets randomly to restrict the flow.
13512
+ */
13513
+ activateRate: pulumi.Input<number>;
13514
+ /**
13515
+ * When the flow exceeds the `alertRate`` threshold, an alarm is generated.
13516
+ */
13517
+ alarmRate: pulumi.Input<number>;
13278
13518
  /**
13279
13519
  * When the flow exceeds the `maximalRate` threshold, 100% of incoming SYN packets are dropped.
13280
13520
  */
13281
- maximalRate?: pulumi.Input<number>;
13521
+ maximalRate: pulumi.Input<number>;
13282
13522
  }
13283
13523
  export interface ZoneProtectionProfileFloodUdp {
13284
13524
  /**
@@ -13441,9 +13681,9 @@ export interface ZoneProtectionProfileNonIpProtocolProtocol {
13441
13681
  enable?: pulumi.Input<boolean>;
13442
13682
  /**
13443
13683
  * Enter an Ethertype code (protocol) preceded by 0x to indicate hexadecimal (range is 0x0000 to 0xFFFF). A list can have a maximum of 64 Ethertypes. Some sources of Ethertype codes are:
13444
- * * [IEEE hexadecimal Ethertype](http://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml)
13445
- * * [standards.ieee.org/develop/regauth/ethertype/eth.txt](http://standards-oui.ieee.org/ethertype/eth.txt)
13446
- * * [http://www.cavebear.com/archive/cavebear/Ethernet/type.html](http://www.cavebear.com/archive/cavebear/Ethernet/type.html)
13684
+ * * [IEEE hexadecimal Ethertype](https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml)
13685
+ * * [standards.ieee.org/develop/regauth/ethertype/eth.txt](https://standards-oui.ieee.org/ethertype/eth.txt)
13686
+ * * [www.cavebear.com/archive/cavebear/Ethernet/type.html](https://www.cavebear.com/archive/cavebear/Ethernet/type.html)
13447
13687
  */
13448
13688
  etherType: pulumi.Input<string>;
13449
13689
  /**
@@ -13474,16 +13714,48 @@ export interface ZoneProtectionProfileScan {
13474
13714
  threshold?: pulumi.Input<number>;
13475
13715
  }
13476
13716
  export interface ZoneProtectionProfileScanAction {
13717
+ /**
13718
+ * Alert
13719
+ */
13720
+ alert?: pulumi.Input<inputs.ZoneProtectionProfileScanActionAlert>;
13721
+ /**
13722
+ * Allow
13723
+ */
13724
+ allow?: pulumi.Input<inputs.ZoneProtectionProfileScanActionAllow>;
13725
+ /**
13726
+ * Block
13727
+ */
13728
+ block?: pulumi.Input<inputs.ZoneProtectionProfileScanActionBlock>;
13729
+ /**
13730
+ * Block ip
13731
+ */
13732
+ blockIp?: pulumi.Input<inputs.ZoneProtectionProfileScanActionBlockIp>;
13733
+ }
13734
+ export interface ZoneProtectionProfileScanActionAlert {
13735
+ }
13736
+ export interface ZoneProtectionProfileScanActionAllow {
13737
+ }
13738
+ export interface ZoneProtectionProfileScanActionBlock {
13739
+ }
13740
+ export interface ZoneProtectionProfileScanActionBlockIp {
13477
13741
  /**
13478
13742
  * Duration
13479
13743
  */
13480
- duration?: pulumi.Input<number>;
13744
+ duration: pulumi.Input<number>;
13481
13745
  /**
13482
13746
  * Track by
13483
13747
  */
13484
- trackBy?: pulumi.Input<string>;
13748
+ trackBy: pulumi.Input<string>;
13485
13749
  }
13486
13750
  export interface ZoneProtectionProfileScanWhiteList {
13751
+ /**
13752
+ * Ipv4
13753
+ */
13754
+ ipv4?: pulumi.Input<string>;
13755
+ /**
13756
+ * Ipv6
13757
+ */
13758
+ ipv6?: pulumi.Input<string>;
13487
13759
  /**
13488
13760
  * A descriptive name for the address to exclude.
13489
13761
  */