@cdktf-providers/aviatrixsystems-aviatrix 8.1.10

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 (307) hide show
  1. package/LICENSE +355 -0
  2. package/README.md +19 -0
  3. package/dist/account/index.d.ts +762 -0
  4. package/dist/account/index.js +1600 -0
  5. package/dist/account-user/index.d.ts +74 -0
  6. package/dist/account-user/index.js +151 -0
  7. package/dist/aws-guard-duty/index.d.ts +75 -0
  8. package/dist/aws-guard-duty/index.js +154 -0
  9. package/dist/aws-peer/index.d.ts +126 -0
  10. package/dist/aws-peer/index.js +257 -0
  11. package/dist/aws-tgw/index.d.ts +129 -0
  12. package/dist/aws-tgw/index.js +267 -0
  13. package/dist/aws-tgw-connect/index.d.ts +86 -0
  14. package/dist/aws-tgw-connect/index.js +179 -0
  15. package/dist/aws-tgw-connect-peer/index.d.ts +126 -0
  16. package/dist/aws-tgw-connect-peer/index.js +258 -0
  17. package/dist/aws-tgw-directconnect/index.d.ts +105 -0
  18. package/dist/aws-tgw-directconnect/index.js +214 -0
  19. package/dist/aws-tgw-intra-domain-inspection/index.d.ts +74 -0
  20. package/dist/aws-tgw-intra-domain-inspection/index.js +151 -0
  21. package/dist/aws-tgw-network-domain/index.d.ts +97 -0
  22. package/dist/aws-tgw-network-domain/index.js +200 -0
  23. package/dist/aws-tgw-peering/index.d.ts +64 -0
  24. package/dist/aws-tgw-peering/index.js +131 -0
  25. package/dist/aws-tgw-peering-domain-conn/index.d.ts +84 -0
  26. package/dist/aws-tgw-peering-domain-conn/index.js +171 -0
  27. package/dist/aws-tgw-transit-gateway-attachment/index.d.ts +94 -0
  28. package/dist/aws-tgw-transit-gateway-attachment/index.js +191 -0
  29. package/dist/aws-tgw-vpc-attachment/index.d.ts +160 -0
  30. package/dist/aws-tgw-vpc-attachment/index.js +329 -0
  31. package/dist/aws-tgw-vpn-conn/index.d.ts +225 -0
  32. package/dist/aws-tgw-vpn-conn/index.js +485 -0
  33. package/dist/azure-peer/index.d.ts +106 -0
  34. package/dist/azure-peer/index.js +219 -0
  35. package/dist/azure-spoke-native-peering/index.d.ts +84 -0
  36. package/dist/azure-spoke-native-peering/index.js +171 -0
  37. package/dist/azure-vng-conn/index.d.ts +67 -0
  38. package/dist/azure-vng-conn/index.js +143 -0
  39. package/dist/centralized-transit-firenet/index.d.ts +64 -0
  40. package/dist/centralized-transit-firenet/index.js +131 -0
  41. package/dist/cloudwatch-agent/index.d.ts +87 -0
  42. package/dist/cloudwatch-agent/index.js +181 -0
  43. package/dist/controller-access-allow-list-config/index.d.ts +119 -0
  44. package/dist/controller-access-allow-list-config/index.js +267 -0
  45. package/dist/controller-bgp-communities-auto-cloud-config/index.d.ts +64 -0
  46. package/dist/controller-bgp-communities-auto-cloud-config/index.js +131 -0
  47. package/dist/controller-bgp-communities-global-config/index.d.ts +54 -0
  48. package/dist/controller-bgp-communities-global-config/index.js +111 -0
  49. package/dist/controller-bgp-max-as-limit-config/index.d.ts +54 -0
  50. package/dist/controller-bgp-max-as-limit-config/index.js +111 -0
  51. package/dist/controller-cert-domain-config/index.d.ts +55 -0
  52. package/dist/controller-cert-domain-config/index.js +114 -0
  53. package/dist/controller-config/index.d.ts +267 -0
  54. package/dist/controller-config/index.js +563 -0
  55. package/dist/controller-email-config/index.d.ts +99 -0
  56. package/dist/controller-email-config/index.js +210 -0
  57. package/dist/controller-email-exception-notification-config/index.d.ts +55 -0
  58. package/dist/controller-email-exception-notification-config/index.js +114 -0
  59. package/dist/controller-gateway-keepalive-config/index.d.ts +54 -0
  60. package/dist/controller-gateway-keepalive-config/index.js +111 -0
  61. package/dist/controller-private-mode-config/index.d.ts +65 -0
  62. package/dist/controller-private-mode-config/index.js +134 -0
  63. package/dist/controller-private-oob/index.d.ts +55 -0
  64. package/dist/controller-private-oob/index.js +114 -0
  65. package/dist/controller-security-group-management-config/index.d.ts +65 -0
  66. package/dist/controller-security-group-management-config/index.js +134 -0
  67. package/dist/copilot-association/index.d.ts +54 -0
  68. package/dist/copilot-association/index.js +111 -0
  69. package/dist/copilot-fault-tolerant-deployment/index.d.ts +212 -0
  70. package/dist/copilot-fault-tolerant-deployment/index.js +468 -0
  71. package/dist/copilot-security-group-management-config/index.d.ts +120 -0
  72. package/dist/copilot-security-group-management-config/index.js +249 -0
  73. package/dist/copilot-simple-deployment/index.d.ts +138 -0
  74. package/dist/copilot-simple-deployment/index.js +285 -0
  75. package/dist/data-aviatrix-account/index.d.ts +73 -0
  76. package/dist/data-aviatrix-account/index.js +187 -0
  77. package/dist/data-aviatrix-caller-identity/index.d.ts +45 -0
  78. package/dist/data-aviatrix-caller-identity/index.js +95 -0
  79. package/dist/data-aviatrix-controller-metadata/index.d.ts +48 -0
  80. package/dist/data-aviatrix-controller-metadata/index.js +107 -0
  81. package/dist/data-aviatrix-device-interfaces/index.d.ts +89 -0
  82. package/dist/data-aviatrix-device-interfaces/index.js +190 -0
  83. package/dist/data-aviatrix-edge-gateway-wan-interface-discovery/index.d.ts +65 -0
  84. package/dist/data-aviatrix-edge-gateway-wan-interface-discovery/index.js +135 -0
  85. package/dist/data-aviatrix-firenet/index.d.ts +59 -0
  86. package/dist/data-aviatrix-firenet/index.js +131 -0
  87. package/dist/data-aviatrix-firenet-firewall-manager/index.d.ts +184 -0
  88. package/dist/data-aviatrix-firenet-firewall-manager/index.js +381 -0
  89. package/dist/data-aviatrix-firenet-vendor-integration/index.d.ts +195 -0
  90. package/dist/data-aviatrix-firenet-vendor-integration/index.js +404 -0
  91. package/dist/data-aviatrix-firewall/index.d.ts +96 -0
  92. package/dist/data-aviatrix-firewall/index.js +218 -0
  93. package/dist/data-aviatrix-firewall-instance-images/index.d.ts +90 -0
  94. package/dist/data-aviatrix-firewall-instance-images/index.js +194 -0
  95. package/dist/data-aviatrix-gateway/index.d.ts +135 -0
  96. package/dist/data-aviatrix-gateway/index.js +432 -0
  97. package/dist/data-aviatrix-gateway-image/index.d.ts +65 -0
  98. package/dist/data-aviatrix-gateway-image/index.js +135 -0
  99. package/dist/data-aviatrix-network-domains/index.d.ts +89 -0
  100. package/dist/data-aviatrix-network-domains/index.js +210 -0
  101. package/dist/data-aviatrix-smart-groups/index.d.ts +161 -0
  102. package/dist/data-aviatrix-smart-groups/index.js +373 -0
  103. package/dist/data-aviatrix-spoke-gateway/index.d.ts +125 -0
  104. package/dist/data-aviatrix-spoke-gateway/index.js +392 -0
  105. package/dist/data-aviatrix-spoke-gateway-inspection-subnets/index.d.ts +55 -0
  106. package/dist/data-aviatrix-spoke-gateway-inspection-subnets/index.js +115 -0
  107. package/dist/data-aviatrix-spoke-gateways/index.d.ts +130 -0
  108. package/dist/data-aviatrix-spoke-gateways/index.js +374 -0
  109. package/dist/data-aviatrix-transit-gateway/index.d.ts +208 -0
  110. package/dist/data-aviatrix-transit-gateway/index.js +602 -0
  111. package/dist/data-aviatrix-transit-gateways/index.d.ts +202 -0
  112. package/dist/data-aviatrix-transit-gateways/index.js +540 -0
  113. package/dist/data-aviatrix-vpc/index.d.ts +187 -0
  114. package/dist/data-aviatrix-vpc/index.js +439 -0
  115. package/dist/data-aviatrix-vpc-tracker/index.d.ts +165 -0
  116. package/dist/data-aviatrix-vpc-tracker/index.js +369 -0
  117. package/dist/datadog-agent/index.d.ts +88 -0
  118. package/dist/datadog-agent/index.js +184 -0
  119. package/dist/device-interface-config/index.d.ts +74 -0
  120. package/dist/device-interface-config/index.js +151 -0
  121. package/dist/distributed-firewalling-config/index.d.ts +55 -0
  122. package/dist/distributed-firewalling-config/index.js +114 -0
  123. package/dist/distributed-firewalling-default-action-rule/index.d.ts +64 -0
  124. package/dist/distributed-firewalling-default-action-rule/index.js +131 -0
  125. package/dist/distributed-firewalling-intra-vpc/index.d.ts +117 -0
  126. package/dist/distributed-firewalling-intra-vpc/index.js +266 -0
  127. package/dist/distributed-firewalling-origin-cert-enforcement-config/index.d.ts +55 -0
  128. package/dist/distributed-firewalling-origin-cert-enforcement-config/index.js +114 -0
  129. package/dist/distributed-firewalling-policy-list/index.d.ts +291 -0
  130. package/dist/distributed-firewalling-policy-list/index.js +705 -0
  131. package/dist/distributed-firewalling-proxy-ca-config/index.d.ts +69 -0
  132. package/dist/distributed-firewalling-proxy-ca-config/index.js +151 -0
  133. package/dist/edge-csp/index.d.ts +693 -0
  134. package/dist/edge-csp/index.js +1561 -0
  135. package/dist/edge-csp-ha/index.d.ts +227 -0
  136. package/dist/edge-csp-ha/index.js +532 -0
  137. package/dist/edge-equinix/index.d.ts +651 -0
  138. package/dist/edge-equinix/index.js +1475 -0
  139. package/dist/edge-equinix-ha/index.d.ts +227 -0
  140. package/dist/edge-equinix-ha/index.js +532 -0
  141. package/dist/edge-gateway-selfmanaged/index.d.ts +607 -0
  142. package/dist/edge-gateway-selfmanaged/index.js +1378 -0
  143. package/dist/edge-gateway-selfmanaged-ha/index.d.ts +246 -0
  144. package/dist/edge-gateway-selfmanaged-ha/index.js +558 -0
  145. package/dist/edge-megaport/index.d.ts +704 -0
  146. package/dist/edge-megaport/index.js +1600 -0
  147. package/dist/edge-megaport-ha/index.d.ts +206 -0
  148. package/dist/edge-megaport-ha/index.js +479 -0
  149. package/dist/edge-neo/index.d.ts +669 -0
  150. package/dist/edge-neo/index.js +1509 -0
  151. package/dist/edge-neo-device-onboarding/index.d.ts +216 -0
  152. package/dist/edge-neo-device-onboarding/index.js +489 -0
  153. package/dist/edge-neo-ha/index.d.ts +227 -0
  154. package/dist/edge-neo-ha/index.js +532 -0
  155. package/dist/edge-platform/index.d.ts +691 -0
  156. package/dist/edge-platform/index.js +1555 -0
  157. package/dist/edge-platform-device-onboarding/index.d.ts +216 -0
  158. package/dist/edge-platform-device-onboarding/index.js +489 -0
  159. package/dist/edge-platform-ha/index.d.ts +227 -0
  160. package/dist/edge-platform-ha/index.js +532 -0
  161. package/dist/edge-proxy-profile/index.d.ts +98 -0
  162. package/dist/edge-proxy-profile/index.js +204 -0
  163. package/dist/edge-spoke/index.d.ts +434 -0
  164. package/dist/edge-spoke/index.js +953 -0
  165. package/dist/edge-spoke-external-device-conn/index.d.ts +371 -0
  166. package/dist/edge-spoke-external-device-conn/index.js +800 -0
  167. package/dist/edge-spoke-transit-attachment/index.d.ts +197 -0
  168. package/dist/edge-spoke-transit-attachment/index.js +411 -0
  169. package/dist/edge-vm-selfmanaged/index.d.ts +423 -0
  170. package/dist/edge-vm-selfmanaged/index.js +930 -0
  171. package/dist/edge-vm-selfmanaged-ha/index.d.ts +202 -0
  172. package/dist/edge-vm-selfmanaged-ha/index.js +456 -0
  173. package/dist/edge-zededa/index.d.ts +693 -0
  174. package/dist/edge-zededa/index.js +1561 -0
  175. package/dist/edge-zededa-ha/index.d.ts +227 -0
  176. package/dist/edge-zededa-ha/index.js +532 -0
  177. package/dist/filebeat-forwarder/index.d.ts +98 -0
  178. package/dist/filebeat-forwarder/index.js +204 -0
  179. package/dist/firenet/index.d.ts +120 -0
  180. package/dist/firenet/index.js +249 -0
  181. package/dist/firewall/index.d.ts +204 -0
  182. package/dist/firewall/index.js +467 -0
  183. package/dist/firewall-instance/index.d.ts +384 -0
  184. package/dist/firewall-instance/index.js +794 -0
  185. package/dist/firewall-instance-association/index.d.ts +141 -0
  186. package/dist/firewall-instance-association/index.js +292 -0
  187. package/dist/firewall-management-access/index.d.ts +64 -0
  188. package/dist/firewall-management-access/index.js +131 -0
  189. package/dist/firewall-policy/index.d.ts +138 -0
  190. package/dist/firewall-policy/index.js +283 -0
  191. package/dist/firewall-tag/index.d.ts +118 -0
  192. package/dist/firewall-tag/index.js +264 -0
  193. package/dist/fqdn/index.d.ts +237 -0
  194. package/dist/fqdn/index.js +542 -0
  195. package/dist/fqdn-global-config/index.d.ts +110 -0
  196. package/dist/fqdn-global-config/index.js +229 -0
  197. package/dist/fqdn-pass-through/index.d.ts +64 -0
  198. package/dist/fqdn-pass-through/index.js +131 -0
  199. package/dist/fqdn-tag-rule/index.d.ts +95 -0
  200. package/dist/fqdn-tag-rule/index.js +194 -0
  201. package/dist/gateway/index.d.ts +913 -0
  202. package/dist/gateway/index.js +1904 -0
  203. package/dist/gateway-certificate-config/index.d.ts +64 -0
  204. package/dist/gateway-certificate-config/index.js +131 -0
  205. package/dist/gateway-dnat/index.d.ts +319 -0
  206. package/dist/gateway-dnat/index.js +785 -0
  207. package/dist/gateway-snat/index.d.ts +342 -0
  208. package/dist/gateway-snat/index.js +834 -0
  209. package/dist/geo-vpn/index.d.ts +94 -0
  210. package/dist/geo-vpn/index.js +191 -0
  211. package/dist/global-vpc-excluded-instance/index.d.ts +75 -0
  212. package/dist/global-vpc-excluded-instance/index.js +155 -0
  213. package/dist/global-vpc-tagging-settings/index.d.ts +64 -0
  214. package/dist/global-vpc-tagging-settings/index.js +131 -0
  215. package/dist/index.d.ts +150 -0
  216. package/dist/index.js +151 -0
  217. package/dist/kubernetes-cluster/index.d.ts +232 -0
  218. package/dist/kubernetes-cluster/index.js +534 -0
  219. package/dist/lazy-index.d.ts +0 -0
  220. package/dist/lazy-index.js +151 -0
  221. package/dist/link-hierarchy/index.d.ts +161 -0
  222. package/dist/link-hierarchy/index.js +370 -0
  223. package/dist/netflow-agent/index.d.ts +98 -0
  224. package/dist/netflow-agent/index.js +204 -0
  225. package/dist/periodic-ping/index.d.ts +74 -0
  226. package/dist/periodic-ping/index.js +151 -0
  227. package/dist/private-mode-lb/index.d.ts +159 -0
  228. package/dist/private-mode-lb/index.js +347 -0
  229. package/dist/private-mode-multicloud-endpoint/index.d.ts +85 -0
  230. package/dist/private-mode-multicloud-endpoint/index.js +175 -0
  231. package/dist/provider/index.d.ts +121 -0
  232. package/dist/provider/index.js +273 -0
  233. package/dist/proxy-config/index.d.ts +75 -0
  234. package/dist/proxy-config/index.js +154 -0
  235. package/dist/qos-class/index.d.ts +65 -0
  236. package/dist/qos-class/index.js +135 -0
  237. package/dist/qos-policy-list/index.d.ts +118 -0
  238. package/dist/qos-policy-list/index.js +270 -0
  239. package/dist/rbac-group/index.d.ts +65 -0
  240. package/dist/rbac-group/index.js +134 -0
  241. package/dist/rbac-group-access-account-attachment/index.d.ts +64 -0
  242. package/dist/rbac-group-access-account-attachment/index.js +131 -0
  243. package/dist/rbac-group-permission-attachment/index.d.ts +64 -0
  244. package/dist/rbac-group-permission-attachment/index.js +131 -0
  245. package/dist/rbac-group-user-attachment/index.d.ts +64 -0
  246. package/dist/rbac-group-user-attachment/index.js +131 -0
  247. package/dist/remote-syslog/index.d.ts +154 -0
  248. package/dist/remote-syslog/index.js +323 -0
  249. package/dist/saml-endpoint/index.d.ts +152 -0
  250. package/dist/saml-endpoint/index.js +315 -0
  251. package/dist/segmentation-network-domain/index.d.ts +54 -0
  252. package/dist/segmentation-network-domain/index.js +111 -0
  253. package/dist/segmentation-network-domain-association/index.d.ts +75 -0
  254. package/dist/segmentation-network-domain-association/index.js +154 -0
  255. package/dist/segmentation-network-domain-connection-policy/index.d.ts +64 -0
  256. package/dist/segmentation-network-domain-connection-policy/index.js +131 -0
  257. package/dist/site2cloud/index.d.ts +642 -0
  258. package/dist/site2cloud/index.js +1335 -0
  259. package/dist/site2cloud-ca-cert-tag/index.d.ts +112 -0
  260. package/dist/site2cloud-ca-cert-tag/index.js +256 -0
  261. package/dist/sla-class/index.d.ts +85 -0
  262. package/dist/sla-class/index.js +175 -0
  263. package/dist/smart-group/index.d.ts +336 -0
  264. package/dist/smart-group/index.js +789 -0
  265. package/dist/splunk-logging/index.d.ts +100 -0
  266. package/dist/splunk-logging/index.js +210 -0
  267. package/dist/spoke-external-device-conn/index.d.ts +638 -0
  268. package/dist/spoke-external-device-conn/index.js +1361 -0
  269. package/dist/spoke-gateway/index.d.ts +903 -0
  270. package/dist/spoke-gateway/index.js +1885 -0
  271. package/dist/spoke-gateway-subnet-group/index.d.ts +75 -0
  272. package/dist/spoke-gateway-subnet-group/index.js +154 -0
  273. package/dist/spoke-ha-gateway/index.d.ts +172 -0
  274. package/dist/spoke-ha-gateway/index.js +374 -0
  275. package/dist/spoke-transit-attachment/index.d.ts +131 -0
  276. package/dist/spoke-transit-attachment/index.js +273 -0
  277. package/dist/sumologic-forwarder/index.d.ts +98 -0
  278. package/dist/sumologic-forwarder/index.js +204 -0
  279. package/dist/traffic-classifier/index.d.ts +239 -0
  280. package/dist/traffic-classifier/index.js +574 -0
  281. package/dist/trans-peer/index.d.ts +74 -0
  282. package/dist/trans-peer/index.js +151 -0
  283. package/dist/transit-external-device-conn/index.d.ts +694 -0
  284. package/dist/transit-external-device-conn/index.js +1479 -0
  285. package/dist/transit-firenet-policy/index.d.ts +64 -0
  286. package/dist/transit-firenet-policy/index.js +131 -0
  287. package/dist/transit-gateway/index.d.ts +1566 -0
  288. package/dist/transit-gateway/index.js +3442 -0
  289. package/dist/transit-gateway-peering/index.d.ts +240 -0
  290. package/dist/transit-gateway-peering/index.js +499 -0
  291. package/dist/tunnel/index.d.ts +78 -0
  292. package/dist/tunnel/index.js +166 -0
  293. package/dist/vgw-conn/index.d.ts +158 -0
  294. package/dist/vgw-conn/index.js +323 -0
  295. package/dist/vpc/index.d.ts +339 -0
  296. package/dist/vpc/index.js +758 -0
  297. package/dist/vpn-cert-download/index.d.ts +66 -0
  298. package/dist/vpn-cert-download/index.js +137 -0
  299. package/dist/vpn-profile/index.d.ts +169 -0
  300. package/dist/vpn-profile/index.js +383 -0
  301. package/dist/vpn-user/index.d.ts +129 -0
  302. package/dist/vpn-user/index.js +272 -0
  303. package/dist/vpn-user-accelerator/index.d.ts +54 -0
  304. package/dist/vpn-user-accelerator/index.js +111 -0
  305. package/dist/web-group/index.d.ts +144 -0
  306. package/dist/web-group/index.js +341 -0
  307. package/package.json +51 -0
