@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,903 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface SpokeGatewayConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * This parameter represents the name of a Cloud-Account in Aviatrix controller.
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#account_name SpokeGateway#account_name}
8
+ */
9
+ readonly accountName: string;
10
+ /**
11
+ * If false, reuse an idle address in Elastic IP pool for this gateway. Otherwise, allocate a new Elastic IP and use it for this gateway.
12
+ *
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#allocate_new_eip SpokeGateway#allocate_new_eip}
14
+ */
15
+ readonly allocateNewEip?: boolean | cdktf.IResolvable;
16
+ /**
17
+ * Approved learned CIDRs for BGP Spoke Gateway. Available as of provider version R2.21+.
18
+ *
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#approved_learned_cidrs SpokeGateway#approved_learned_cidrs}
20
+ */
21
+ readonly approvedLearnedCidrs?: string[];
22
+ /**
23
+ * Availability domain for OCI.
24
+ *
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#availability_domain SpokeGateway#availability_domain}
26
+ */
27
+ readonly availabilityDomain?: string;
28
+ /**
29
+ * The name of the public IP address and its resource group in Azure to assign to this Spoke Gateway.
30
+ *
31
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#azure_eip_name_resource_group SpokeGateway#azure_eip_name_resource_group}
32
+ */
33
+ readonly azureEipNameResourceGroup?: string;
34
+ /**
35
+ * BGP communities gateway accept configuration.
36
+ *
37
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#bgp_accept_communities SpokeGateway#bgp_accept_communities}
38
+ */
39
+ readonly bgpAcceptCommunities?: boolean | cdktf.IResolvable;
40
+ /**
41
+ * Enable Equal Cost Multi Path (ECMP) routing for the next hop for BGP Spoke Gateway.
42
+ *
43
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#bgp_ecmp SpokeGateway#bgp_ecmp}
44
+ */
45
+ readonly bgpEcmp?: boolean | cdktf.IResolvable;
46
+ /**
47
+ * BGP Hold Time for BGP Spoke Gateway. Unit is in seconds. Valid values are between 12 and 360.
48
+ *
49
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#bgp_hold_time SpokeGateway#bgp_hold_time}
50
+ */
51
+ readonly bgpHoldTime?: number;
52
+ /**
53
+ * Number of interfaces that will be created for BGP over LAN enabled Azure spoke. Only valid for 8 (Azure), 32 (AzureGov) or AzureChina (2048). Default value: 1. Available as of provider version R3.0.2+.
54
+ *
55
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#bgp_lan_interfaces_count SpokeGateway#bgp_lan_interfaces_count}
56
+ */
57
+ readonly bgpLanInterfacesCount?: number;
58
+ /**
59
+ * BGP neighbor status polling time. Unit is in seconds. Valid values are between 1 and 10.
60
+ *
61
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#bgp_neighbor_status_polling_time SpokeGateway#bgp_neighbor_status_polling_time}
62
+ */
63
+ readonly bgpNeighborStatusPollingTime?: number;
64
+ /**
65
+ * BGP route polling time for BGP Spoke Gateway. Unit is in seconds. Valid values are between 10 and 50.
66
+ *
67
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#bgp_polling_time SpokeGateway#bgp_polling_time}
68
+ */
69
+ readonly bgpPollingTime?: number;
70
+ /**
71
+ * BGP communities gateway send configuration.
72
+ *
73
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#bgp_send_communities SpokeGateway#bgp_send_communities}
74
+ */
75
+ readonly bgpSendCommunities?: boolean | cdktf.IResolvable;
76
+ /**
77
+ * Type of cloud service provider.
78
+ *
79
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#cloud_type SpokeGateway#cloud_type}
80
+ */
81
+ readonly cloudType: number;
82
+ /**
83
+ * Customer managed key ID.
84
+ *
85
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#customer_managed_keys SpokeGateway#customer_managed_keys}
86
+ */
87
+ readonly customerManagedKeys?: string;
88
+ /**
89
+ * A list of comma separated CIDRs to be customized for the spoke VPC routes. When configured, it will replace all learned routes in VPC routing tables, including RFC1918 and non-RFC1918 CIDRs. It applies to this spoke gateway only.
90
+ *
91
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#customized_spoke_vpc_routes SpokeGateway#customized_spoke_vpc_routes}
92
+ */
93
+ readonly customizedSpokeVpcRoutes?: string;
94
+ /**
95
+ * If set true, the spot instance will be deleted on eviction. Otherwise, the instance will be deallocated on eviction. Only supports Azure.
96
+ *
97
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#delete_spot SpokeGateway#delete_spot}
98
+ */
99
+ readonly deleteSpot?: boolean | cdktf.IResolvable;
100
+ /**
101
+ * Disables route propagation on BGP Spoke to attached Transit Gateway. Default: false.
102
+ *
103
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#disable_route_propagation SpokeGateway#disable_route_propagation}
104
+ */
105
+ readonly disableRoutePropagation?: boolean | cdktf.IResolvable;
106
+ /**
107
+ * Required when allocate_new_eip is false. It uses specified EIP for this gateway.
108
+ *
109
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#eip SpokeGateway#eip}
110
+ */
111
+ readonly eip?: string;
112
+ /**
113
+ * Enables Active-Standby Mode, available only with HA enabled for BGP Spoke Gateway.
114
+ *
115
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_active_standby SpokeGateway#enable_active_standby}
116
+ */
117
+ readonly enableActiveStandby?: boolean | cdktf.IResolvable;
118
+ /**
119
+ * Enables Preemptive Mode for Active-Standby, available only with Active-Standby enabled.
120
+ *
121
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_active_standby_preemptive SpokeGateway#enable_active_standby_preemptive}
122
+ */
123
+ readonly enableActiveStandbyPreemptive?: boolean | cdktf.IResolvable;
124
+ /**
125
+ * Automatically advertise remote CIDR to Aviatrix Transit Gateway when route based Site2Cloud Tunnel is created.
126
+ *
127
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_auto_advertise_s2c_cidrs SpokeGateway#enable_auto_advertise_s2c_cidrs}
128
+ */
129
+ readonly enableAutoAdvertiseS2CCidrs?: boolean | cdktf.IResolvable;
130
+ /**
131
+ * Enable BGP. Default: false.
132
+ *
133
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_bgp SpokeGateway#enable_bgp}
134
+ */
135
+ readonly enableBgp?: boolean | cdktf.IResolvable;
136
+ /**
137
+ * Pre-allocate a network interface(eth4) for "BGP over LAN" functionality. Only valid for 8 (Azure), 32 (AzureGov) or AzureChina (2048). Valid values: true or false. Default value: false. Available as of provider version R3.0.2+.
138
+ *
139
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_bgp_over_lan SpokeGateway#enable_bgp_over_lan}
140
+ */
141
+ readonly enableBgpOverLan?: boolean | cdktf.IResolvable;
142
+ /**
143
+ * Enable encrypt gateway EBS volume. Only supported for AWS provider. Valid values: true, false. Default value: false.
144
+ *
145
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_encrypt_volume SpokeGateway#enable_encrypt_volume}
146
+ */
147
+ readonly enableEncryptVolume?: boolean | cdktf.IResolvable;
148
+ /**
149
+ * Set to true to enable global VPC. Only supported for GCP.
150
+ *
151
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_global_vpc SpokeGateway#enable_global_vpc}
152
+ */
153
+ readonly enableGlobalVpc?: boolean | cdktf.IResolvable;
154
+ /**
155
+ * Specify whether to disable GRO/GSO or not.
156
+ *
157
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_gro_gso SpokeGateway#enable_gro_gso}
158
+ */
159
+ readonly enableGroGso?: boolean | cdktf.IResolvable;
160
+ /**
161
+ * Enable jumbo frame support for spoke gateway. Valid values: true or false. Default value: true.
162
+ *
163
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_jumbo_frame SpokeGateway#enable_jumbo_frame}
164
+ */
165
+ readonly enableJumboFrame?: boolean | cdktf.IResolvable;
166
+ /**
167
+ * Switch to enable/disable learned CIDR approval for BGP Spoke Gateway. Valid values: true, false.
168
+ *
169
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_learned_cidrs_approval SpokeGateway#enable_learned_cidrs_approval}
170
+ */
171
+ readonly enableLearnedCidrsApproval?: boolean | cdktf.IResolvable;
172
+ /**
173
+ * Enable [monitor gateway subnets](https://docs.aviatrix.com/HowTos/gateway.html#monitor-gateway-subnet). Only valid for cloud_type = 1 (AWS) or 256 (AWSGov). Valid values: true, false. Default value: false.
174
+ *
175
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_monitor_gateway_subnets SpokeGateway#enable_monitor_gateway_subnets}
176
+ */
177
+ readonly enableMonitorGatewaySubnets?: boolean | cdktf.IResolvable;
178
+ /**
179
+ * Enable preserve as_path when advertising manual summary cidrs on BGP spoke gateway.
180
+ *
181
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_preserve_as_path SpokeGateway#enable_preserve_as_path}
182
+ */
183
+ readonly enablePreserveAsPath?: boolean | cdktf.IResolvable;
184
+ /**
185
+ * Enable private OOB.
186
+ *
187
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_private_oob SpokeGateway#enable_private_oob}
188
+ */
189
+ readonly enablePrivateOob?: boolean | cdktf.IResolvable;
190
+ /**
191
+ * Config Private VPC Default Route.
192
+ *
193
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_private_vpc_default_route SpokeGateway#enable_private_vpc_default_route}
194
+ */
195
+ readonly enablePrivateVpcDefaultRoute?: boolean | cdktf.IResolvable;
196
+ /**
197
+ * Skip Public Route Table Update.
198
+ *
199
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_skip_public_route_table_update SpokeGateway#enable_skip_public_route_table_update}
200
+ */
201
+ readonly enableSkipPublicRouteTableUpdate?: boolean | cdktf.IResolvable;
202
+ /**
203
+ * Enable spot instance. NOT supported for production deployment.
204
+ *
205
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_spot_instance SpokeGateway#enable_spot_instance}
206
+ */
207
+ readonly enableSpotInstance?: boolean | cdktf.IResolvable;
208
+ /**
209
+ * Enable vpc_dns_server for Gateway. Valid values: true, false.
210
+ *
211
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#enable_vpc_dns_server SpokeGateway#enable_vpc_dns_server}
212
+ */
213
+ readonly enableVpcDnsServer?: boolean | cdktf.IResolvable;
214
+ /**
215
+ * Fault domain for OCI.
216
+ *
217
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#fault_domain SpokeGateway#fault_domain}
218
+ */
219
+ readonly faultDomain?: string;
220
+ /**
221
+ * A list of comma separated CIDRs to be filtered from the spoke VPC route table. When configured, filtering CIDR(s) or it’s subnet will be deleted from VPC routing tables as well as from spoke gateway’s routing table. It applies to this spoke gateway only.
222
+ *
223
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#filtered_spoke_vpc_routes SpokeGateway#filtered_spoke_vpc_routes}
224
+ */
225
+ readonly filteredSpokeVpcRoutes?: string;
226
+ /**
227
+ * Name of the gateway which is going to be created.
228
+ *
229
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#gw_name SpokeGateway#gw_name}
230
+ */
231
+ readonly gwName: string;
232
+ /**
233
+ * Size of the gateway instance.
234
+ *
235
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#gw_size SpokeGateway#gw_size}
236
+ */
237
+ readonly gwSize: string;
238
+ /**
239
+ * HA availability domain for OCI.
240
+ *
241
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_availability_domain SpokeGateway#ha_availability_domain}
242
+ */
243
+ readonly haAvailabilityDomain?: string;
244
+ /**
245
+ * The name of the public IP address and its resource group in Azure to assign to the HA Spoke Gateway.
246
+ *
247
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_azure_eip_name_resource_group SpokeGateway#ha_azure_eip_name_resource_group}
248
+ */
249
+ readonly haAzureEipNameResourceGroup?: string;
250
+ /**
251
+ * Public IP address that you want assigned to the HA Spoke Gateway.
252
+ *
253
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_eip SpokeGateway#ha_eip}
254
+ */
255
+ readonly haEip?: string;
256
+ /**
257
+ * HA fault domain for OCI.
258
+ *
259
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_fault_domain SpokeGateway#ha_fault_domain}
260
+ */
261
+ readonly haFaultDomain?: string;
262
+ /**
263
+ * HA Gateway Size.
264
+ *
265
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_gw_size SpokeGateway#ha_gw_size}
266
+ */
267
+ readonly haGwSize?: string;
268
+ /**
269
+ * ha_image_version can be used to set the desired image version of the HA gateway. If set, we will attempt to update the gateway to the specified version.
270
+ *
271
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_image_version SpokeGateway#ha_image_version}
272
+ */
273
+ readonly haImageVersion?: string;
274
+ /**
275
+ * AZ of subnet being created for Insane Mode Spoke HA Gateway. Required for AWS if insane_mode is true and ha_subnet is set.
276
+ *
277
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_insane_mode_az SpokeGateway#ha_insane_mode_az}
278
+ */
279
+ readonly haInsaneModeAz?: string;
280
+ /**
281
+ * OOB HA availability zone.
282
+ *
283
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_oob_availability_zone SpokeGateway#ha_oob_availability_zone}
284
+ */
285
+ readonly haOobAvailabilityZone?: string;
286
+ /**
287
+ * OOB HA management subnet.
288
+ *
289
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_oob_management_subnet SpokeGateway#ha_oob_management_subnet}
290
+ */
291
+ readonly haOobManagementSubnet?: string;
292
+ /**
293
+ * Private Mode HA subnet availability zone.
294
+ *
295
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_private_mode_subnet_zone SpokeGateway#ha_private_mode_subnet_zone}
296
+ */
297
+ readonly haPrivateModeSubnetZone?: string;
298
+ /**
299
+ * ha_software_version can be used to set the desired software version of the HA gateway. If set, we will attempt to update the gateway to the specified version. If left blank, the gateway software version will continue to be managed through the aviatrix_controller_config resource.
300
+ *
301
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_software_version SpokeGateway#ha_software_version}
302
+ */
303
+ readonly haSoftwareVersion?: string;
304
+ /**
305
+ * HA Subnet. Required if enabling HA for AWS/AWSGov/AWSChina/Azure/AzureChina/OCI/Alibaba Cloud. Optional if enabling HA for GCP.
306
+ *
307
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_subnet SpokeGateway#ha_subnet}
308
+ */
309
+ readonly haSubnet?: string;
310
+ /**
311
+ * HA Zone. Required if enabling HA for GCP. Optional for Azure.
312
+ *
313
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#ha_zone SpokeGateway#ha_zone}
314
+ */
315
+ readonly haZone?: string;
316
+ /**
317
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#id SpokeGateway#id}
318
+ *
319
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
320
+ * 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.
321
+ */
322
+ readonly id?: string;
323
+ /**
324
+ * image_version can be used to set the desired image version of the gateway. If set, we will attempt to update the gateway to the specified version.
325
+ *
326
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#image_version SpokeGateway#image_version}
327
+ */
328
+ readonly imageVersion?: string;
329
+ /**
330
+ * A list of comma separated CIDRs to be advertised to on-prem as 'Included CIDR List'. When configured, it will replace all advertised routes from this VPC.
331
+ *
332
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#included_advertised_spoke_routes SpokeGateway#included_advertised_spoke_routes}
333
+ */
334
+ readonly includedAdvertisedSpokeRoutes?: string;
335
+ /**
336
+ * Enable Insane Mode for Spoke Gateway. Valid values: true, false. Supported for AWS/AWSGov, GCP, Azure and OCI. If insane mode is enabled, gateway size has to at least be c5 size for AWS and Standard_D3_v2 size for Azure.
337
+ *
338
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#insane_mode SpokeGateway#insane_mode}
339
+ */
340
+ readonly insaneMode?: boolean | cdktf.IResolvable;
341
+ /**
342
+ * AZ of subnet being created for Insane Mode Spoke Gateway. Required if insane_mode is enabled for AWS cloud.
343
+ *
344
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#insane_mode_az SpokeGateway#insane_mode_az}
345
+ */
346
+ readonly insaneModeAz?: string;
347
+ /**
348
+ * Set the learned CIDRs approval mode for BGP Spoke Gateway. Only valid when 'enable_learned_cidrs_approval' is set to true. Currently, only 'gateway' is supported: learned CIDR approval applies to ALL connections. Default value: 'gateway'.
349
+ *
350
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#learned_cidrs_approval_mode SpokeGateway#learned_cidrs_approval_mode}
351
+ */
352
+ readonly learnedCidrsApprovalMode?: string;
353
+ /**
354
+ * Changes the Aviatrix BGP Spoke Gateway ASN number before you setup Aviatrix BGP Spoke Gateway connection configurations.
355
+ *
356
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#local_as_number SpokeGateway#local_as_number}
357
+ */
358
+ readonly localAsNumber?: string;
359
+ /**
360
+ * This parameter is a switch used to determine whether or not to manage spoke ha gateway using the aviatrix_spoke_gateway resource. If this is set to false, managing spoke ha gateway must be done using the aviatrix_spoke_ha_gateway resource. Valid values: true, false. Default value: true.
361
+ *
362
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#manage_ha_gateway SpokeGateway#manage_ha_gateway}
363
+ */
364
+ readonly manageHaGateway?: boolean | cdktf.IResolvable;
365
+ /**
366
+ * A set of monitored instance ids. Only valid when 'enable_monitor_gateway_subnets' = true.
367
+ *
368
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#monitor_exclude_list SpokeGateway#monitor_exclude_list}
369
+ */
370
+ readonly monitorExcludeList?: string[];
371
+ /**
372
+ * OOB subnet availability zone.
373
+ *
374
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#oob_availability_zone SpokeGateway#oob_availability_zone}
375
+ */
376
+ readonly oobAvailabilityZone?: string;
377
+ /**
378
+ * OOB management subnet.
379
+ *
380
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#oob_management_subnet SpokeGateway#oob_management_subnet}
381
+ */
382
+ readonly oobManagementSubnet?: string;
383
+ /**
384
+ * List of AS numbers to populate BGP AP_PATH field when it advertises to VGW or peer devices. Only valid for BGP Spoke Gateway
385
+ *
386
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#prepend_as_path SpokeGateway#prepend_as_path}
387
+ */
388
+ readonly prependAsPath?: string[];
389
+ /**
390
+ * Private Mode controller load balancer vpc_id. Required when private mode is enabled for the Controller.
391
+ *
392
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#private_mode_lb_vpc_id SpokeGateway#private_mode_lb_vpc_id}
393
+ */
394
+ readonly privateModeLbVpcId?: string;
395
+ /**
396
+ * Subnet availability zone. Required when Private Mode is enabled on the Controller and cloud_type is AWS.
397
+ *
398
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#private_mode_subnet_zone SpokeGateway#private_mode_subnet_zone}
399
+ */
400
+ readonly privateModeSubnetZone?: string;
401
+ /**
402
+ * Gateway ethernet interface RX queue size. Supported for AWS related clouds only. Applies on HA as well if enabled.
403
+ *
404
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#rx_queue_size SpokeGateway#rx_queue_size}
405
+ */
406
+ readonly rxQueueSize?: string;
407
+ /**
408
+ * Set to 'enabled' if this feature is desired.
409
+ *
410
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#single_az_ha SpokeGateway#single_az_ha}
411
+ */
412
+ readonly singleAzHa?: boolean | cdktf.IResolvable;
413
+ /**
414
+ * Specify whether to enable Source NAT feature in 'single_ip' mode on the gateway or not.
415
+ *
416
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#single_ip_snat SpokeGateway#single_ip_snat}
417
+ */
418
+ readonly singleIpSnat?: boolean | cdktf.IResolvable;
419
+ /**
420
+ * software_version can be used to set the desired software version of the gateway. If set, we will attempt to update the gateway to the specified version. If left blank, the gateway software version will continue to be managed through the aviatrix_controller_config resource.
421
+ *
422
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#software_version SpokeGateway#software_version}
423
+ */
424
+ readonly softwareVersion?: string;
425
+ /**
426
+ * Intended CIDR list to be advertised to external BGP router.
427
+ *
428
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#spoke_bgp_manual_advertise_cidrs SpokeGateway#spoke_bgp_manual_advertise_cidrs}
429
+ */
430
+ readonly spokeBgpManualAdvertiseCidrs?: string[];
431
+ /**
432
+ * Price for spot instance. NOT supported for production deployment.
433
+ *
434
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#spot_price SpokeGateway#spot_price}
435
+ */
436
+ readonly spotPrice?: string;
437
+ /**
438
+ * Public Subnet Info.
439
+ *
440
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#subnet SpokeGateway#subnet}
441
+ */
442
+ readonly subnet: string;
443
+ /**
444
+ * A map of tags to assign to the spoke gateway.
445
+ *
446
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#tags SpokeGateway#tags}
447
+ */
448
+ readonly tags?: {
449
+ [key: string]: string;
450
+ };
451
+ /**
452
+ * The IPSec tunnel down detection time for the Spoke Gateway.
453
+ *
454
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#tunnel_detection_time SpokeGateway#tunnel_detection_time}
455
+ */
456
+ readonly tunnelDetectionTime?: number;
457
+ /**
458
+ * VPC-ID/VNet-Name of cloud provider.
459
+ *
460
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#vpc_id SpokeGateway#vpc_id}
461
+ */
462
+ readonly vpcId: string;
463
+ /**
464
+ * Region of cloud provider.
465
+ *
466
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#vpc_reg SpokeGateway#vpc_reg}
467
+ */
468
+ readonly vpcReg: string;
469
+ /**
470
+ * Availability Zone. Only available for Azure (8), Azure GOV (32) and Azure CHINA (2048). Must be in the form 'az-n', for example, 'az-2'.
471
+ *
472
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#zone SpokeGateway#zone}
473
+ */
474
+ readonly zone?: string;
475
+ }
476
+ /**
477
+ * Represents a {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway aviatrix_spoke_gateway}
478
+ */
479
+ export declare class SpokeGateway extends cdktf.TerraformResource {
480
+ static readonly tfResourceType = "aviatrix_spoke_gateway";
481
+ /**
482
+ * Generates CDKTF code for importing a SpokeGateway resource upon running "cdktf plan <stack-name>"
483
+ * @param scope The scope in which to define this construct
484
+ * @param importToId The construct id used in the generated config for the SpokeGateway to import
485
+ * @param importFromId The id of the existing SpokeGateway that should be imported. Refer to the {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway#import import section} in the documentation of this resource for the id to use
486
+ * @param provider? Optional instance of the provider where the SpokeGateway to import is found
487
+ */
488
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
489
+ /**
490
+ * Create a new {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_gateway aviatrix_spoke_gateway} Resource
491
+ *
492
+ * @param scope The scope in which to define this construct
493
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
494
+ * @param options SpokeGatewayConfig
495
+ */
496
+ constructor(scope: Construct, id: string, config: SpokeGatewayConfig);
497
+ private _accountName?;
498
+ get accountName(): string;
499
+ set accountName(value: string);
500
+ get accountNameInput(): string;
501
+ private _allocateNewEip?;
502
+ get allocateNewEip(): boolean | cdktf.IResolvable;
503
+ set allocateNewEip(value: boolean | cdktf.IResolvable);
504
+ resetAllocateNewEip(): void;
505
+ get allocateNewEipInput(): any;
506
+ private _approvedLearnedCidrs?;
507
+ get approvedLearnedCidrs(): string[];
508
+ set approvedLearnedCidrs(value: string[]);
509
+ resetApprovedLearnedCidrs(): void;
510
+ get approvedLearnedCidrsInput(): string[];
511
+ private _availabilityDomain?;
512
+ get availabilityDomain(): string;
513
+ set availabilityDomain(value: string);
514
+ resetAvailabilityDomain(): void;
515
+ get availabilityDomainInput(): string;
516
+ private _azureEipNameResourceGroup?;
517
+ get azureEipNameResourceGroup(): string;
518
+ set azureEipNameResourceGroup(value: string);
519
+ resetAzureEipNameResourceGroup(): void;
520
+ get azureEipNameResourceGroupInput(): string;
521
+ private _bgpAcceptCommunities?;
522
+ get bgpAcceptCommunities(): boolean | cdktf.IResolvable;
523
+ set bgpAcceptCommunities(value: boolean | cdktf.IResolvable);
524
+ resetBgpAcceptCommunities(): void;
525
+ get bgpAcceptCommunitiesInput(): any;
526
+ private _bgpEcmp?;
527
+ get bgpEcmp(): boolean | cdktf.IResolvable;
528
+ set bgpEcmp(value: boolean | cdktf.IResolvable);
529
+ resetBgpEcmp(): void;
530
+ get bgpEcmpInput(): any;
531
+ private _bgpHoldTime?;
532
+ get bgpHoldTime(): number;
533
+ set bgpHoldTime(value: number);
534
+ resetBgpHoldTime(): void;
535
+ get bgpHoldTimeInput(): number;
536
+ private _bgpLanInterfacesCount?;
537
+ get bgpLanInterfacesCount(): number;
538
+ set bgpLanInterfacesCount(value: number);
539
+ resetBgpLanInterfacesCount(): void;
540
+ get bgpLanInterfacesCountInput(): number;
541
+ get bgpLanIpList(): any;
542
+ private _bgpNeighborStatusPollingTime?;
543
+ get bgpNeighborStatusPollingTime(): number;
544
+ set bgpNeighborStatusPollingTime(value: number);
545
+ resetBgpNeighborStatusPollingTime(): void;
546
+ get bgpNeighborStatusPollingTimeInput(): number;
547
+ private _bgpPollingTime?;
548
+ get bgpPollingTime(): number;
549
+ set bgpPollingTime(value: number);
550
+ resetBgpPollingTime(): void;
551
+ get bgpPollingTimeInput(): number;
552
+ private _bgpSendCommunities?;
553
+ get bgpSendCommunities(): boolean | cdktf.IResolvable;
554
+ set bgpSendCommunities(value: boolean | cdktf.IResolvable);
555
+ resetBgpSendCommunities(): void;
556
+ get bgpSendCommunitiesInput(): any;
557
+ get cloudInstanceId(): any;
558
+ private _cloudType?;
559
+ get cloudType(): number;
560
+ set cloudType(value: number);
561
+ get cloudTypeInput(): number;
562
+ private _customerManagedKeys?;
563
+ get customerManagedKeys(): string;
564
+ set customerManagedKeys(value: string);
565
+ resetCustomerManagedKeys(): void;
566
+ get customerManagedKeysInput(): string;
567
+ private _customizedSpokeVpcRoutes?;
568
+ get customizedSpokeVpcRoutes(): string;
569
+ set customizedSpokeVpcRoutes(value: string);
570
+ resetCustomizedSpokeVpcRoutes(): void;
571
+ get customizedSpokeVpcRoutesInput(): string;
572
+ private _deleteSpot?;
573
+ get deleteSpot(): boolean | cdktf.IResolvable;
574
+ set deleteSpot(value: boolean | cdktf.IResolvable);
575
+ resetDeleteSpot(): void;
576
+ get deleteSpotInput(): any;
577
+ private _disableRoutePropagation?;
578
+ get disableRoutePropagation(): boolean | cdktf.IResolvable;
579
+ set disableRoutePropagation(value: boolean | cdktf.IResolvable);
580
+ resetDisableRoutePropagation(): void;
581
+ get disableRoutePropagationInput(): any;
582
+ private _eip?;
583
+ get eip(): string;
584
+ set eip(value: string);
585
+ resetEip(): void;
586
+ get eipInput(): string;
587
+ private _enableActiveStandby?;
588
+ get enableActiveStandby(): boolean | cdktf.IResolvable;
589
+ set enableActiveStandby(value: boolean | cdktf.IResolvable);
590
+ resetEnableActiveStandby(): void;
591
+ get enableActiveStandbyInput(): any;
592
+ private _enableActiveStandbyPreemptive?;
593
+ get enableActiveStandbyPreemptive(): boolean | cdktf.IResolvable;
594
+ set enableActiveStandbyPreemptive(value: boolean | cdktf.IResolvable);
595
+ resetEnableActiveStandbyPreemptive(): void;
596
+ get enableActiveStandbyPreemptiveInput(): any;
597
+ private _enableAutoAdvertiseS2CCidrs?;
598
+ get enableAutoAdvertiseS2CCidrs(): boolean | cdktf.IResolvable;
599
+ set enableAutoAdvertiseS2CCidrs(value: boolean | cdktf.IResolvable);
600
+ resetEnableAutoAdvertiseS2CCidrs(): void;
601
+ get enableAutoAdvertiseS2CCidrsInput(): any;
602
+ private _enableBgp?;
603
+ get enableBgp(): boolean | cdktf.IResolvable;
604
+ set enableBgp(value: boolean | cdktf.IResolvable);
605
+ resetEnableBgp(): void;
606
+ get enableBgpInput(): any;
607
+ private _enableBgpOverLan?;
608
+ get enableBgpOverLan(): boolean | cdktf.IResolvable;
609
+ set enableBgpOverLan(value: boolean | cdktf.IResolvable);
610
+ resetEnableBgpOverLan(): void;
611
+ get enableBgpOverLanInput(): any;
612
+ private _enableEncryptVolume?;
613
+ get enableEncryptVolume(): boolean | cdktf.IResolvable;
614
+ set enableEncryptVolume(value: boolean | cdktf.IResolvable);
615
+ resetEnableEncryptVolume(): void;
616
+ get enableEncryptVolumeInput(): any;
617
+ private _enableGlobalVpc?;
618
+ get enableGlobalVpc(): boolean | cdktf.IResolvable;
619
+ set enableGlobalVpc(value: boolean | cdktf.IResolvable);
620
+ resetEnableGlobalVpc(): void;
621
+ get enableGlobalVpcInput(): any;
622
+ private _enableGroGso?;
623
+ get enableGroGso(): boolean | cdktf.IResolvable;
624
+ set enableGroGso(value: boolean | cdktf.IResolvable);
625
+ resetEnableGroGso(): void;
626
+ get enableGroGsoInput(): any;
627
+ private _enableJumboFrame?;
628
+ get enableJumboFrame(): boolean | cdktf.IResolvable;
629
+ set enableJumboFrame(value: boolean | cdktf.IResolvable);
630
+ resetEnableJumboFrame(): void;
631
+ get enableJumboFrameInput(): any;
632
+ private _enableLearnedCidrsApproval?;
633
+ get enableLearnedCidrsApproval(): boolean | cdktf.IResolvable;
634
+ set enableLearnedCidrsApproval(value: boolean | cdktf.IResolvable);
635
+ resetEnableLearnedCidrsApproval(): void;
636
+ get enableLearnedCidrsApprovalInput(): any;
637
+ private _enableMonitorGatewaySubnets?;
638
+ get enableMonitorGatewaySubnets(): boolean | cdktf.IResolvable;
639
+ set enableMonitorGatewaySubnets(value: boolean | cdktf.IResolvable);
640
+ resetEnableMonitorGatewaySubnets(): void;
641
+ get enableMonitorGatewaySubnetsInput(): any;
642
+ private _enablePreserveAsPath?;
643
+ get enablePreserveAsPath(): boolean | cdktf.IResolvable;
644
+ set enablePreserveAsPath(value: boolean | cdktf.IResolvable);
645
+ resetEnablePreserveAsPath(): void;
646
+ get enablePreserveAsPathInput(): any;
647
+ private _enablePrivateOob?;
648
+ get enablePrivateOob(): boolean | cdktf.IResolvable;
649
+ set enablePrivateOob(value: boolean | cdktf.IResolvable);
650
+ resetEnablePrivateOob(): void;
651
+ get enablePrivateOobInput(): any;
652
+ private _enablePrivateVpcDefaultRoute?;
653
+ get enablePrivateVpcDefaultRoute(): boolean | cdktf.IResolvable;
654
+ set enablePrivateVpcDefaultRoute(value: boolean | cdktf.IResolvable);
655
+ resetEnablePrivateVpcDefaultRoute(): void;
656
+ get enablePrivateVpcDefaultRouteInput(): any;
657
+ private _enableSkipPublicRouteTableUpdate?;
658
+ get enableSkipPublicRouteTableUpdate(): boolean | cdktf.IResolvable;
659
+ set enableSkipPublicRouteTableUpdate(value: boolean | cdktf.IResolvable);
660
+ resetEnableSkipPublicRouteTableUpdate(): void;
661
+ get enableSkipPublicRouteTableUpdateInput(): any;
662
+ private _enableSpotInstance?;
663
+ get enableSpotInstance(): boolean | cdktf.IResolvable;
664
+ set enableSpotInstance(value: boolean | cdktf.IResolvable);
665
+ resetEnableSpotInstance(): void;
666
+ get enableSpotInstanceInput(): any;
667
+ private _enableVpcDnsServer?;
668
+ get enableVpcDnsServer(): boolean | cdktf.IResolvable;
669
+ set enableVpcDnsServer(value: boolean | cdktf.IResolvable);
670
+ resetEnableVpcDnsServer(): void;
671
+ get enableVpcDnsServerInput(): any;
672
+ private _faultDomain?;
673
+ get faultDomain(): string;
674
+ set faultDomain(value: string);
675
+ resetFaultDomain(): void;
676
+ get faultDomainInput(): string;
677
+ private _filteredSpokeVpcRoutes?;
678
+ get filteredSpokeVpcRoutes(): string;
679
+ set filteredSpokeVpcRoutes(value: string);
680
+ resetFilteredSpokeVpcRoutes(): void;
681
+ get filteredSpokeVpcRoutesInput(): string;
682
+ private _gwName?;
683
+ get gwName(): string;
684
+ set gwName(value: string);
685
+ get gwNameInput(): string;
686
+ private _gwSize?;
687
+ get gwSize(): string;
688
+ set gwSize(value: string);
689
+ get gwSizeInput(): string;
690
+ private _haAvailabilityDomain?;
691
+ get haAvailabilityDomain(): string;
692
+ set haAvailabilityDomain(value: string);
693
+ resetHaAvailabilityDomain(): void;
694
+ get haAvailabilityDomainInput(): string;
695
+ private _haAzureEipNameResourceGroup?;
696
+ get haAzureEipNameResourceGroup(): string;
697
+ set haAzureEipNameResourceGroup(value: string);
698
+ resetHaAzureEipNameResourceGroup(): void;
699
+ get haAzureEipNameResourceGroupInput(): string;
700
+ get haBgpLanIpList(): any;
701
+ get haCloudInstanceId(): any;
702
+ private _haEip?;
703
+ get haEip(): string;
704
+ set haEip(value: string);
705
+ resetHaEip(): void;
706
+ get haEipInput(): string;
707
+ private _haFaultDomain?;
708
+ get haFaultDomain(): string;
709
+ set haFaultDomain(value: string);
710
+ resetHaFaultDomain(): void;
711
+ get haFaultDomainInput(): string;
712
+ get haGwName(): any;
713
+ private _haGwSize?;
714
+ get haGwSize(): string;
715
+ set haGwSize(value: string);
716
+ resetHaGwSize(): void;
717
+ get haGwSizeInput(): string;
718
+ private _haImageVersion?;
719
+ get haImageVersion(): string;
720
+ set haImageVersion(value: string);
721
+ resetHaImageVersion(): void;
722
+ get haImageVersionInput(): string;
723
+ private _haInsaneModeAz?;
724
+ get haInsaneModeAz(): string;
725
+ set haInsaneModeAz(value: string);
726
+ resetHaInsaneModeAz(): void;
727
+ get haInsaneModeAzInput(): string;
728
+ private _haOobAvailabilityZone?;
729
+ get haOobAvailabilityZone(): string;
730
+ set haOobAvailabilityZone(value: string);
731
+ resetHaOobAvailabilityZone(): void;
732
+ get haOobAvailabilityZoneInput(): string;
733
+ private _haOobManagementSubnet?;
734
+ get haOobManagementSubnet(): string;
735
+ set haOobManagementSubnet(value: string);
736
+ resetHaOobManagementSubnet(): void;
737
+ get haOobManagementSubnetInput(): string;
738
+ get haPrivateIp(): any;
739
+ private _haPrivateModeSubnetZone?;
740
+ get haPrivateModeSubnetZone(): string;
741
+ set haPrivateModeSubnetZone(value: string);
742
+ resetHaPrivateModeSubnetZone(): void;
743
+ get haPrivateModeSubnetZoneInput(): string;
744
+ get haPublicIp(): any;
745
+ get haSecurityGroupId(): any;
746
+ private _haSoftwareVersion?;
747
+ get haSoftwareVersion(): string;
748
+ set haSoftwareVersion(value: string);
749
+ resetHaSoftwareVersion(): void;
750
+ get haSoftwareVersionInput(): string;
751
+ private _haSubnet?;
752
+ get haSubnet(): string;
753
+ set haSubnet(value: string);
754
+ resetHaSubnet(): void;
755
+ get haSubnetInput(): string;
756
+ private _haZone?;
757
+ get haZone(): string;
758
+ set haZone(value: string);
759
+ resetHaZone(): void;
760
+ get haZoneInput(): string;
761
+ private _id?;
762
+ get id(): string;
763
+ set id(value: string);
764
+ resetId(): void;
765
+ get idInput(): string;
766
+ private _imageVersion?;
767
+ get imageVersion(): string;
768
+ set imageVersion(value: string);
769
+ resetImageVersion(): void;
770
+ get imageVersionInput(): string;
771
+ private _includedAdvertisedSpokeRoutes?;
772
+ get includedAdvertisedSpokeRoutes(): string;
773
+ set includedAdvertisedSpokeRoutes(value: string);
774
+ resetIncludedAdvertisedSpokeRoutes(): void;
775
+ get includedAdvertisedSpokeRoutesInput(): string;
776
+ private _insaneMode?;
777
+ get insaneMode(): boolean | cdktf.IResolvable;
778
+ set insaneMode(value: boolean | cdktf.IResolvable);
779
+ resetInsaneMode(): void;
780
+ get insaneModeInput(): any;
781
+ private _insaneModeAz?;
782
+ get insaneModeAz(): string;
783
+ set insaneModeAz(value: string);
784
+ resetInsaneModeAz(): void;
785
+ get insaneModeAzInput(): string;
786
+ private _learnedCidrsApprovalMode?;
787
+ get learnedCidrsApprovalMode(): string;
788
+ set learnedCidrsApprovalMode(value: string);
789
+ resetLearnedCidrsApprovalMode(): void;
790
+ get learnedCidrsApprovalModeInput(): string;
791
+ private _localAsNumber?;
792
+ get localAsNumber(): string;
793
+ set localAsNumber(value: string);
794
+ resetLocalAsNumber(): void;
795
+ get localAsNumberInput(): string;
796
+ private _manageHaGateway?;
797
+ get manageHaGateway(): boolean | cdktf.IResolvable;
798
+ set manageHaGateway(value: boolean | cdktf.IResolvable);
799
+ resetManageHaGateway(): void;
800
+ get manageHaGatewayInput(): any;
801
+ private _monitorExcludeList?;
802
+ get monitorExcludeList(): string[];
803
+ set monitorExcludeList(value: string[]);
804
+ resetMonitorExcludeList(): void;
805
+ get monitorExcludeListInput(): string[];
806
+ private _oobAvailabilityZone?;
807
+ get oobAvailabilityZone(): string;
808
+ set oobAvailabilityZone(value: string);
809
+ resetOobAvailabilityZone(): void;
810
+ get oobAvailabilityZoneInput(): string;
811
+ private _oobManagementSubnet?;
812
+ get oobManagementSubnet(): string;
813
+ set oobManagementSubnet(value: string);
814
+ resetOobManagementSubnet(): void;
815
+ get oobManagementSubnetInput(): string;
816
+ private _prependAsPath?;
817
+ get prependAsPath(): string[];
818
+ set prependAsPath(value: string[]);
819
+ resetPrependAsPath(): void;
820
+ get prependAsPathInput(): string[];
821
+ get privateIp(): any;
822
+ private _privateModeLbVpcId?;
823
+ get privateModeLbVpcId(): string;
824
+ set privateModeLbVpcId(value: string);
825
+ resetPrivateModeLbVpcId(): void;
826
+ get privateModeLbVpcIdInput(): string;
827
+ private _privateModeSubnetZone?;
828
+ get privateModeSubnetZone(): string;
829
+ set privateModeSubnetZone(value: string);
830
+ resetPrivateModeSubnetZone(): void;
831
+ get privateModeSubnetZoneInput(): string;
832
+ get publicIp(): any;
833
+ private _rxQueueSize?;
834
+ get rxQueueSize(): string;
835
+ set rxQueueSize(value: string);
836
+ resetRxQueueSize(): void;
837
+ get rxQueueSizeInput(): string;
838
+ get securityGroupId(): any;
839
+ private _singleAzHa?;
840
+ get singleAzHa(): boolean | cdktf.IResolvable;
841
+ set singleAzHa(value: boolean | cdktf.IResolvable);
842
+ resetSingleAzHa(): void;
843
+ get singleAzHaInput(): any;
844
+ private _singleIpSnat?;
845
+ get singleIpSnat(): boolean | cdktf.IResolvable;
846
+ set singleIpSnat(value: boolean | cdktf.IResolvable);
847
+ resetSingleIpSnat(): void;
848
+ get singleIpSnatInput(): any;
849
+ private _softwareVersion?;
850
+ get softwareVersion(): string;
851
+ set softwareVersion(value: string);
852
+ resetSoftwareVersion(): void;
853
+ get softwareVersionInput(): string;
854
+ private _spokeBgpManualAdvertiseCidrs?;
855
+ get spokeBgpManualAdvertiseCidrs(): string[];
856
+ set spokeBgpManualAdvertiseCidrs(value: string[]);
857
+ resetSpokeBgpManualAdvertiseCidrs(): void;
858
+ get spokeBgpManualAdvertiseCidrsInput(): string[];
859
+ private _spotPrice?;
860
+ get spotPrice(): string;
861
+ set spotPrice(value: string);
862
+ resetSpotPrice(): void;
863
+ get spotPriceInput(): string;
864
+ private _subnet?;
865
+ get subnet(): string;
866
+ set subnet(value: string);
867
+ get subnetInput(): string;
868
+ private _tags?;
869
+ get tags(): {
870
+ [key: string]: string;
871
+ };
872
+ set tags(value: {
873
+ [key: string]: string;
874
+ });
875
+ resetTags(): void;
876
+ get tagsInput(): {
877
+ [key: string]: string;
878
+ };
879
+ private _tunnelDetectionTime?;
880
+ get tunnelDetectionTime(): number;
881
+ set tunnelDetectionTime(value: number);
882
+ resetTunnelDetectionTime(): void;
883
+ get tunnelDetectionTimeInput(): number;
884
+ private _vpcId?;
885
+ get vpcId(): string;
886
+ set vpcId(value: string);
887
+ get vpcIdInput(): string;
888
+ private _vpcReg?;
889
+ get vpcReg(): string;
890
+ set vpcReg(value: string);
891
+ get vpcRegInput(): string;
892
+ private _zone?;
893
+ get zone(): string;
894
+ set zone(value: string);
895
+ resetZone(): void;
896
+ get zoneInput(): string;
897
+ protected synthesizeAttributes(): {
898
+ [name: string]: any;
899
+ };
900
+ protected synthesizeHclAttributes(): {
901
+ [name: string]: any;
902
+ };
903
+ }