@@ -0,0 +1,669 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface EdgeNeoConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * Edge CSP account name.
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#account_name EdgeNeo#account_name}
8
+ */
9
+ readonly accountName: string;
10
+ /**
11
+ * Approved learned CIDRs for BGP Spoke Gateway.
12
+ *
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#approved_learned_cidrs EdgeNeo#approved_learned_cidrs}
14
+ */
15
+ readonly approvedLearnedCidrs?: string[];
16
+ /**
17
+ * BGP Hold Time for BGP Spoke Gateway. Unit is in seconds. Valid values are between 12 and 360.
18
+ *
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#bgp_hold_time EdgeNeo#bgp_hold_time}
20
+ */
21
+ readonly bgpHoldTime?: number;
22
+ /**
23
+ * BGP route polling time for BGP Spoke Gateway. Unit is in seconds. Valid values are between 10 and 50.
24
+ *
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#bgp_polling_time EdgeNeo#bgp_polling_time}
26
+ */
27
+ readonly bgpPollingTime?: number;
28
+ /**
29
+ * Edge NEO device ID.
30
+ *
31
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#device_id EdgeNeo#device_id}
32
+ */
33
+ readonly deviceId: string;
34
+ /**
35
+ * DNS profile to be associated with gateway, select an existing template.
36
+ *
37
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#dns_profile_name EdgeNeo#dns_profile_name}
38
+ */
39
+ readonly dnsProfileName?: string;
40
+ /**
41
+ * DNS server IP.
42
+ *
43
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#dns_server_ip EdgeNeo#dns_server_ip}
44
+ */
45
+ readonly dnsServerIp?: string;
46
+ /**
47
+ * Enable auto advertise LAN CIDRs.
48
+ *
49
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_auto_advertise_lan_cidrs EdgeNeo#enable_auto_advertise_lan_cidrs}
50
+ */
51
+ readonly enableAutoAdvertiseLanCidrs?: boolean | cdktf.IResolvable;
52
+ /**
53
+ * Enables Edge Active-Standby Mode.
54
+ *
55
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_edge_active_standby EdgeNeo#enable_edge_active_standby}
56
+ */
57
+ readonly enableEdgeActiveStandby?: boolean | cdktf.IResolvable;
58
+ /**
59
+ * Enables Preemptive Mode for Edge Active-Standby, available only with Active-Standby enabled.
60
+ *
61
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_edge_active_standby_preemptive EdgeNeo#enable_edge_active_standby_preemptive}
62
+ */
63
+ readonly enableEdgeActiveStandbyPreemptive?: boolean | cdktf.IResolvable;
64
+ /**
65
+ * Enable Edge transitive routing.
66
+ *
67
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_edge_transitive_routing EdgeNeo#enable_edge_transitive_routing}
68
+ */
69
+ readonly enableEdgeTransitiveRouting?: boolean | cdktf.IResolvable;
70
+ /**
71
+ * Enable jumbo frame.
72
+ *
73
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_jumbo_frame EdgeNeo#enable_jumbo_frame}
74
+ */
75
+ readonly enableJumboFrame?: boolean | cdktf.IResolvable;
76
+ /**
77
+ * Switch to enable/disable learned CIDR approval for BGP Spoke Gateway. Valid values: true, false.
78
+ *
79
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_learned_cidrs_approval EdgeNeo#enable_learned_cidrs_approval}
80
+ */
81
+ readonly enableLearnedCidrsApproval?: boolean | cdktf.IResolvable;
82
+ /**
83
+ * Enable management over private network.
84
+ *
85
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_management_over_private_network EdgeNeo#enable_management_over_private_network}
86
+ */
87
+ readonly enableManagementOverPrivateNetwork?: boolean | cdktf.IResolvable;
88
+ /**
89
+ * Enable preserve as path when advertising manual summary CIDRs on BGP spoke gateway.
90
+ *
91
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_preserve_as_path EdgeNeo#enable_preserve_as_path}
92
+ */
93
+ readonly enablePreserveAsPath?: boolean | cdktf.IResolvable;
94
+ /**
95
+ * Enable Single IP SNAT.
96
+ *
97
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_single_ip_snat EdgeNeo#enable_single_ip_snat}
98
+ */
99
+ readonly enableSingleIpSnat?: boolean | cdktf.IResolvable;
100
+ /**
101
+ * Edge CSP name.
102
+ *
103
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#gw_name EdgeNeo#gw_name}
104
+ */
105
+ readonly gwName: string;
106
+ /**
107
+ * Gateway size (CPU and Memory).
108
+ *
109
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#gw_size EdgeNeo#gw_size}
110
+ */
111
+ readonly gwSize: string;
112
+ /**
113
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#id EdgeNeo#id}
114
+ *
115
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
116
+ * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
117
+ */
118
+ readonly id?: string;
119
+ /**
120
+ * List of LAN interface names.
121
+ *
122
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#lan_interface_names EdgeNeo#lan_interface_names}
123
+ */
124
+ readonly lanInterfaceNames: string[];
125
+ /**
126
+ * The latitude of the Edge as a Spoke.
127
+ *
128
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#latitude EdgeNeo#latitude}
129
+ */
130
+ readonly latitude?: string;
131
+ /**
132
+ * Local AS number.
133
+ *
134
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#local_as_number EdgeNeo#local_as_number}
135
+ */
136
+ readonly localAsNumber?: string;
137
+ /**
138
+ * The longitude of the Edge as a Spoke.
139
+ *
140
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#longitude EdgeNeo#longitude}
141
+ */
142
+ readonly longitude?: string;
143
+ /**
144
+ * Set of management egress gateway IP/prefix.
145
+ *
146
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#management_egress_ip_prefix_list EdgeNeo#management_egress_ip_prefix_list}
147
+ */
148
+ readonly managementEgressIpPrefixList?: string[];
149
+ /**
150
+ * List of management interface names.
151
+ *
152
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#management_interface_names EdgeNeo#management_interface_names}
153
+ */
154
+ readonly managementInterfaceNames: string[];
155
+ /**
156
+ * List of AS numbers to prepend gateway BGP AS_Path field.
157
+ *
158
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#prepend_as_path EdgeNeo#prepend_as_path}
159
+ */
160
+ readonly prependAsPath?: string[];
161
+ /**
162
+ * Ethernet interface RX queue size.
163
+ *
164
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#rx_queue_size EdgeNeo#rx_queue_size}
165
+ */
166
+ readonly rxQueueSize?: string;
167
+ /**
168
+ * Secondary DNS server IP.
169
+ *
170
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#secondary_dns_server_ip EdgeNeo#secondary_dns_server_ip}
171
+ */
172
+ readonly secondaryDnsServerIp?: string;
173
+ /**
174
+ * Site ID.
175
+ *
176
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#site_id EdgeNeo#site_id}
177
+ */
178
+ readonly siteId: string;
179
+ /**
180
+ * Intended CIDR list to be advertised to external BGP router.
181
+ *
182
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#spoke_bgp_manual_advertise_cidrs EdgeNeo#spoke_bgp_manual_advertise_cidrs}
183
+ */
184
+ readonly spokeBgpManualAdvertiseCidrs?: string[];
185
+ /**
186
+ * List of WAN interface names.
187
+ *
188
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#wan_interface_names EdgeNeo#wan_interface_names}
189
+ */
190
+ readonly wanInterfaceNames: string[];
191
+ /**
192
+ * interfaces block
193
+ *
194
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#interfaces EdgeNeo#interfaces}
195
+ */
196
+ readonly interfaces: EdgeNeoInterfaces[] | cdktf.IResolvable;
197
+ /**
198
+ * vlan block
199
+ *
200
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#vlan EdgeNeo#vlan}
201
+ */
202
+ readonly vlan?: EdgeNeoVlan[] | cdktf.IResolvable;
203
+ }
204
+ export interface EdgeNeoInterfaces {
205
+ /**
206
+ * The rate of data can be moved through the interface, requires an integer value. Unit is in Mb/s.
207
+ *
208
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#bandwidth EdgeNeo#bandwidth}
209
+ */
210
+ readonly bandwidth?: number;
211
+ /**
212
+ * Primary DNS server IP.
213
+ *
214
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#dns_server_ip EdgeNeo#dns_server_ip}
215
+ */
216
+ readonly dnsServerIp?: string;
217
+ /**
218
+ * Enable DHCP.
219
+ *
220
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_dhcp EdgeNeo#enable_dhcp}
221
+ */
222
+ readonly enableDhcp?: boolean | cdktf.IResolvable;
223
+ /**
224
+ * Enable VRRP.
225
+ *
226
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#enable_vrrp EdgeNeo#enable_vrrp}
227
+ */
228
+ readonly enableVrrp?: boolean | cdktf.IResolvable;
229
+ /**
230
+ * Gateway IP.
231
+ *
232
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#gateway_ip EdgeNeo#gateway_ip}
233
+ */
234
+ readonly gatewayIp?: string;
235
+ /**
236
+ * Interface static IP address.
237
+ *
238
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#ip_address EdgeNeo#ip_address}
239
+ */
240
+ readonly ipAddress?: string;
241
+ /**
242
+ * Interface name.
243
+ *
244
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#name EdgeNeo#name}
245
+ */
246
+ readonly name: string;
247
+ /**
248
+ * Secondary DNS server IP.
249
+ *
250
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#secondary_dns_server_ip EdgeNeo#secondary_dns_server_ip}
251
+ */
252
+ readonly secondaryDnsServerIp?: string;
253
+ /**
254
+ * Tag.
255
+ *
256
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#tag EdgeNeo#tag}
257
+ */
258
+ readonly tag?: string;
259
+ /**
260
+ * Interface type.
261
+ *
262
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#type EdgeNeo#type}
263
+ */
264
+ readonly type: string;
265
+ /**
266
+ * VRRP virtual IP.
267
+ *
268
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#vrrp_virtual_ip EdgeNeo#vrrp_virtual_ip}
269
+ */
270
+ readonly vrrpVirtualIp?: string;
271
+ /**
272
+ * WAN interface public IP.
273
+ *
274
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#wan_public_ip EdgeNeo#wan_public_ip}
275
+ */
276
+ readonly wanPublicIp?: string;
277
+ }
278
+ export declare function edgeNeoInterfacesToTerraform(struct?: EdgeNeoInterfaces | cdktf.IResolvable): any;
279
+ export declare function edgeNeoInterfacesToHclTerraform(struct?: EdgeNeoInterfaces | cdktf.IResolvable): any;
280
+ export declare class EdgeNeoInterfacesOutputReference extends cdktf.ComplexObject {
281
+ private isEmptyObject;
282
+ private resolvableValue?;
283
+ /**
284
+ * @param terraformResource The parent resource
285
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
286
+ * @param complexObjectIndex the index of this item in the list
287
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
288
+ */
289
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
290
+ get internalValue(): EdgeNeoInterfaces | cdktf.IResolvable | undefined;
291
+ set internalValue(value: EdgeNeoInterfaces | cdktf.IResolvable | undefined);
292
+ private _bandwidth?;
293
+ get bandwidth(): number;
294
+ set bandwidth(value: number);
295
+ resetBandwidth(): void;
296
+ get bandwidthInput(): number;
297
+ private _dnsServerIp?;
298
+ get dnsServerIp(): string;
299
+ set dnsServerIp(value: string);
300
+ resetDnsServerIp(): void;
301
+ get dnsServerIpInput(): string;
302
+ private _enableDhcp?;
303
+ get enableDhcp(): boolean | cdktf.IResolvable;
304
+ set enableDhcp(value: boolean | cdktf.IResolvable);
305
+ resetEnableDhcp(): void;
306
+ get enableDhcpInput(): any;
307
+ private _enableVrrp?;
308
+ get enableVrrp(): boolean | cdktf.IResolvable;
309
+ set enableVrrp(value: boolean | cdktf.IResolvable);
310
+ resetEnableVrrp(): void;
311
+ get enableVrrpInput(): any;
312
+ private _gatewayIp?;
313
+ get gatewayIp(): string;
314
+ set gatewayIp(value: string);
315
+ resetGatewayIp(): void;
316
+ get gatewayIpInput(): string;
317
+ private _ipAddress?;
318
+ get ipAddress(): string;
319
+ set ipAddress(value: string);
320
+ resetIpAddress(): void;
321
+ get ipAddressInput(): string;
322
+ private _name?;
323
+ get name(): string;
324
+ set name(value: string);
325
+ get nameInput(): string;
326
+ private _secondaryDnsServerIp?;
327
+ get secondaryDnsServerIp(): string;
328
+ set secondaryDnsServerIp(value: string);
329
+ resetSecondaryDnsServerIp(): void;
330
+ get secondaryDnsServerIpInput(): string;
331
+ private _tag?;
332
+ get tag(): string;
333
+ set tag(value: string);
334
+ resetTag(): void;
335
+ get tagInput(): string;
336
+ private _type?;
337
+ get type(): string;
338
+ set type(value: string);
339
+ get typeInput(): string;
340
+ private _vrrpVirtualIp?;
341
+ get vrrpVirtualIp(): string;
342
+ set vrrpVirtualIp(value: string);
343
+ resetVrrpVirtualIp(): void;
344
+ get vrrpVirtualIpInput(): string;
345
+ private _wanPublicIp?;
346
+ get wanPublicIp(): string;
347
+ set wanPublicIp(value: string);
348
+ resetWanPublicIp(): void;
349
+ get wanPublicIpInput(): string;
350
+ }
351
+ export declare class EdgeNeoInterfacesList extends cdktf.ComplexList {
352
+ protected terraformResource: cdktf.IInterpolatingParent;
353
+ protected terraformAttribute: string;
354
+ protected wrapsSet: boolean;
355
+ internalValue?: EdgeNeoInterfaces[] | cdktf.IResolvable;
356
+ /**
357
+ * @param terraformResource The parent resource
358
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
359
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
360
+ */
361
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
362
+ /**
363
+ * @param index the index of the item to return
364
+ */
365
+ get(index: number): EdgeNeoInterfacesOutputReference;
366
+ }
367
+ export interface EdgeNeoVlan {
368
+ /**
369
+ * LAN sub-interface gateway IP.
370
+ *
371
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#gateway_ip EdgeNeo#gateway_ip}
372
+ */
373
+ readonly gatewayIp?: string;
374
+ /**
375
+ * LAN sub-interface IP address.
376
+ *
377
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#ip_address EdgeNeo#ip_address}
378
+ */
379
+ readonly ipAddress: string;
380
+ /**
381
+ * Parent interface name.
382
+ *
383
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#parent_interface_name EdgeNeo#parent_interface_name}
384
+ */
385
+ readonly parentInterfaceName: string;
386
+ /**
387
+ * LAN sub-interface gateway IP on HA gateway.
388
+ *
389
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#peer_gateway_ip EdgeNeo#peer_gateway_ip}
390
+ */
391
+ readonly peerGatewayIp?: string;
392
+ /**
393
+ * LAN sub-interface IP address on HA gateway.
394
+ *
395
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#peer_ip_address EdgeNeo#peer_ip_address}
396
+ */
397
+ readonly peerIpAddress?: string;
398
+ /**
399
+ * Tag.
400
+ *
401
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#tag EdgeNeo#tag}
402
+ */
403
+ readonly tag?: string;
404
+ /**
405
+ * VLAN ID.
406
+ *
407
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#vlan_id EdgeNeo#vlan_id}
408
+ */
409
+ readonly vlanId: number;
410
+ /**
411
+ * LAN sub-interface virtual IP.
412
+ *
413
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#vrrp_virtual_ip EdgeNeo#vrrp_virtual_ip}
414
+ */
415
+ readonly vrrpVirtualIp?: string;
416
+ }
417
+ export declare function edgeNeoVlanToTerraform(struct?: EdgeNeoVlan | cdktf.IResolvable): any;
418
+ export declare function edgeNeoVlanToHclTerraform(struct?: EdgeNeoVlan | cdktf.IResolvable): any;
419
+ export declare class EdgeNeoVlanOutputReference extends cdktf.ComplexObject {
420
+ private isEmptyObject;
421
+ private resolvableValue?;
422
+ /**
423
+ * @param terraformResource The parent resource
424
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
425
+ * @param complexObjectIndex the index of this item in the list
426
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
427
+ */
428
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
429
+ get internalValue(): EdgeNeoVlan | cdktf.IResolvable | undefined;
430
+ set internalValue(value: EdgeNeoVlan | cdktf.IResolvable | undefined);
431
+ private _gatewayIp?;
432
+ get gatewayIp(): string;
433
+ set gatewayIp(value: string);
434
+ resetGatewayIp(): void;
435
+ get gatewayIpInput(): string;
436
+ private _ipAddress?;
437
+ get ipAddress(): string;
438
+ set ipAddress(value: string);
439
+ get ipAddressInput(): string;
440
+ private _parentInterfaceName?;
441
+ get parentInterfaceName(): string;
442
+ set parentInterfaceName(value: string);
443
+ get parentInterfaceNameInput(): string;
444
+ private _peerGatewayIp?;
445
+ get peerGatewayIp(): string;
446
+ set peerGatewayIp(value: string);
447
+ resetPeerGatewayIp(): void;
448
+ get peerGatewayIpInput(): string;
449
+ private _peerIpAddress?;
450
+ get peerIpAddress(): string;
451
+ set peerIpAddress(value: string);
452
+ resetPeerIpAddress(): void;
453
+ get peerIpAddressInput(): string;
454
+ private _tag?;
455
+ get tag(): string;
456
+ set tag(value: string);
457
+ resetTag(): void;
458
+ get tagInput(): string;
459
+ private _vlanId?;
460
+ get vlanId(): number;
461
+ set vlanId(value: number);
462
+ get vlanIdInput(): number;
463
+ private _vrrpVirtualIp?;
464
+ get vrrpVirtualIp(): string;
465
+ set vrrpVirtualIp(value: string);
466
+ resetVrrpVirtualIp(): void;
467
+ get vrrpVirtualIpInput(): string;
468
+ }
469
+ export declare class EdgeNeoVlanList extends cdktf.ComplexList {
470
+ protected terraformResource: cdktf.IInterpolatingParent;
471
+ protected terraformAttribute: string;
472
+ protected wrapsSet: boolean;
473
+ internalValue?: EdgeNeoVlan[] | cdktf.IResolvable;
474
+ /**
475
+ * @param terraformResource The parent resource
476
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
477
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
478
+ */
479
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
480
+ /**
481
+ * @param index the index of the item to return
482
+ */
483
+ get(index: number): EdgeNeoVlanOutputReference;
484
+ }
485
+ /**
486
+ * Represents a {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo aviatrix_edge_neo}
487
+ */
488
+ export declare class EdgeNeo extends cdktf.TerraformResource {
489
+ static readonly tfResourceType = "aviatrix_edge_neo";
490
+ /**
491
+ * Generates CDKTF code for importing a EdgeNeo resource upon running "cdktf plan <stack-name>"
492
+ * @param scope The scope in which to define this construct
493
+ * @param importToId The construct id used in the generated config for the EdgeNeo to import
494
+ * @param importFromId The id of the existing EdgeNeo that should be imported. Refer to the {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo#import import section} in the documentation of this resource for the id to use
495
+ * @param provider? Optional instance of the provider where the EdgeNeo to import is found
496
+ */
497
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
498
+ /**
499
+ * Create a new {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/edge_neo aviatrix_edge_neo} Resource
500
+ *
501
+ * @param scope The scope in which to define this construct
502
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
503
+ * @param options EdgeNeoConfig
504
+ */
505
+ constructor(scope: Construct, id: string, config: EdgeNeoConfig);
506
+ private _accountName?;
507
+ get accountName(): string;
508
+ set accountName(value: string);
509
+ get accountNameInput(): string;
510
+ private _approvedLearnedCidrs?;
511
+ get approvedLearnedCidrs(): string[];
512
+ set approvedLearnedCidrs(value: string[]);
513
+ resetApprovedLearnedCidrs(): void;
514
+ get approvedLearnedCidrsInput(): string[];
515
+ private _bgpHoldTime?;
516
+ get bgpHoldTime(): number;
517
+ set bgpHoldTime(value: number);
518
+ resetBgpHoldTime(): void;
519
+ get bgpHoldTimeInput(): number;
520
+ private _bgpPollingTime?;
521
+ get bgpPollingTime(): number;
522
+ set bgpPollingTime(value: number);
523
+ resetBgpPollingTime(): void;
524
+ get bgpPollingTimeInput(): number;
525
+ private _deviceId?;
526
+ get deviceId(): string;
527
+ set deviceId(value: string);
528
+ get deviceIdInput(): string;
529
+ private _dnsProfileName?;
530
+ get dnsProfileName(): string;
531
+ set dnsProfileName(value: string);
532
+ resetDnsProfileName(): void;
533
+ get dnsProfileNameInput(): string;
534
+ private _dnsServerIp?;
535
+ get dnsServerIp(): string;
536
+ set dnsServerIp(value: string);
537
+ resetDnsServerIp(): void;
538
+ get dnsServerIpInput(): string;
539
+ private _enableAutoAdvertiseLanCidrs?;
540
+ get enableAutoAdvertiseLanCidrs(): boolean | cdktf.IResolvable;
541
+ set enableAutoAdvertiseLanCidrs(value: boolean | cdktf.IResolvable);
542
+ resetEnableAutoAdvertiseLanCidrs(): void;
543
+ get enableAutoAdvertiseLanCidrsInput(): any;
544
+ private _enableEdgeActiveStandby?;
545
+ get enableEdgeActiveStandby(): boolean | cdktf.IResolvable;
546
+ set enableEdgeActiveStandby(value: boolean | cdktf.IResolvable);
547
+ resetEnableEdgeActiveStandby(): void;
548
+ get enableEdgeActiveStandbyInput(): any;
549
+ private _enableEdgeActiveStandbyPreemptive?;
550
+ get enableEdgeActiveStandbyPreemptive(): boolean | cdktf.IResolvable;
551
+ set enableEdgeActiveStandbyPreemptive(value: boolean | cdktf.IResolvable);
552
+ resetEnableEdgeActiveStandbyPreemptive(): void;
553
+ get enableEdgeActiveStandbyPreemptiveInput(): any;
554
+ private _enableEdgeTransitiveRouting?;
555
+ get enableEdgeTransitiveRouting(): boolean | cdktf.IResolvable;
556
+ set enableEdgeTransitiveRouting(value: boolean | cdktf.IResolvable);
557
+ resetEnableEdgeTransitiveRouting(): void;
558
+ get enableEdgeTransitiveRoutingInput(): any;
559
+ private _enableJumboFrame?;
560
+ get enableJumboFrame(): boolean | cdktf.IResolvable;
561
+ set enableJumboFrame(value: boolean | cdktf.IResolvable);
562
+ resetEnableJumboFrame(): void;
563
+ get enableJumboFrameInput(): any;
564
+ private _enableLearnedCidrsApproval?;
565
+ get enableLearnedCidrsApproval(): boolean | cdktf.IResolvable;
566
+ set enableLearnedCidrsApproval(value: boolean | cdktf.IResolvable);
567
+ resetEnableLearnedCidrsApproval(): void;
568
+ get enableLearnedCidrsApprovalInput(): any;
569
+ private _enableManagementOverPrivateNetwork?;
570
+ get enableManagementOverPrivateNetwork(): boolean | cdktf.IResolvable;
571
+ set enableManagementOverPrivateNetwork(value: boolean | cdktf.IResolvable);
572
+ resetEnableManagementOverPrivateNetwork(): void;
573
+ get enableManagementOverPrivateNetworkInput(): any;
574
+ private _enablePreserveAsPath?;
575
+ get enablePreserveAsPath(): boolean | cdktf.IResolvable;
576
+ set enablePreserveAsPath(value: boolean | cdktf.IResolvable);
577
+ resetEnablePreserveAsPath(): void;
578
+ get enablePreserveAsPathInput(): any;
579
+ private _enableSingleIpSnat?;
580
+ get enableSingleIpSnat(): boolean | cdktf.IResolvable;
581
+ set enableSingleIpSnat(value: boolean | cdktf.IResolvable);
582
+ resetEnableSingleIpSnat(): void;
583
+ get enableSingleIpSnatInput(): any;
584
+ private _gwName?;
585
+ get gwName(): string;
586
+ set gwName(value: string);
587
+ get gwNameInput(): string;
588
+ private _gwSize?;
589
+ get gwSize(): string;
590
+ set gwSize(value: string);
591
+ get gwSizeInput(): string;
592
+ private _id?;
593
+ get id(): string;
594
+ set id(value: string);
595
+ resetId(): void;
596
+ get idInput(): string;
597
+ private _lanInterfaceNames?;
598
+ get lanInterfaceNames(): string[];
599
+ set lanInterfaceNames(value: string[]);
600
+ get lanInterfaceNamesInput(): string[];
601
+ private _latitude?;
602
+ get latitude(): string;
603
+ set latitude(value: string);
604
+ resetLatitude(): void;
605
+ get latitudeInput(): string;
606
+ private _localAsNumber?;
607
+ get localAsNumber(): string;
608
+ set localAsNumber(value: string);
609
+ resetLocalAsNumber(): void;
610
+ get localAsNumberInput(): string;
611
+ private _longitude?;
612
+ get longitude(): string;
613
+ set longitude(value: string);
614
+ resetLongitude(): void;
615
+ get longitudeInput(): string;
616
+ private _managementEgressIpPrefixList?;
617
+ get managementEgressIpPrefixList(): string[];
618
+ set managementEgressIpPrefixList(value: string[]);
619
+ resetManagementEgressIpPrefixList(): void;
620
+ get managementEgressIpPrefixListInput(): string[];
621
+ private _managementInterfaceNames?;
622
+ get managementInterfaceNames(): string[];
623
+ set managementInterfaceNames(value: string[]);
624
+ get managementInterfaceNamesInput(): string[];
625
+ private _prependAsPath?;
626
+ get prependAsPath(): string[];
627
+ set prependAsPath(value: string[]);
628
+ resetPrependAsPath(): void;
629
+ get prependAsPathInput(): string[];
630
+ private _rxQueueSize?;
631
+ get rxQueueSize(): string;
632
+ set rxQueueSize(value: string);
633
+ resetRxQueueSize(): void;
634
+ get rxQueueSizeInput(): string;
635
+ private _secondaryDnsServerIp?;
636
+ get secondaryDnsServerIp(): string;
637
+ set secondaryDnsServerIp(value: string);
638
+ resetSecondaryDnsServerIp(): void;
639
+ get secondaryDnsServerIpInput(): string;
640
+ private _siteId?;
641
+ get siteId(): string;
642
+ set siteId(value: string);
643
+ get siteIdInput(): string;
644
+ private _spokeBgpManualAdvertiseCidrs?;
645
+ get spokeBgpManualAdvertiseCidrs(): string[];
646
+ set spokeBgpManualAdvertiseCidrs(value: string[]);
647
+ resetSpokeBgpManualAdvertiseCidrs(): void;
648
+ get spokeBgpManualAdvertiseCidrsInput(): string[];
649
+ get state(): any;
650
+ private _wanInterfaceNames?;
651
+ get wanInterfaceNames(): string[];
652
+ set wanInterfaceNames(value: string[]);
653
+ get wanInterfaceNamesInput(): string[];
654
+ private _interfaces;
655
+ get interfaces(): EdgeNeoInterfacesList;
656
+ putInterfaces(value: EdgeNeoInterfaces[] | cdktf.IResolvable): void;
657
+ get interfacesInput(): any;
658
+ private _vlan;
659
+ get vlan(): EdgeNeoVlanList;
660
+ putVlan(value: EdgeNeoVlan[] | cdktf.IResolvable): void;
661
+ resetVlan(): void;
662
+ get vlanInput(): any;
663
+ protected synthesizeAttributes(): {
664
+ [name: string]: any;
665
+ };
666
+ protected synthesizeHclAttributes(): {
667
+ [name: string]: any;
668
+ };
669
+ }