@robinmordasiewicz/f5xc-terraform-mcp 3.10.2 → 3.10.4

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 (77) hide show
  1. package/dist/docs/data-sources/bgp.md +2 -2
  2. package/dist/docs/data-sources/discovery.md +2 -2
  3. package/dist/docs/data-sources/fast_acl.md +2 -2
  4. package/dist/docs/data-sources/log_receiver.md +2 -2
  5. package/dist/docs/data-sources/network_policy.md +2 -2
  6. package/dist/docs/data-sources/site.md +2 -2
  7. package/dist/docs/resources/advertise_policy.md +10 -10
  8. package/dist/docs/resources/alert_policy.md +9 -9
  9. package/dist/docs/resources/alert_receiver.md +4 -4
  10. package/dist/docs/resources/api_definition.md +2 -2
  11. package/dist/docs/resources/api_testing.md +6 -6
  12. package/dist/docs/resources/apm.md +8 -8
  13. package/dist/docs/resources/app_firewall.md +19 -19
  14. package/dist/docs/resources/app_setting.md +5 -5
  15. package/dist/docs/resources/app_type.md +3 -3
  16. package/dist/docs/resources/aws_tgw_site.md +50 -50
  17. package/dist/docs/resources/aws_vpc_site.md +66 -66
  18. package/dist/docs/resources/azure_vnet_site.md +93 -93
  19. package/dist/docs/resources/bgp.md +205 -37
  20. package/dist/docs/resources/bgp_routing_policy.md +7 -7
  21. package/dist/docs/resources/cdn_cache_rule.md +2 -2
  22. package/dist/docs/resources/cdn_loadbalancer.md +122 -122
  23. package/dist/docs/resources/cloud_connect.md +2 -2
  24. package/dist/docs/resources/cloud_credentials.md +2 -2
  25. package/dist/docs/resources/cloud_link.md +3 -3
  26. package/dist/docs/resources/cluster.md +18 -18
  27. package/dist/docs/resources/dc_cluster_group.md +4 -4
  28. package/dist/docs/resources/discovery.md +259 -8
  29. package/dist/docs/resources/dns_domain.md +2 -2
  30. package/dist/docs/resources/endpoint.md +5 -5
  31. package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
  32. package/dist/docs/resources/external_connector.md +7 -7
  33. package/dist/docs/resources/fast_acl.md +166 -60
  34. package/dist/docs/resources/fast_acl_rule.md +2 -2
  35. package/dist/docs/resources/fleet.md +25 -25
  36. package/dist/docs/resources/forward_proxy_policy.md +15 -15
  37. package/dist/docs/resources/forwarding_class.md +5 -5
  38. package/dist/docs/resources/gcp_vpc_site.md +37 -37
  39. package/dist/docs/resources/global_log_receiver.md +104 -104
  40. package/dist/docs/resources/healthcheck.md +2 -2
  41. package/dist/docs/resources/http_loadbalancer.md +287 -287
  42. package/dist/docs/resources/log_receiver.md +44 -825
  43. package/dist/docs/resources/malicious_user_mitigation.md +6 -6
  44. package/dist/docs/resources/nat_policy.md +10 -10
  45. package/dist/docs/resources/network_connector.md +9 -9
  46. package/dist/docs/resources/network_firewall.md +3 -3
  47. package/dist/docs/resources/network_interface.md +28 -28
  48. package/dist/docs/resources/network_policy.md +217 -38
  49. package/dist/docs/resources/network_policy_view.md +16 -16
  50. package/dist/docs/resources/nfv_service.md +26 -26
  51. package/dist/docs/resources/origin_pool.md +48 -48
  52. package/dist/docs/resources/policy_based_routing.md +8 -8
  53. package/dist/docs/resources/protocol_inspection.md +4 -4
  54. package/dist/docs/resources/proxy.md +23 -23
  55. package/dist/docs/resources/rate_limiter.md +1 -1
  56. package/dist/docs/resources/rate_limiter_policy.md +8 -8
  57. package/dist/docs/resources/route.md +36 -36
  58. package/dist/docs/resources/secret_management_access.md +8 -8
  59. package/dist/docs/resources/securemesh_site.md +258 -1619
  60. package/dist/docs/resources/segment.md +4 -4
  61. package/dist/docs/resources/service_policy.md +44 -44
  62. package/dist/docs/resources/service_policy_rule.md +37 -37
  63. package/dist/docs/resources/site.md +244 -322
  64. package/dist/docs/resources/site_mesh_group.md +8 -8
  65. package/dist/docs/resources/subnet.md +5 -5
  66. package/dist/docs/resources/tcp_loadbalancer.md +37 -37
  67. package/dist/docs/resources/tunnel.md +4 -4
  68. package/dist/docs/resources/udp_loadbalancer.md +9 -9
  69. package/dist/docs/resources/user_identification.md +10 -10
  70. package/dist/docs/resources/virtual_host.md +42 -42
  71. package/dist/docs/resources/virtual_network.md +4 -4
  72. package/dist/docs/resources/voltstack_site.md +59 -59
  73. package/dist/docs/resources/waf_exclusion_policy.md +5 -5
  74. package/dist/docs/resources/workload.md +24 -24
  75. package/dist/metadata/resource-metadata.json +394 -948
  76. package/dist/metadata/validation-patterns.json +1 -1
  77. package/package.json +1 -1
@@ -73,1665 +73,506 @@ resource "f5xc_securemesh_site" "example" {
73
73
 
74
74
  ### Spec Argument Reference
75
75
 
76
- -> **One of the following:**
77
- &#x2022; <a id="active-enhanced-firewall-policies"></a>[`active_enhanced_firewall_policies`](#active-enhanced-firewall-policies) - Optional Block<br>List of Enhanced Firewall Policies These policies use session-based rules and provide all OPTIONS available under firewall policies with an additional option for service insertion<br>See [Active Enhanced Firewall Policies](#active-enhanced-firewall-policies) below for details.
78
-
79
- -> **One of the following:**
80
- &#x2022; <a id="active-forward-proxy-policies"></a>[`active_forward_proxy_policies`](#active-forward-proxy-policies) - Optional Block<br>Ordered List of Forward Proxy Policies active<br>See [Active Forward Proxy Policies](#active-forward-proxy-policies) below for details.
81
-
82
- <a id="admin-user-credentials"></a>&#x2022; [`admin_user_credentials`](#admin-user-credentials) - Optional Block<br>Setup user credentials to manage access to nodes belonging to the site. When configured, 'admin' user will be setup and customers can access these nodes via either the node local WebUI or via SSH to access shell/CLI Ensure 'Node Local Services' are enabled to allow for required access<br>See [Admin User Credentials](#admin-user-credentials) below for details.
83
-
84
- -> **One of the following:**
85
- &#x2022; <a id="aws"></a>[`aws`](#aws) - Optional Block<br>AWS Provider Type. AWS Provider Type<br>See [AWS](#aws) below for details.
86
- <br><br>&#x2022; <a id="azure"></a>[`azure`](#azure) - Optional Block<br>Azure Provider Type. Azure Provider Type<br>See [Azure](#azure) below for details.
87
- <br><br>&#x2022; <a id="baremetal"></a>[`baremetal`](#baremetal) - Optional Block<br>Baremetal Provider Type. Baremetal Provider Type
88
- <br><br>&#x2022; <a id="equinix"></a>[`equinix`](#equinix) - Optional Block<br>Equinix Provider Type. Equinix Provider Type
89
- <br><br>&#x2022; <a id="gcp"></a>[`gcp`](#gcp) - Optional Block<br>GCP Provider Type. GCP Provider Type
90
- <br><br>&#x2022; <a id="kvm"></a>[`kvm`](#kvm) - Optional Block<br>KVM Provider Type. KVM Provider Type
91
- <br><br>&#x2022; <a id="nutanix"></a>[`nutanix`](#nutanix) - Optional Block<br>Nutanix Provider Type. Nutanix Provider Type
92
- <br><br>&#x2022; <a id="oci"></a>[`oci`](#oci) - Optional Block<br>OCI Provider Type. OCI Provider Type
93
- <br><br>&#x2022; <a id="openstack"></a>[`openstack`](#openstack) - Optional Block<br>Openstack Provider Type. Openstack Provider Type
94
- <br><br>&#x2022; <a id="vmware"></a>[`vmware`](#vmware) - Optional Block<br>VMware Provider Type. VMware Provider Type
95
-
96
- -> **One of the following:**
97
- &#x2022; <a id="block-all-services"></a>[`block_all_services`](#block-all-services) - Optional Block<br>Can be used for messages where no values are needed
98
- <br><br>&#x2022; <a id="blocked-services"></a>[`blocked_services`](#blocked-services) - Optional Block<br>Disable node local services on this site
99
-
100
- -> **One of the following:**
101
- &#x2022; <a id="custom-proxy"></a>[`custom_proxy`](#custom-proxy) - Optional Block<br>Custom Enterprise Proxy. Custom Enterprise Proxy
102
- <br><br>&#x2022; <a id="f5-proxy"></a>[`f5_proxy`](#f5-proxy) - Optional Block<br>Can be used for messages where no values are needed
103
-
104
- -> **One of the following:**
105
- &#x2022; <a id="custom-proxy-bypass"></a>[`custom_proxy_bypass`](#custom-proxy-bypass) - Optional Block<br>Proxy Bypass. List of domains to bypass the proxy
106
-
107
- -> **One of the following:**
108
- &#x2022; <a id="dc-cluster-group-sli"></a>[`dc_cluster_group_sli`](#dc-cluster-group-sli) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
109
-
110
- -> **One of the following:**
111
- &#x2022; <a id="dc-cluster-group-slo"></a>[`dc_cluster_group_slo`](#dc-cluster-group-slo) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
112
- <br><br>&#x2022; <a id="no-s2s-connectivity-slo"></a>[`no_s2s_connectivity_slo`](#no-s2s-connectivity-slo) - Optional Block<br>Can be used for messages where no values are needed
113
-
114
- -> **One of the following:**
115
- &#x2022; <a id="disable-ha"></a>[`disable_ha`](#disable-ha) - Optional Block<br>Can be used for messages where no values are needed
116
-
117
- -> **One of the following:**
118
- &#x2022; <a id="disable-url-categorization"></a>[`disable_url_categorization`](#disable-url-categorization) - Optional Block<br>Can be used for messages where no values are needed
119
-
120
- <a id="dns-ntp-config"></a>&#x2022; [`dns_ntp_config`](#dns-ntp-config) - Optional Block<br>Specify DNS and NTP servers that will be used by the nodes in this Customer Edge site
121
-
122
- <a id="enable-ha"></a>&#x2022; [`enable_ha`](#enable-ha) - Optional Block<br>Can be used for messages where no values are needed
123
-
124
- <a id="enable-url-categorization"></a>&#x2022; [`enable_url_categorization`](#enable-url-categorization) - Optional Block<br>Can be used for messages where no values are needed
125
-
126
- <a id="load-balancing"></a>&#x2022; [`load_balancing`](#load-balancing) - Optional Block<br>Section contains settings on the site that relate to Load Balancing functionality
127
-
128
- <a id="local-vrf"></a>&#x2022; [`local_vrf`](#local-vrf) - Optional Block<br>There can be two local VRFs on each site. The Site Local Outside (SLO) local VRF is used to connect WAN side workloads to this site and to connect the site to F5 Distributed Cloud for management. All sites are required to have an SLO local VRF
129
-
130
- -> **One of the following:**
131
- &#x2022; <a id="log-receiver"></a>[`log_receiver`](#log-receiver) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
132
- <br><br>&#x2022; <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Can be used for messages where no values are needed
133
-
134
- <a id="no-forward-proxy"></a>&#x2022; [`no_forward_proxy`](#no-forward-proxy) - Optional Block<br>Can be used for messages where no values are needed
135
-
136
- <a id="no-network-policy"></a>&#x2022; [`no_network_policy`](#no-network-policy) - Optional Block<br>Can be used for messages where no values are needed
137
-
138
- <a id="no-proxy-bypass"></a>&#x2022; [`no_proxy_bypass`](#no-proxy-bypass) - Optional Block<br>Can be used for messages where no values are needed
139
-
140
- <a id="no-s2s-connectivity-sli"></a>&#x2022; [`no_s2s_connectivity_sli`](#no-s2s-connectivity-sli) - Optional Block<br>Can be used for messages where no values are needed
141
-
142
- <a id="offline-survivability-mode"></a>&#x2022; [`offline_survivability_mode`](#offline-survivability-mode) - Optional Block<br>Offline Survivability allows the Site to continue functioning normally without traffic loss during periods of connectivity loss to the Regional Edge (RE) or the Global Controller (GC). When this feature is enabled, a site can continue to function as is with existing configuration for upto 7
143
-
144
- <a id="performance-enhancement-mode"></a>&#x2022; [`performance_enhancement_mode`](#performance-enhancement-mode) - Optional Block<br>Optimize the site for L3 or L7 traffic processing. L7 optimized is the default
145
-
146
- <a id="re-select"></a>&#x2022; [`re_select`](#re-select) - Optional Block<br>Selection criteria to connect the site with F5 Distributed Cloud Regional Edge(s)
147
-
148
- <a id="site-mesh-group-on-slo"></a>&#x2022; [`site_mesh_group_on_slo`](#site-mesh-group-on-slo) - Optional Block<br>Select how the site mesh group will be connected. By default, public IPs of the control nodes of the site will be used
149
-
150
- <a id="software-settings"></a>&#x2022; [`software_settings`](#software-settings) - Optional Block<br>Select OS and Software version for the site. All nodes in the site will run the same OS and Software version. These settings cannot be changed after the site is created
151
-
152
- <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block
153
-
154
- <a id="tunnel-dead-timeout"></a>&#x2022; [`tunnel_dead_timeout`](#tunnel-dead-timeout) - Optional Number<br>Time interval, in millisec, within which any IPsec / SSL connection from the site going down is detected. When not set (== 0), a default value of 10000 msec will be used
155
-
156
- <a id="tunnel-type"></a>&#x2022; [`tunnel_type`](#tunnel-type) - Optional String Defaults to `SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL`<br>Possible values are `SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL`, `SITE_TO_SITE_TUNNEL_IPSEC`, `SITE_TO_SITE_TUNNEL_SSL`<br>[Enum: SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL|SITE_TO_SITE_TUNNEL_IPSEC|SITE_TO_SITE_TUNNEL_SSL] Tunnel encapsulation to be used between sites Tunnel can operate in both IPsec and SSL, with IPsec being prefered over SSL. Tunnel is of type IPsec Tunnel is of type SSL
157
-
158
- <a id="upgrade-settings"></a>&#x2022; [`upgrade_settings`](#upgrade-settings) - Optional Block<br>Upgrade Settings. Specify how a site will be upgraded
159
-
160
- ### Attributes Reference
161
-
162
- In addition to all arguments above, the following attributes are exported:
163
-
164
- <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
165
-
166
- ---
167
-
168
- #### Active Enhanced Firewall Policies
169
-
170
- An [`active_enhanced_firewall_policies`](#active-enhanced-firewall-policies) block supports the following:
171
-
172
- <a id="policies-0d92c3"></a>&#x2022; [`enhanced_firewall_policies`](#policies-0d92c3) - Optional Block<br>Ordered List of Enhanced Firewall Policies active<br>See [Enhanced Firewall Policies](#policies-0d92c3) below.
173
-
174
- #### Active Enhanced Firewall Policies Enhanced Firewall Policies
175
-
176
- An [`enhanced_firewall_policies`](#policies-0d92c3) block (within [`active_enhanced_firewall_policies`](#active-enhanced-firewall-policies)) supports the following:
177
-
178
- <a id="name-09fc53"></a>&#x2022; [`name`](#name-09fc53) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name
179
-
180
- <a id="namespace-102d99"></a>&#x2022; [`namespace`](#namespace-102d99) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace
181
-
182
- <a id="tenant-0eef96"></a>&#x2022; [`tenant`](#tenant-0eef96) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
183
-
184
- #### Active Forward Proxy Policies
185
-
186
- An [`active_forward_proxy_policies`](#active-forward-proxy-policies) block supports the following:
187
-
188
- <a id="policies-42e2f7"></a>&#x2022; [`forward_proxy_policies`](#policies-42e2f7) - Optional Block<br>Ordered List of Forward Proxy Policies active<br>See [Forward Proxy Policies](#policies-42e2f7) below.
189
-
190
- #### Active Forward Proxy Policies Forward Proxy Policies
191
-
192
- A [`forward_proxy_policies`](#policies-42e2f7) block (within [`active_forward_proxy_policies`](#active-forward-proxy-policies)) supports the following:
193
-
194
- <a id="name-c2d06e"></a>&#x2022; [`name`](#name-c2d06e) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name
195
-
196
- <a id="namespace-63e125"></a>&#x2022; [`namespace`](#namespace-63e125) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace
197
-
198
- <a id="tenant-e68ab4"></a>&#x2022; [`tenant`](#tenant-e68ab4) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
199
-
200
- #### Admin User Credentials
201
-
202
- An [`admin_user_credentials`](#admin-user-credentials) block supports the following:
203
-
204
- <a id="admin-user-credentials-admin-password"></a>&#x2022; [`admin_password`](#admin-user-credentials-admin-password) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Admin Password](#admin-user-credentials-admin-password) below.
205
-
206
- <a id="admin-user-credentials-ssh-key"></a>&#x2022; [`ssh_key`](#admin-user-credentials-ssh-key) - Optional String<br>Provided Public SSH key can be used for accessing nodes of the site. When provided, customers can SSH to the nodes of this Customer Edge site using admin as the user
207
-
208
- #### Admin User Credentials Admin Password
209
-
210
- An [`admin_password`](#admin-user-credentials-admin-password) block (within [`admin_user_credentials`](#admin-user-credentials)) supports the following:
211
-
212
- <a id="info-710bcb"></a>&#x2022; [`blindfold_secret_info`](#info-710bcb) - Optional Block<br>BlindfoldSecretInfoType specifies information about the Secret managed by F5XC Secret Management<br>See [Blindfold Secret Info](#info-710bcb) below.
213
-
214
- <a id="info-32b90f"></a>&#x2022; [`clear_secret_info`](#info-32b90f) - Optional Block<br>ClearSecretInfoType specifies information about the Secret that is not encrypted<br>See [Clear Secret Info](#info-32b90f) below.
215
-
216
- #### Admin User Credentials Admin Password Blindfold Secret Info
217
-
218
- <a id="deep-6962e1"></a>Deeply nested **Info** block collapsed for readability.
219
-
220
- #### Admin User Credentials Admin Password Clear Secret Info
221
-
222
- <a id="deep-463d43"></a>Deeply nested **Info** block collapsed for readability.
223
-
224
- #### AWS
225
-
226
- An [`aws`](#aws) block supports the following:
227
-
228
- <a id="aws-not-managed"></a>&#x2022; [`not_managed`](#aws-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#aws-not-managed) below.
229
-
230
- #### AWS Not Managed
231
-
232
- A [`not_managed`](#aws-not-managed) block (within [`aws`](#aws)) supports the following:
233
-
234
- <a id="aws-not-managed-node-list"></a>&#x2022; [`node_list`](#aws-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#aws-not-managed-node-list) below.
235
-
236
- #### AWS Not Managed Node List
237
-
238
- A [`node_list`](#aws-not-managed-node-list) block (within [`aws.not_managed`](#aws-not-managed)) supports the following:
239
-
240
- <a id="aws-not-managed-node-list-hostname"></a>&#x2022; [`hostname`](#aws-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
241
-
242
- <a id="list-6c6298"></a>&#x2022; [`interface_list`](#list-6c6298) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-6c6298) below.
243
-
244
- <a id="aws-not-managed-node-list-public-ip"></a>&#x2022; [`public_ip`](#aws-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
245
-
246
- <a id="aws-not-managed-node-list-type"></a>&#x2022; [`type`](#aws-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
247
-
248
- #### AWS Not Managed Node List Interface List
249
-
250
- An [`interface_list`](#list-6c6298) block (within [`aws.not_managed.node_list`](#aws-not-managed-node-list)) supports the following:
251
-
252
- <a id="interface-f1858f"></a>&#x2022; [`bond_interface`](#interface-f1858f) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-f1858f) below.
253
-
254
- <a id="spec-f3edfe"></a>&#x2022; [`description_spec`](#spec-f3edfe) - Optional String<br>Interface Description. Description for this Interface
255
-
256
- <a id="client-35134d"></a>&#x2022; [`dhcp_client`](#client-35134d) - Optional Block<br>Can be used for messages where no values are needed
257
-
258
- <a id="interface-f28fa7"></a>&#x2022; [`ethernet_interface`](#interface-f28fa7) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-f28fa7) below.
259
-
260
- <a id="config-cd50c5"></a>&#x2022; [`ipv6_auto_config`](#config-cd50c5) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-cd50c5) below.
261
-
262
- <a id="labels-188d84"></a>&#x2022; [`labels`](#labels-188d84) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
263
-
264
- <a id="monitor-169def"></a>&#x2022; [`monitor`](#monitor-169def) - Optional Block<br>Link Quality Monitoring configuration for a network interface
265
-
266
- <a id="disabled-428eab"></a>&#x2022; [`monitor_disabled`](#disabled-428eab) - Optional Block<br>Can be used for messages where no values are needed
267
-
268
- <a id="mtu-9ea6fa"></a>&#x2022; [`mtu`](#mtu-9ea6fa) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
269
-
270
- <a id="name-7539f0"></a>&#x2022; [`name`](#name-7539f0) - Optional String<br>Interface Name. Name of this Interface
271
-
272
- <a id="option-4d9fd7"></a>&#x2022; [`network_option`](#option-4d9fd7) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-4d9fd7) below.
273
-
274
- <a id="address-95964e"></a>&#x2022; [`no_ipv4_address`](#address-95964e) - Optional Block<br>Can be used for messages where no values are needed
275
-
276
- <a id="address-b6fb0a"></a>&#x2022; [`no_ipv6_address`](#address-b6fb0a) - Optional Block<br>Can be used for messages where no values are needed
277
-
278
- <a id="priority-a786bf"></a>&#x2022; [`priority`](#priority-a786bf) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
279
-
280
- <a id="disabled-1942d4"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-1942d4) - Optional Block<br>Can be used for messages where no values are needed
281
-
282
- <a id="enabled-850dad"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-850dad) - Optional Block<br>Can be used for messages where no values are needed
283
-
284
- <a id="static-ip-f224ff"></a>&#x2022; [`static_ip`](#static-ip-f224ff) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-f224ff) below.
285
-
286
- <a id="address-fddb84"></a>&#x2022; [`static_ipv6_address`](#address-fddb84) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-fddb84) below.
287
-
288
- <a id="interface-70af4e"></a>&#x2022; [`vlan_interface`](#interface-70af4e) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-70af4e) below.
289
-
290
- #### AWS Not Managed Node List Interface List Bond Interface
291
-
292
- <a id="deep-4224d9"></a>Deeply nested **Interface** block collapsed for readability.
293
-
294
- #### AWS Not Managed Node List Interface List Bond Interface Lacp
295
-
296
- <a id="deep-5560e6"></a>Deeply nested **Lacp** block collapsed for readability.
297
-
298
- #### AWS Not Managed Node List Interface List Ethernet Interface
299
-
300
- <a id="deep-fc0694"></a>Deeply nested **Interface** block collapsed for readability.
301
-
302
- #### AWS Not Managed Node List Interface List IPv6 Auto Config
303
-
304
- <a id="deep-72b9a7"></a>Deeply nested **Config** block collapsed for readability.
305
-
306
- #### AWS Not Managed Node List Interface List IPv6 Auto Config Router
307
-
308
- <a id="deep-2b8f0a"></a>Deeply nested **Router** block collapsed for readability.
309
-
310
- #### AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
311
-
312
- <a id="deep-ef4d0c"></a>Deeply nested **Config** block collapsed for readability.
313
-
314
- #### AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
315
-
316
- <a id="deep-3084ba"></a>Deeply nested **List** block collapsed for readability.
317
-
318
- #### AWS Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
319
-
320
- <a id="deep-92f368"></a>Deeply nested **DNS** block collapsed for readability.
321
-
322
- #### AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful
323
-
324
- <a id="deep-1075b3"></a>Deeply nested **Stateful** block collapsed for readability.
325
-
326
- #### AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
327
-
328
- <a id="deep-19736c"></a>Deeply nested **Networks** block collapsed for readability.
329
-
330
- #### AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
331
-
332
- <a id="deep-3590d4"></a>Deeply nested **Pools** block collapsed for readability.
333
-
334
- #### AWS Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
335
-
336
- <a id="deep-b470b4"></a>Deeply nested **Map** block collapsed for readability.
337
-
338
- #### AWS Not Managed Node List Interface List Network Option
339
-
340
- <a id="deep-ccc2da"></a>Deeply nested **Option** block collapsed for readability.
341
-
342
- #### AWS Not Managed Node List Interface List Static IP
343
-
344
- <a id="deep-28441a"></a>Deeply nested **IP** block collapsed for readability.
345
-
346
- #### AWS Not Managed Node List Interface List Static IPv6 Address
347
-
348
- <a id="deep-8f821d"></a>Deeply nested **Address** block collapsed for readability.
349
-
350
- #### AWS Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
351
-
352
- <a id="deep-2e1682"></a>Deeply nested **IP** block collapsed for readability.
353
-
354
- #### AWS Not Managed Node List Interface List Static IPv6 Address Node Static IP
355
-
356
- <a id="deep-bbb483"></a>Deeply nested **IP** block collapsed for readability.
357
-
358
- #### AWS Not Managed Node List Interface List VLAN Interface
359
-
360
- <a id="deep-3f2db4"></a>Deeply nested **Interface** block collapsed for readability.
361
-
362
- #### Azure
363
-
364
- An [`azure`](#azure) block supports the following:
365
-
366
- <a id="azure-not-managed"></a>&#x2022; [`not_managed`](#azure-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#azure-not-managed) below.
367
-
368
- #### Azure Not Managed
369
-
370
- A [`not_managed`](#azure-not-managed) block (within [`azure`](#azure)) supports the following:
371
-
372
- <a id="azure-not-managed-node-list"></a>&#x2022; [`node_list`](#azure-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#azure-not-managed-node-list) below.
373
-
374
- #### Azure Not Managed Node List
375
-
376
- A [`node_list`](#azure-not-managed-node-list) block (within [`azure.not_managed`](#azure-not-managed)) supports the following:
377
-
378
- <a id="azure-not-managed-node-list-hostname"></a>&#x2022; [`hostname`](#azure-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
379
-
380
- <a id="list-f42e50"></a>&#x2022; [`interface_list`](#list-f42e50) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-f42e50) below.
381
-
382
- <a id="azure-not-managed-node-list-public-ip"></a>&#x2022; [`public_ip`](#azure-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
383
-
384
- <a id="azure-not-managed-node-list-type"></a>&#x2022; [`type`](#azure-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
385
-
386
- #### Azure Not Managed Node List Interface List
387
-
388
- An [`interface_list`](#list-f42e50) block (within [`azure.not_managed.node_list`](#azure-not-managed-node-list)) supports the following:
389
-
390
- <a id="interface-dd8ceb"></a>&#x2022; [`bond_interface`](#interface-dd8ceb) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-dd8ceb) below.
391
-
392
- <a id="spec-4b4de9"></a>&#x2022; [`description_spec`](#spec-4b4de9) - Optional String<br>Interface Description. Description for this Interface
393
-
394
- <a id="client-b5ac25"></a>&#x2022; [`dhcp_client`](#client-b5ac25) - Optional Block<br>Can be used for messages where no values are needed
395
-
396
- <a id="interface-20c4ad"></a>&#x2022; [`ethernet_interface`](#interface-20c4ad) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-20c4ad) below.
397
-
398
- <a id="config-cc5378"></a>&#x2022; [`ipv6_auto_config`](#config-cc5378) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-cc5378) below.
399
-
400
- <a id="labels-e2a4c4"></a>&#x2022; [`labels`](#labels-e2a4c4) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
401
-
402
- <a id="monitor-a565a2"></a>&#x2022; [`monitor`](#monitor-a565a2) - Optional Block<br>Link Quality Monitoring configuration for a network interface
403
-
404
- <a id="disabled-7aa1a9"></a>&#x2022; [`monitor_disabled`](#disabled-7aa1a9) - Optional Block<br>Can be used for messages where no values are needed
405
-
406
- <a id="mtu-bfeae5"></a>&#x2022; [`mtu`](#mtu-bfeae5) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
407
-
408
- <a id="name-34ce39"></a>&#x2022; [`name`](#name-34ce39) - Optional String<br>Interface Name. Name of this Interface
409
-
410
- <a id="option-e15a34"></a>&#x2022; [`network_option`](#option-e15a34) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-e15a34) below.
411
-
412
- <a id="address-087ea1"></a>&#x2022; [`no_ipv4_address`](#address-087ea1) - Optional Block<br>Can be used for messages where no values are needed
413
-
414
- <a id="address-c7425d"></a>&#x2022; [`no_ipv6_address`](#address-c7425d) - Optional Block<br>Can be used for messages where no values are needed
415
-
416
- <a id="priority-0e03ad"></a>&#x2022; [`priority`](#priority-0e03ad) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
417
-
418
- <a id="disabled-34b2d0"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-34b2d0) - Optional Block<br>Can be used for messages where no values are needed
419
-
420
- <a id="enabled-453c17"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-453c17) - Optional Block<br>Can be used for messages where no values are needed
421
-
422
- <a id="static-ip-4b0611"></a>&#x2022; [`static_ip`](#static-ip-4b0611) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-4b0611) below.
423
-
424
- <a id="address-e1203e"></a>&#x2022; [`static_ipv6_address`](#address-e1203e) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-e1203e) below.
425
-
426
- <a id="interface-aa2f00"></a>&#x2022; [`vlan_interface`](#interface-aa2f00) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-aa2f00) below.
427
-
428
- #### Azure Not Managed Node List Interface List Bond Interface
429
-
430
- <a id="deep-4cb273"></a>Deeply nested **Interface** block collapsed for readability.
431
-
432
- #### Azure Not Managed Node List Interface List Bond Interface Lacp
433
-
434
- <a id="deep-5db881"></a>Deeply nested **Lacp** block collapsed for readability.
435
-
436
- #### Azure Not Managed Node List Interface List Ethernet Interface
437
-
438
- <a id="deep-293b55"></a>Deeply nested **Interface** block collapsed for readability.
439
-
440
- #### Azure Not Managed Node List Interface List IPv6 Auto Config
441
-
442
- <a id="deep-435f70"></a>Deeply nested **Config** block collapsed for readability.
443
-
444
- #### Azure Not Managed Node List Interface List IPv6 Auto Config Router
445
-
446
- <a id="deep-04f29f"></a>Deeply nested **Router** block collapsed for readability.
447
-
448
- #### Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
449
-
450
- <a id="deep-5dc847"></a>Deeply nested **Config** block collapsed for readability.
451
-
452
- #### Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
453
-
454
- <a id="deep-8352e0"></a>Deeply nested **List** block collapsed for readability.
455
-
456
- #### Azure Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
457
-
458
- <a id="deep-453621"></a>Deeply nested **DNS** block collapsed for readability.
459
-
460
- #### Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful
461
-
462
- <a id="deep-cd224b"></a>Deeply nested **Stateful** block collapsed for readability.
463
-
464
- #### Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
465
-
466
- <a id="deep-31b166"></a>Deeply nested **Networks** block collapsed for readability.
467
-
468
- #### Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
469
-
470
- <a id="deep-91a116"></a>Deeply nested **Pools** block collapsed for readability.
471
-
472
- #### Azure Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
473
-
474
- <a id="deep-6e23fb"></a>Deeply nested **Map** block collapsed for readability.
475
-
476
- #### Azure Not Managed Node List Interface List Network Option
477
-
478
- <a id="deep-2a92f3"></a>Deeply nested **Option** block collapsed for readability.
479
-
480
- #### Azure Not Managed Node List Interface List Static IP
481
-
482
- <a id="deep-9df1d2"></a>Deeply nested **IP** block collapsed for readability.
483
-
484
- #### Azure Not Managed Node List Interface List Static IPv6 Address
485
-
486
- <a id="deep-7bc38a"></a>Deeply nested **Address** block collapsed for readability.
487
-
488
- #### Azure Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
489
-
490
- <a id="deep-32a2f7"></a>Deeply nested **IP** block collapsed for readability.
491
-
492
- #### Azure Not Managed Node List Interface List Static IPv6 Address Node Static IP
493
-
494
- <a id="deep-a3e092"></a>Deeply nested **IP** block collapsed for readability.
495
-
496
- #### Azure Not Managed Node List Interface List VLAN Interface
497
-
498
- <a id="deep-63221f"></a>Deeply nested **Interface** block collapsed for readability.
499
-
500
- #### Baremetal
501
-
502
- A [`baremetal`](#baremetal) block supports the following:
503
-
504
- <a id="baremetal-not-managed"></a>&#x2022; [`not_managed`](#baremetal-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#baremetal-not-managed) below.
505
-
506
- #### Baremetal Not Managed
507
-
508
- A [`not_managed`](#baremetal-not-managed) block (within [`baremetal`](#baremetal)) supports the following:
509
-
510
- <a id="baremetal-not-managed-node-list"></a>&#x2022; [`node_list`](#baremetal-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#baremetal-not-managed-node-list) below.
511
-
512
- #### Baremetal Not Managed Node List
513
-
514
- A [`node_list`](#baremetal-not-managed-node-list) block (within [`baremetal.not_managed`](#baremetal-not-managed)) supports the following:
515
-
516
- <a id="hostname-ff20c8"></a>&#x2022; [`hostname`](#hostname-ff20c8) - Optional String<br>Hostname. Hostname for this Node
517
-
518
- <a id="list-30e058"></a>&#x2022; [`interface_list`](#list-30e058) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-30e058) below.
519
-
520
- <a id="public-ip-acb6d6"></a>&#x2022; [`public_ip`](#public-ip-acb6d6) - Optional String<br>Public IP. Public IP for this Node
521
-
522
- <a id="baremetal-not-managed-node-list-type"></a>&#x2022; [`type`](#baremetal-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
523
-
524
- #### Baremetal Not Managed Node List Interface List
525
-
526
- An [`interface_list`](#list-30e058) block (within [`baremetal.not_managed.node_list`](#baremetal-not-managed-node-list)) supports the following:
527
-
528
- <a id="interface-b7e132"></a>&#x2022; [`bond_interface`](#interface-b7e132) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-b7e132) below.
529
-
530
- <a id="spec-b7ed1b"></a>&#x2022; [`description_spec`](#spec-b7ed1b) - Optional String<br>Interface Description. Description for this Interface
531
-
532
- <a id="client-829bf8"></a>&#x2022; [`dhcp_client`](#client-829bf8) - Optional Block<br>Can be used for messages where no values are needed
533
-
534
- <a id="interface-3933d2"></a>&#x2022; [`ethernet_interface`](#interface-3933d2) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-3933d2) below.
535
-
536
- <a id="config-88a239"></a>&#x2022; [`ipv6_auto_config`](#config-88a239) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-88a239) below.
537
-
538
- <a id="labels-816fbc"></a>&#x2022; [`labels`](#labels-816fbc) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
539
-
540
- <a id="monitor-1cb67f"></a>&#x2022; [`monitor`](#monitor-1cb67f) - Optional Block<br>Link Quality Monitoring configuration for a network interface
541
-
542
- <a id="disabled-1756b3"></a>&#x2022; [`monitor_disabled`](#disabled-1756b3) - Optional Block<br>Can be used for messages where no values are needed
543
-
544
- <a id="mtu-2d7f6c"></a>&#x2022; [`mtu`](#mtu-2d7f6c) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
545
-
546
- <a id="name-8c8a3d"></a>&#x2022; [`name`](#name-8c8a3d) - Optional String<br>Interface Name. Name of this Interface
547
-
548
- <a id="option-ad2bbb"></a>&#x2022; [`network_option`](#option-ad2bbb) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-ad2bbb) below.
549
-
550
- <a id="address-ac89d0"></a>&#x2022; [`no_ipv4_address`](#address-ac89d0) - Optional Block<br>Can be used for messages where no values are needed
551
-
552
- <a id="address-b8923c"></a>&#x2022; [`no_ipv6_address`](#address-b8923c) - Optional Block<br>Can be used for messages where no values are needed
553
-
554
- <a id="priority-d77987"></a>&#x2022; [`priority`](#priority-d77987) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
555
-
556
- <a id="disabled-309cd0"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-309cd0) - Optional Block<br>Can be used for messages where no values are needed
557
-
558
- <a id="enabled-832872"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-832872) - Optional Block<br>Can be used for messages where no values are needed
559
-
560
- <a id="static-ip-9bad70"></a>&#x2022; [`static_ip`](#static-ip-9bad70) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-9bad70) below.
561
-
562
- <a id="address-411954"></a>&#x2022; [`static_ipv6_address`](#address-411954) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-411954) below.
563
-
564
- <a id="interface-da3951"></a>&#x2022; [`vlan_interface`](#interface-da3951) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-da3951) below.
565
-
566
- #### Baremetal Not Managed Node List Interface List Bond Interface
567
-
568
- <a id="deep-5827e6"></a>Deeply nested **Interface** block collapsed for readability.
569
-
570
- #### Baremetal Not Managed Node List Interface List Bond Interface Lacp
571
-
572
- <a id="deep-a0f77e"></a>Deeply nested **Lacp** block collapsed for readability.
573
-
574
- #### Baremetal Not Managed Node List Interface List Ethernet Interface
575
-
576
- <a id="deep-8e9a1f"></a>Deeply nested **Interface** block collapsed for readability.
577
-
578
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config
579
-
580
- <a id="deep-0dfce3"></a>Deeply nested **Config** block collapsed for readability.
581
-
582
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config Router
583
-
584
- <a id="deep-781eec"></a>Deeply nested **Router** block collapsed for readability.
585
-
586
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
587
-
588
- <a id="deep-0df42e"></a>Deeply nested **Config** block collapsed for readability.
589
-
590
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
591
-
592
- <a id="deep-0dc91f"></a>Deeply nested **List** block collapsed for readability.
593
-
594
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
595
-
596
- <a id="deep-88b0ae"></a>Deeply nested **DNS** block collapsed for readability.
597
-
598
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful
599
-
600
- <a id="deep-93e220"></a>Deeply nested **Stateful** block collapsed for readability.
601
-
602
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
603
-
604
- <a id="deep-fee53d"></a>Deeply nested **Networks** block collapsed for readability.
605
-
606
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
607
-
608
- <a id="deep-8b3c2b"></a>Deeply nested **Pools** block collapsed for readability.
609
-
610
- #### Baremetal Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
611
-
612
- <a id="deep-7e8e06"></a>Deeply nested **Map** block collapsed for readability.
613
-
614
- #### Baremetal Not Managed Node List Interface List Network Option
615
-
616
- <a id="deep-485083"></a>Deeply nested **Option** block collapsed for readability.
617
-
618
- #### Baremetal Not Managed Node List Interface List Static IP
619
-
620
- <a id="deep-51a8ed"></a>Deeply nested **IP** block collapsed for readability.
621
-
622
- #### Baremetal Not Managed Node List Interface List Static IPv6 Address
623
-
624
- <a id="deep-4c97e1"></a>Deeply nested **Address** block collapsed for readability.
625
-
626
- #### Baremetal Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
627
-
628
- <a id="deep-aca84b"></a>Deeply nested **IP** block collapsed for readability.
629
-
630
- #### Baremetal Not Managed Node List Interface List Static IPv6 Address Node Static IP
631
-
632
- <a id="deep-a0f5cd"></a>Deeply nested **IP** block collapsed for readability.
633
-
634
- #### Baremetal Not Managed Node List Interface List VLAN Interface
635
-
636
- <a id="deep-910d0a"></a>Deeply nested **Interface** block collapsed for readability.
637
-
638
- #### Blocked Services
639
-
640
- A [`blocked_services`](#blocked-services) block supports the following:
641
-
642
- <a id="blocked-services-blocked-sevice"></a>&#x2022; [`blocked_sevice`](#blocked-services-blocked-sevice) - Optional Block<br>Disable Node Local Services. Blocking or denial configuration<br>See [Blocked Sevice](#blocked-services-blocked-sevice) below.
643
-
644
- #### Blocked Services Blocked Sevice
645
-
646
- A [`blocked_sevice`](#blocked-services-blocked-sevice) block (within [`blocked_services`](#blocked-services)) supports the following:
647
-
648
- <a id="blocked-services-blocked-sevice-dns"></a>&#x2022; [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Can be used for messages where no values are needed
649
-
650
- <a id="type-808ec9"></a>&#x2022; [`network_type`](#type-808ec9) - Optional String Defaults to `VIRTUAL_NETWORK_SITE_LOCAL`<br>Possible values are `VIRTUAL_NETWORK_SITE_LOCAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE`, `VIRTUAL_NETWORK_PER_SITE`, `VIRTUAL_NETWORK_PUBLIC`, `VIRTUAL_NETWORK_GLOBAL`, `VIRTUAL_NETWORK_SITE_SERVICE`, `VIRTUAL_NETWORK_VER_INTERNAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE`, `VIRTUAL_NETWORK_IP_AUTO`, `VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK`, `VIRTUAL_NETWORK_SRV6_NETWORK`, `VIRTUAL_NETWORK_IP_FABRIC`, `VIRTUAL_NETWORK_SEGMENT`<br>[Enum: VIRTUAL_NETWORK_SITE_LOCAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE|VIRTUAL_NETWORK_PER_SITE|VIRTUAL_NETWORK_PUBLIC|VIRTUAL_NETWORK_GLOBAL|VIRTUAL_NETWORK_SITE_SERVICE|VIRTUAL_NETWORK_VER_INTERNAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE|VIRTUAL_NETWORK_IP_AUTO|VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK|VIRTUAL_NETWORK_SRV6_NETWORK|VIRTUAL_NETWORK_IP_FABRIC|VIRTUAL_NETWORK_SEGMENT] Different types of virtual networks understood by the system Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL provides connectivity to public (outside) network. This is an insecure network and is connected to public internet via NAT Gateways/firwalls Virtual-network of this type is local to
651
-
652
- <a id="blocked-services-blocked-sevice-ssh"></a>&#x2022; [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Can be used for messages where no values are needed
653
-
654
- <a id="interface-e57e21"></a>&#x2022; [`web_user_interface`](#interface-e57e21) - Optional Block<br>Can be used for messages where no values are needed
655
-
656
- #### Custom Proxy
657
-
658
- A [`custom_proxy`](#custom-proxy) block supports the following:
659
-
660
- <a id="custom-proxy-disable-re-tunnel"></a>&#x2022; [`disable_re_tunnel`](#custom-proxy-disable-re-tunnel) - Optional Block<br>Can be used for messages where no values are needed
661
-
662
- <a id="custom-proxy-enable-re-tunnel"></a>&#x2022; [`enable_re_tunnel`](#custom-proxy-enable-re-tunnel) - Optional Block<br>Can be used for messages where no values are needed
663
-
664
- <a id="custom-proxy-password"></a>&#x2022; [`password`](#custom-proxy-password) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Password](#custom-proxy-password) below.
665
-
666
- <a id="custom-proxy-proxy-ip-address"></a>&#x2022; [`proxy_ip_address`](#custom-proxy-proxy-ip-address) - Optional String<br>Specify the IPv4 Address of the internal Enterprise Proxy
667
-
668
- <a id="custom-proxy-proxy-port"></a>&#x2022; [`proxy_port`](#custom-proxy-proxy-port) - Optional Number<br>Specify the Port of the internal Enterprise Proxy
669
-
670
- <a id="custom-proxy-username"></a>&#x2022; [`username`](#custom-proxy-username) - Optional String<br>If the internal Enterprise Proxy is using basic authentication, specify the username. This is an optional field
671
-
672
- #### Custom Proxy Password
673
-
674
- A [`password`](#custom-proxy-password) block (within [`custom_proxy`](#custom-proxy)) supports the following:
675
-
676
- <a id="info-a3e566"></a>&#x2022; [`blindfold_secret_info`](#info-a3e566) - Optional Block<br>BlindfoldSecretInfoType specifies information about the Secret managed by F5XC Secret Management<br>See [Blindfold Secret Info](#info-a3e566) below.
677
-
678
- <a id="custom-proxy-password-clear-secret-info"></a>&#x2022; [`clear_secret_info`](#custom-proxy-password-clear-secret-info) - Optional Block<br>ClearSecretInfoType specifies information about the Secret that is not encrypted<br>See [Clear Secret Info](#custom-proxy-password-clear-secret-info) below.
679
-
680
- #### Custom Proxy Password Blindfold Secret Info
681
-
682
- A [`blindfold_secret_info`](#info-a3e566) block (within [`custom_proxy.password`](#custom-proxy-password)) supports the following:
683
-
684
- <a id="provider-4c379d"></a>&#x2022; [`decryption_provider`](#provider-4c379d) - Optional String<br>Name of the Secret Management Access object that contains information about the backend Secret Management service
685
-
686
- <a id="location-04599e"></a>&#x2022; [`location`](#location-04599e) - Optional String<br>Location is the uri_ref. It could be in URL format for string:/// Or it could be a path if the store provider is an HTTP/HTTPS location
687
-
688
- <a id="provider-d70f6e"></a>&#x2022; [`store_provider`](#provider-d70f6e) - Optional String<br>Name of the Secret Management Access object that contains information about the store to GET encrypted bytes This field needs to be provided only if the URL scheme is not string:///
689
-
690
- #### Custom Proxy Password Clear Secret Info
691
-
692
- A [`clear_secret_info`](#custom-proxy-password-clear-secret-info) block (within [`custom_proxy.password`](#custom-proxy-password)) supports the following:
693
-
694
- <a id="ref-35707d"></a>&#x2022; [`provider_ref`](#ref-35707d) - Optional String<br>Name of the Secret Management Access object that contains information about the store to GET encrypted bytes This field needs to be provided only if the URL scheme is not string:///
695
-
696
- <a id="url-0071f9"></a>&#x2022; [`url`](#url-0071f9) - Optional String<br>URL of the secret. Currently supported URL schemes is string:///. For string:/// scheme, Secret needs to be encoded Base64 format. When asked for this secret, caller will GET Secret bytes after Base64 decoding
697
-
698
- #### Custom Proxy Bypass
699
-
700
- A [`custom_proxy_bypass`](#custom-proxy-bypass) block supports the following:
701
-
702
- <a id="custom-proxy-bypass-proxy-bypass"></a>&#x2022; [`proxy_bypass`](#custom-proxy-bypass-proxy-bypass) - Optional List<br>Proxy Bypass. List of domains to bypass the proxy
703
-
704
- #### Dc Cluster Group SLI
705
-
706
- A [`dc_cluster_group_sli`](#dc-cluster-group-sli) block supports the following:
707
-
708
- <a id="dc-cluster-group-sli-name"></a>&#x2022; [`name`](#dc-cluster-group-sli-name) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name
709
-
710
- <a id="dc-cluster-group-sli-namespace"></a>&#x2022; [`namespace`](#dc-cluster-group-sli-namespace) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace
711
-
712
- <a id="dc-cluster-group-sli-tenant"></a>&#x2022; [`tenant`](#dc-cluster-group-sli-tenant) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
713
-
714
- #### Dc Cluster Group Slo
715
-
716
- A [`dc_cluster_group_slo`](#dc-cluster-group-slo) block supports the following:
717
-
718
- <a id="dc-cluster-group-slo-name"></a>&#x2022; [`name`](#dc-cluster-group-slo-name) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name
719
-
720
- <a id="dc-cluster-group-slo-namespace"></a>&#x2022; [`namespace`](#dc-cluster-group-slo-namespace) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace
721
-
722
- <a id="dc-cluster-group-slo-tenant"></a>&#x2022; [`tenant`](#dc-cluster-group-slo-tenant) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
723
-
724
- #### DNS NTP Config
725
-
726
- A [`dns_ntp_config`](#dns-ntp-config) block supports the following:
727
-
728
- <a id="dns-ntp-config-custom-dns"></a>&#x2022; [`custom_dns`](#dns-ntp-config-custom-dns) - Optional Block<br>DNS Servers. DNS Servers<br>See [Custom DNS](#dns-ntp-config-custom-dns) below.
729
-
730
- <a id="dns-ntp-config-custom-ntp"></a>&#x2022; [`custom_ntp`](#dns-ntp-config-custom-ntp) - Optional Block<br>NTP Servers. NTP Servers<br>See [Custom NTP](#dns-ntp-config-custom-ntp) below.
731
-
732
- <a id="dns-ntp-config-f5-dns-default"></a>&#x2022; [`f5_dns_default`](#dns-ntp-config-f5-dns-default) - Optional Block<br>Can be used for messages where no values are needed
733
-
734
- <a id="dns-ntp-config-f5-ntp-default"></a>&#x2022; [`f5_ntp_default`](#dns-ntp-config-f5-ntp-default) - Optional Block<br>Can be used for messages where no values are needed
735
-
736
- #### DNS NTP Config Custom DNS
737
-
738
- A [`custom_dns`](#dns-ntp-config-custom-dns) block (within [`dns_ntp_config`](#dns-ntp-config)) supports the following:
739
-
740
- <a id="dns-ntp-config-custom-dns-dns-servers"></a>&#x2022; [`dns_servers`](#dns-ntp-config-custom-dns-dns-servers) - Optional List<br>DNS Servers. DNS Servers
741
-
742
- #### DNS NTP Config Custom NTP
743
-
744
- A [`custom_ntp`](#dns-ntp-config-custom-ntp) block (within [`dns_ntp_config`](#dns-ntp-config)) supports the following:
745
-
746
- <a id="dns-ntp-config-custom-ntp-ntp-servers"></a>&#x2022; [`ntp_servers`](#dns-ntp-config-custom-ntp-ntp-servers) - Optional List<br>NTP Servers. NTP Servers
747
-
748
- #### Equinix
749
-
750
- An [`equinix`](#equinix) block supports the following:
751
-
752
- <a id="equinix-not-managed"></a>&#x2022; [`not_managed`](#equinix-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#equinix-not-managed) below.
753
-
754
- #### Equinix Not Managed
755
-
756
- A [`not_managed`](#equinix-not-managed) block (within [`equinix`](#equinix)) supports the following:
757
-
758
- <a id="equinix-not-managed-node-list"></a>&#x2022; [`node_list`](#equinix-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#equinix-not-managed-node-list) below.
759
-
760
- #### Equinix Not Managed Node List
761
-
762
- A [`node_list`](#equinix-not-managed-node-list) block (within [`equinix.not_managed`](#equinix-not-managed)) supports the following:
763
-
764
- <a id="equinix-not-managed-node-list-hostname"></a>&#x2022; [`hostname`](#equinix-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
765
-
766
- <a id="list-3a9b82"></a>&#x2022; [`interface_list`](#list-3a9b82) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-3a9b82) below.
767
-
768
- <a id="equinix-not-managed-node-list-public-ip"></a>&#x2022; [`public_ip`](#equinix-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
769
-
770
- <a id="equinix-not-managed-node-list-type"></a>&#x2022; [`type`](#equinix-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
771
-
772
- #### Equinix Not Managed Node List Interface List
773
-
774
- An [`interface_list`](#list-3a9b82) block (within [`equinix.not_managed.node_list`](#equinix-not-managed-node-list)) supports the following:
775
-
776
- <a id="interface-a1aaf8"></a>&#x2022; [`bond_interface`](#interface-a1aaf8) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-a1aaf8) below.
777
-
778
- <a id="spec-d32b48"></a>&#x2022; [`description_spec`](#spec-d32b48) - Optional String<br>Interface Description. Description for this Interface
779
-
780
- <a id="client-c83f23"></a>&#x2022; [`dhcp_client`](#client-c83f23) - Optional Block<br>Can be used for messages where no values are needed
781
-
782
- <a id="interface-a2d3e0"></a>&#x2022; [`ethernet_interface`](#interface-a2d3e0) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-a2d3e0) below.
783
-
784
- <a id="config-96da89"></a>&#x2022; [`ipv6_auto_config`](#config-96da89) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-96da89) below.
785
-
786
- <a id="labels-718666"></a>&#x2022; [`labels`](#labels-718666) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
787
-
788
- <a id="monitor-15c36b"></a>&#x2022; [`monitor`](#monitor-15c36b) - Optional Block<br>Link Quality Monitoring configuration for a network interface
789
-
790
- <a id="disabled-5d3350"></a>&#x2022; [`monitor_disabled`](#disabled-5d3350) - Optional Block<br>Can be used for messages where no values are needed
791
-
792
- <a id="mtu-80c067"></a>&#x2022; [`mtu`](#mtu-80c067) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
793
-
794
- <a id="name-5f1c00"></a>&#x2022; [`name`](#name-5f1c00) - Optional String<br>Interface Name. Name of this Interface
795
-
796
- <a id="option-1659e3"></a>&#x2022; [`network_option`](#option-1659e3) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-1659e3) below.
797
-
798
- <a id="address-e9c2b1"></a>&#x2022; [`no_ipv4_address`](#address-e9c2b1) - Optional Block<br>Can be used for messages where no values are needed
799
-
800
- <a id="address-278ecf"></a>&#x2022; [`no_ipv6_address`](#address-278ecf) - Optional Block<br>Can be used for messages where no values are needed
801
-
802
- <a id="priority-8326e4"></a>&#x2022; [`priority`](#priority-8326e4) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
803
-
804
- <a id="disabled-381ac6"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-381ac6) - Optional Block<br>Can be used for messages where no values are needed
805
-
806
- <a id="enabled-ea35c6"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-ea35c6) - Optional Block<br>Can be used for messages where no values are needed
807
-
808
- <a id="static-ip-bfc08c"></a>&#x2022; [`static_ip`](#static-ip-bfc08c) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-bfc08c) below.
809
-
810
- <a id="address-d74f42"></a>&#x2022; [`static_ipv6_address`](#address-d74f42) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-d74f42) below.
811
-
812
- <a id="interface-66fdd5"></a>&#x2022; [`vlan_interface`](#interface-66fdd5) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-66fdd5) below.
813
-
814
- #### Equinix Not Managed Node List Interface List Bond Interface
815
-
816
- <a id="deep-b565ca"></a>Deeply nested **Interface** block collapsed for readability.
817
-
818
- #### Equinix Not Managed Node List Interface List Bond Interface Lacp
819
-
820
- <a id="deep-08a8f4"></a>Deeply nested **Lacp** block collapsed for readability.
821
-
822
- #### Equinix Not Managed Node List Interface List Ethernet Interface
823
-
824
- <a id="deep-e260db"></a>Deeply nested **Interface** block collapsed for readability.
825
-
826
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config
827
-
828
- <a id="deep-f79b98"></a>Deeply nested **Config** block collapsed for readability.
829
-
830
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config Router
831
-
832
- <a id="deep-7e62f2"></a>Deeply nested **Router** block collapsed for readability.
833
-
834
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
835
-
836
- <a id="deep-19d109"></a>Deeply nested **Config** block collapsed for readability.
837
-
838
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
839
-
840
- <a id="deep-7c11b9"></a>Deeply nested **List** block collapsed for readability.
841
-
842
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
843
-
844
- <a id="deep-d0977a"></a>Deeply nested **DNS** block collapsed for readability.
845
-
846
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful
847
-
848
- <a id="deep-c5835c"></a>Deeply nested **Stateful** block collapsed for readability.
849
-
850
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
851
-
852
- <a id="deep-de0480"></a>Deeply nested **Networks** block collapsed for readability.
853
-
854
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
855
-
856
- <a id="deep-955ad2"></a>Deeply nested **Pools** block collapsed for readability.
857
-
858
- #### Equinix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
859
-
860
- <a id="deep-27f6d9"></a>Deeply nested **Map** block collapsed for readability.
861
-
862
- #### Equinix Not Managed Node List Interface List Network Option
863
-
864
- <a id="deep-da1af1"></a>Deeply nested **Option** block collapsed for readability.
865
-
866
- #### Equinix Not Managed Node List Interface List Static IP
867
-
868
- <a id="deep-b26b58"></a>Deeply nested **IP** block collapsed for readability.
869
-
870
- #### Equinix Not Managed Node List Interface List Static IPv6 Address
871
-
872
- <a id="deep-a07f1e"></a>Deeply nested **Address** block collapsed for readability.
873
-
874
- #### Equinix Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
875
-
876
- <a id="deep-f0d7ec"></a>Deeply nested **IP** block collapsed for readability.
877
-
878
- #### Equinix Not Managed Node List Interface List Static IPv6 Address Node Static IP
879
-
880
- <a id="deep-79432c"></a>Deeply nested **IP** block collapsed for readability.
881
-
882
- #### Equinix Not Managed Node List Interface List VLAN Interface
883
-
884
- <a id="deep-94cba8"></a>Deeply nested **Interface** block collapsed for readability.
885
-
886
- #### GCP
887
-
888
- A [`gcp`](#gcp) block supports the following:
889
-
890
- <a id="gcp-not-managed"></a>&#x2022; [`not_managed`](#gcp-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#gcp-not-managed) below.
891
-
892
- #### GCP Not Managed
893
-
894
- A [`not_managed`](#gcp-not-managed) block (within [`gcp`](#gcp)) supports the following:
895
-
896
- <a id="gcp-not-managed-node-list"></a>&#x2022; [`node_list`](#gcp-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#gcp-not-managed-node-list) below.
897
-
898
- #### GCP Not Managed Node List
899
-
900
- A [`node_list`](#gcp-not-managed-node-list) block (within [`gcp.not_managed`](#gcp-not-managed)) supports the following:
901
-
902
- <a id="gcp-not-managed-node-list-hostname"></a>&#x2022; [`hostname`](#gcp-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
903
-
904
- <a id="list-2f49ff"></a>&#x2022; [`interface_list`](#list-2f49ff) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-2f49ff) below.
905
-
906
- <a id="gcp-not-managed-node-list-public-ip"></a>&#x2022; [`public_ip`](#gcp-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
907
-
908
- <a id="gcp-not-managed-node-list-type"></a>&#x2022; [`type`](#gcp-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
909
-
910
- #### GCP Not Managed Node List Interface List
911
-
912
- An [`interface_list`](#list-2f49ff) block (within [`gcp.not_managed.node_list`](#gcp-not-managed-node-list)) supports the following:
913
-
914
- <a id="interface-54ab03"></a>&#x2022; [`bond_interface`](#interface-54ab03) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-54ab03) below.
915
-
916
- <a id="spec-801a55"></a>&#x2022; [`description_spec`](#spec-801a55) - Optional String<br>Interface Description. Description for this Interface
917
-
918
- <a id="client-649578"></a>&#x2022; [`dhcp_client`](#client-649578) - Optional Block<br>Can be used for messages where no values are needed
919
-
920
- <a id="interface-fa1d2a"></a>&#x2022; [`ethernet_interface`](#interface-fa1d2a) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-fa1d2a) below.
921
-
922
- <a id="config-881893"></a>&#x2022; [`ipv6_auto_config`](#config-881893) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-881893) below.
923
-
924
- <a id="labels-43ee17"></a>&#x2022; [`labels`](#labels-43ee17) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
925
-
926
- <a id="monitor-986ba9"></a>&#x2022; [`monitor`](#monitor-986ba9) - Optional Block<br>Link Quality Monitoring configuration for a network interface
927
-
928
- <a id="disabled-33388b"></a>&#x2022; [`monitor_disabled`](#disabled-33388b) - Optional Block<br>Can be used for messages where no values are needed
929
-
930
- <a id="mtu-46e579"></a>&#x2022; [`mtu`](#mtu-46e579) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
931
-
932
- <a id="name-fc5cd2"></a>&#x2022; [`name`](#name-fc5cd2) - Optional String<br>Interface Name. Name of this Interface
933
-
934
- <a id="option-ca04ce"></a>&#x2022; [`network_option`](#option-ca04ce) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-ca04ce) below.
935
-
936
- <a id="address-c52373"></a>&#x2022; [`no_ipv4_address`](#address-c52373) - Optional Block<br>Can be used for messages where no values are needed
937
-
938
- <a id="address-40bebe"></a>&#x2022; [`no_ipv6_address`](#address-40bebe) - Optional Block<br>Can be used for messages where no values are needed
939
-
940
- <a id="priority-b17ea9"></a>&#x2022; [`priority`](#priority-b17ea9) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
941
-
942
- <a id="disabled-45fbad"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-45fbad) - Optional Block<br>Can be used for messages where no values are needed
943
-
944
- <a id="enabled-b641ce"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-b641ce) - Optional Block<br>Can be used for messages where no values are needed
945
-
946
- <a id="static-ip-b40b52"></a>&#x2022; [`static_ip`](#static-ip-b40b52) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-b40b52) below.
947
-
948
- <a id="address-6a68da"></a>&#x2022; [`static_ipv6_address`](#address-6a68da) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-6a68da) below.
949
-
950
- <a id="interface-bd3d44"></a>&#x2022; [`vlan_interface`](#interface-bd3d44) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-bd3d44) below.
951
-
952
- #### GCP Not Managed Node List Interface List Bond Interface
953
-
954
- <a id="deep-afd6e8"></a>Deeply nested **Interface** block collapsed for readability.
955
-
956
- #### GCP Not Managed Node List Interface List Bond Interface Lacp
957
-
958
- <a id="deep-6c8fc7"></a>Deeply nested **Lacp** block collapsed for readability.
959
-
960
- #### GCP Not Managed Node List Interface List Ethernet Interface
961
-
962
- <a id="deep-6a0162"></a>Deeply nested **Interface** block collapsed for readability.
963
-
964
- #### GCP Not Managed Node List Interface List IPv6 Auto Config
965
-
966
- <a id="deep-f3d749"></a>Deeply nested **Config** block collapsed for readability.
967
-
968
- #### GCP Not Managed Node List Interface List IPv6 Auto Config Router
969
-
970
- <a id="deep-21edde"></a>Deeply nested **Router** block collapsed for readability.
971
-
972
- #### GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
973
-
974
- <a id="deep-484c91"></a>Deeply nested **Config** block collapsed for readability.
975
-
976
- #### GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
977
-
978
- <a id="deep-85dbbe"></a>Deeply nested **List** block collapsed for readability.
979
-
980
- #### GCP Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
981
-
982
- <a id="deep-7cb154"></a>Deeply nested **DNS** block collapsed for readability.
983
-
984
- #### GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful
985
-
986
- <a id="deep-001e66"></a>Deeply nested **Stateful** block collapsed for readability.
76
+ <a id="address"></a>&#x2022; [`address`](#address) - Optional String<br>Site's geographical address that can be used to determine its latitude and longitude
987
77
 
988
- #### GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
989
-
990
- <a id="deep-f92dfa"></a>Deeply nested **Networks** block collapsed for readability.
991
-
992
- #### GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
993
-
994
- <a id="deep-5e3307"></a>Deeply nested **Pools** block collapsed for readability.
995
-
996
- #### GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
997
-
998
- <a id="deep-bd61fc"></a>Deeply nested **Map** block collapsed for readability.
999
-
1000
- #### GCP Not Managed Node List Interface List Network Option
1001
-
1002
- <a id="deep-8d0ef6"></a>Deeply nested **Option** block collapsed for readability.
1003
-
1004
- #### GCP Not Managed Node List Interface List Static IP
1005
-
1006
- <a id="deep-3a7f7a"></a>Deeply nested **IP** block collapsed for readability.
1007
-
1008
- #### GCP Not Managed Node List Interface List Static IPv6 Address
1009
-
1010
- <a id="deep-b9548b"></a>Deeply nested **Address** block collapsed for readability.
1011
-
1012
- #### GCP Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
1013
-
1014
- <a id="deep-164e2f"></a>Deeply nested **IP** block collapsed for readability.
1015
-
1016
- #### GCP Not Managed Node List Interface List Static IPv6 Address Node Static IP
1017
-
1018
- <a id="deep-39ec3e"></a>Deeply nested **IP** block collapsed for readability.
1019
-
1020
- #### GCP Not Managed Node List Interface List VLAN Interface
1021
-
1022
- <a id="deep-aef10c"></a>Deeply nested **Interface** block collapsed for readability.
1023
-
1024
- #### Kvm
1025
-
1026
- A [`kvm`](#kvm) block supports the following:
1027
-
1028
- <a id="kvm-not-managed"></a>&#x2022; [`not_managed`](#kvm-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#kvm-not-managed) below.
1029
-
1030
- #### Kvm Not Managed
1031
-
1032
- A [`not_managed`](#kvm-not-managed) block (within [`kvm`](#kvm)) supports the following:
1033
-
1034
- <a id="kvm-not-managed-node-list"></a>&#x2022; [`node_list`](#kvm-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#kvm-not-managed-node-list) below.
1035
-
1036
- #### Kvm Not Managed Node List
1037
-
1038
- A [`node_list`](#kvm-not-managed-node-list) block (within [`kvm.not_managed`](#kvm-not-managed)) supports the following:
1039
-
1040
- <a id="kvm-not-managed-node-list-hostname"></a>&#x2022; [`hostname`](#kvm-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
1041
-
1042
- <a id="list-92338f"></a>&#x2022; [`interface_list`](#list-92338f) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-92338f) below.
1043
-
1044
- <a id="kvm-not-managed-node-list-public-ip"></a>&#x2022; [`public_ip`](#kvm-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
1045
-
1046
- <a id="kvm-not-managed-node-list-type"></a>&#x2022; [`type`](#kvm-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
1047
-
1048
- #### Kvm Not Managed Node List Interface List
1049
-
1050
- An [`interface_list`](#list-92338f) block (within [`kvm.not_managed.node_list`](#kvm-not-managed-node-list)) supports the following:
1051
-
1052
- <a id="interface-e24728"></a>&#x2022; [`bond_interface`](#interface-e24728) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-e24728) below.
1053
-
1054
- <a id="spec-c3f95c"></a>&#x2022; [`description_spec`](#spec-c3f95c) - Optional String<br>Interface Description. Description for this Interface
1055
-
1056
- <a id="client-59a349"></a>&#x2022; [`dhcp_client`](#client-59a349) - Optional Block<br>Can be used for messages where no values are needed
1057
-
1058
- <a id="interface-0aad1d"></a>&#x2022; [`ethernet_interface`](#interface-0aad1d) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-0aad1d) below.
1059
-
1060
- <a id="config-ab0775"></a>&#x2022; [`ipv6_auto_config`](#config-ab0775) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-ab0775) below.
1061
-
1062
- <a id="labels-36ae51"></a>&#x2022; [`labels`](#labels-36ae51) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
1063
-
1064
- <a id="monitor-1bfade"></a>&#x2022; [`monitor`](#monitor-1bfade) - Optional Block<br>Link Quality Monitoring configuration for a network interface
1065
-
1066
- <a id="disabled-2ad250"></a>&#x2022; [`monitor_disabled`](#disabled-2ad250) - Optional Block<br>Can be used for messages where no values are needed
1067
-
1068
- <a id="mtu-d603a1"></a>&#x2022; [`mtu`](#mtu-d603a1) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
1069
-
1070
- <a id="name-4d7867"></a>&#x2022; [`name`](#name-4d7867) - Optional String<br>Interface Name. Name of this Interface
1071
-
1072
- <a id="option-437c33"></a>&#x2022; [`network_option`](#option-437c33) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-437c33) below.
1073
-
1074
- <a id="address-4c9457"></a>&#x2022; [`no_ipv4_address`](#address-4c9457) - Optional Block<br>Can be used for messages where no values are needed
1075
-
1076
- <a id="address-e9ec91"></a>&#x2022; [`no_ipv6_address`](#address-e9ec91) - Optional Block<br>Can be used for messages where no values are needed
1077
-
1078
- <a id="priority-931ade"></a>&#x2022; [`priority`](#priority-931ade) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
1079
-
1080
- <a id="disabled-320aad"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-320aad) - Optional Block<br>Can be used for messages where no values are needed
1081
-
1082
- <a id="enabled-390b0a"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-390b0a) - Optional Block<br>Can be used for messages where no values are needed
1083
-
1084
- <a id="static-ip-f20c45"></a>&#x2022; [`static_ip`](#static-ip-f20c45) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-f20c45) below.
1085
-
1086
- <a id="address-41524b"></a>&#x2022; [`static_ipv6_address`](#address-41524b) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-41524b) below.
1087
-
1088
- <a id="interface-5ffabb"></a>&#x2022; [`vlan_interface`](#interface-5ffabb) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-5ffabb) below.
1089
-
1090
- #### Kvm Not Managed Node List Interface List Bond Interface
1091
-
1092
- <a id="deep-fc631b"></a>Deeply nested **Interface** block collapsed for readability.
1093
-
1094
- #### Kvm Not Managed Node List Interface List Bond Interface Lacp
1095
-
1096
- <a id="deep-1326df"></a>Deeply nested **Lacp** block collapsed for readability.
1097
-
1098
- #### Kvm Not Managed Node List Interface List Ethernet Interface
1099
-
1100
- <a id="deep-6ad367"></a>Deeply nested **Interface** block collapsed for readability.
1101
-
1102
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config
1103
-
1104
- <a id="deep-c39ea2"></a>Deeply nested **Config** block collapsed for readability.
1105
-
1106
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router
1107
-
1108
- <a id="deep-ef2730"></a>Deeply nested **Router** block collapsed for readability.
1109
-
1110
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
1111
-
1112
- <a id="deep-1c527f"></a>Deeply nested **Config** block collapsed for readability.
78
+ -> **One of the following:**
79
+ &#x2022; <a id="blocked-services"></a>[`blocked_services`](#blocked-services) - Optional Block<br>Disable node local services on this site<br>See [Blocked Services](#blocked-services) below for details.
1113
80
 
1114
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
81
+ -> **One of the following:**
82
+ &#x2022; <a id="bond-device-list"></a>[`bond_device_list`](#bond-device-list) - Optional Block<br>Bond Devices List. List of bond devices for this fleet<br>See [Bond Device List](#bond-device-list) below for details.
1115
83
 
1116
- <a id="deep-83e89b"></a>Deeply nested **List** block collapsed for readability.
84
+ <a id="coordinates"></a>&#x2022; [`coordinates`](#coordinates) - Optional Block<br>Coordinates of the site which provides the site physical location<br>See [Coordinates](#coordinates) below for details.
1117
85
 
1118
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
86
+ -> **One of the following:**
87
+ &#x2022; <a id="custom-network-config"></a>[`custom_network_config`](#custom-network-config) - Optional Block<br>SmsNetworkConfiguration<br>See [Custom Network Config](#custom-network-config) below for details.
1119
88
 
1120
- <a id="deep-ca2600"></a>Deeply nested **DNS** block collapsed for readability.
89
+ <a id="default-blocked-services"></a>&#x2022; [`default_blocked_services`](#default-blocked-services) - Optional Block<br>Enable this option
1121
90
 
1122
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful
91
+ <a id="default-network-config"></a>&#x2022; [`default_network_config`](#default-network-config) - Optional Block<br>Enable this option
1123
92
 
1124
- <a id="deep-0e9ec4"></a>Deeply nested **Stateful** block collapsed for readability.
93
+ <a id="kubernetes-upgrade-drain"></a>&#x2022; [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) - Optional Block<br>Specify how worker nodes within a site will be upgraded
1125
94
 
1126
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
95
+ -> **One of the following:**
96
+ &#x2022; <a id="log-receiver"></a>[`log_receiver`](#log-receiver) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
97
+ <br><br>&#x2022; <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Enable this option
1127
98
 
1128
- <a id="deep-8029ba"></a>Deeply nested **Networks** block collapsed for readability.
99
+ <a id="master-node-configuration"></a>&#x2022; [`master_node_configuration`](#master-node-configuration) - Optional Block<br>Configuration of master nodes
1129
100
 
1130
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
101
+ <a id="no-bond-devices"></a>&#x2022; [`no_bond_devices`](#no-bond-devices) - Optional Block<br>Enable this option
1131
102
 
1132
- <a id="deep-faf0d9"></a>Deeply nested **Pools** block collapsed for readability.
103
+ <a id="offline-survivability-mode"></a>&#x2022; [`offline_survivability_mode`](#offline-survivability-mode) - Optional Block<br>Offline Survivability allows the Site to continue functioning normally without traffic loss during periods of connectivity loss to the Regional Edge (RE) or the Global Controller (GC). When this feature is enabled, a site can continue to function as is with existing configuration for upto 7
1133
104
 
1134
- #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
105
+ <a id="os"></a>&#x2022; [`os`](#os) - Optional Block<br>Select the F5XC Operating System Version for the site. By default, latest available OS Version will be used. Refer to release notes to find required released OS versions
1135
106
 
1136
- <a id="deep-4a6bec"></a>Deeply nested **Map** block collapsed for readability.
107
+ <a id="performance-enhancement-mode"></a>&#x2022; [`performance_enhancement_mode`](#performance-enhancement-mode) - Optional Block<br>Optimize the site for L3 or L7 traffic processing. L7 optimized is the default
1137
108
 
1138
- #### Kvm Not Managed Node List Interface List Network Option
109
+ <a id="sw"></a>&#x2022; [`sw`](#sw) - Optional Block<br>Select the F5XC Software Version for the site. By default, latest available F5XC Software Version will be used. Refer to release notes to find required released SW versions
1139
110
 
1140
- <a id="deep-62e6b3"></a>Deeply nested **Option** block collapsed for readability.
111
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block
1141
112
 
1142
- #### Kvm Not Managed Node List Interface List Static IP
113
+ <a id="volterra-certified-hw"></a>&#x2022; [`volterra_certified_hw`](#volterra-certified-hw) - Optional String<br>Name for generic server certified hardware to form this Secure Mesh site
1143
114
 
1144
- <a id="deep-a6cf32"></a>Deeply nested **IP** block collapsed for readability.
115
+ <a id="worker-nodes"></a>&#x2022; [`worker_nodes`](#worker-nodes) - Optional List<br>Worker Nodes. Names of worker nodes
1145
116
 
1146
- #### Kvm Not Managed Node List Interface List Static IPv6 Address
117
+ ### Attributes Reference
1147
118
 
1148
- <a id="deep-91a5c5"></a>Deeply nested **Address** block collapsed for readability.
119
+ In addition to all arguments above, the following attributes are exported:
1149
120
 
1150
- #### Kvm Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
121
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
1151
122
 
1152
- <a id="deep-b4aa6e"></a>Deeply nested **IP** block collapsed for readability.
123
+ ---
1153
124
 
1154
- #### Kvm Not Managed Node List Interface List Static IPv6 Address Node Static IP
125
+ #### Blocked Services
1155
126
 
1156
- <a id="deep-abe515"></a>Deeply nested **IP** block collapsed for readability.
127
+ A [`blocked_services`](#blocked-services) block supports the following:
1157
128
 
1158
- #### Kvm Not Managed Node List Interface List VLAN Interface
129
+ <a id="blocked-services-blocked-sevice"></a>&#x2022; [`blocked_sevice`](#blocked-services-blocked-sevice) - Optional Block<br>Disable Node Local Services. Blocking or denial configuration<br>See [Blocked Sevice](#blocked-services-blocked-sevice) below.
1159
130
 
1160
- <a id="deep-964e06"></a>Deeply nested **Interface** block collapsed for readability.
131
+ #### Blocked Services Blocked Sevice
1161
132
 
1162
- #### Load Balancing
133
+ A [`blocked_sevice`](#blocked-services-blocked-sevice) block (within [`blocked_services`](#blocked-services)) supports the following:
1163
134
 
1164
- A [`load_balancing`](#load-balancing) block supports the following:
135
+ <a id="blocked-services-blocked-sevice-dns"></a>&#x2022; [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Enable this option
1165
136
 
1166
- <a id="load-balancing-vip-vrrp-mode"></a>&#x2022; [`vip_vrrp_mode`](#load-balancing-vip-vrrp-mode) - Optional String Defaults to `VIP_VRRP_INVALID`<br>Possible values are `VIP_VRRP_INVALID`, `VIP_VRRP_ENABLE`, `VIP_VRRP_DISABLE`<br>[Enum: VIP_VRRP_INVALID|VIP_VRRP_ENABLE|VIP_VRRP_DISABLE] VRRP advertisement mode for VIP Invalid VRRP mode
137
+ <a id="type-808ec9"></a>&#x2022; [`network_type`](#type-808ec9) - Optional String Defaults to `VIRTUAL_NETWORK_SITE_LOCAL`<br>Possible values are `VIRTUAL_NETWORK_SITE_LOCAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE`, `VIRTUAL_NETWORK_PER_SITE`, `VIRTUAL_NETWORK_PUBLIC`, `VIRTUAL_NETWORK_GLOBAL`, `VIRTUAL_NETWORK_SITE_SERVICE`, `VIRTUAL_NETWORK_VER_INTERNAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE`, `VIRTUAL_NETWORK_IP_AUTO`, `VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK`, `VIRTUAL_NETWORK_SRV6_NETWORK`, `VIRTUAL_NETWORK_IP_FABRIC`, `VIRTUAL_NETWORK_SEGMENT`<br>[Enum: VIRTUAL_NETWORK_SITE_LOCAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE|VIRTUAL_NETWORK_PER_SITE|VIRTUAL_NETWORK_PUBLIC|VIRTUAL_NETWORK_GLOBAL|VIRTUAL_NETWORK_SITE_SERVICE|VIRTUAL_NETWORK_VER_INTERNAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE|VIRTUAL_NETWORK_IP_AUTO|VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK|VIRTUAL_NETWORK_SRV6_NETWORK|VIRTUAL_NETWORK_IP_FABRIC|VIRTUAL_NETWORK_SEGMENT] Different types of virtual networks understood by the system Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL provides connectivity to public (outside) network. This is an insecure network and is connected to public internet via NAT Gateways/firwalls Virtual-network of this type is local to
1167
138
 
1168
- #### Local Vrf
139
+ <a id="blocked-services-blocked-sevice-ssh"></a>&#x2022; [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
1169
140
 
1170
- A [`local_vrf`](#local-vrf) block supports the following:
141
+ <a id="interface-e57e21"></a>&#x2022; [`web_user_interface`](#interface-e57e21) - Optional Block<br>Enable this option
1171
142
 
1172
- <a id="local-vrf-default-config"></a>&#x2022; [`default_config`](#local-vrf-default-config) - Optional Block<br>Can be used for messages where no values are needed
143
+ #### Bond Device List
1173
144
 
1174
- <a id="local-vrf-default-sli-config"></a>&#x2022; [`default_sli_config`](#local-vrf-default-sli-config) - Optional Block<br>Can be used for messages where no values are needed
145
+ A [`bond_device_list`](#bond-device-list) block supports the following:
1175
146
 
1176
- <a id="local-vrf-sli-config"></a>&#x2022; [`sli_config`](#local-vrf-sli-config) - Optional Block<br>Site Local Network Configuration. Site local network configuration<br>See [SLI Config](#local-vrf-sli-config) below.
147
+ <a id="bond-device-list-bond-devices"></a>&#x2022; [`bond_devices`](#bond-device-list-bond-devices) - Optional Block<br>Bond Devices. List of bond devices<br>See [Bond Devices](#bond-device-list-bond-devices) below.
1177
148
 
1178
- <a id="local-vrf-slo-config"></a>&#x2022; [`slo_config`](#local-vrf-slo-config) - Optional Block<br>Site Local Network Configuration. Site local network configuration<br>See [Slo Config](#local-vrf-slo-config) below.
149
+ #### Bond Device List Bond Devices
1179
150
 
1180
- #### Local Vrf SLI Config
151
+ A [`bond_devices`](#bond-device-list-bond-devices) block (within [`bond_device_list`](#bond-device-list)) supports the following:
1181
152
 
1182
- A [`sli_config`](#local-vrf-sli-config) block (within [`local_vrf`](#local-vrf)) supports the following:
153
+ <a id="backup-c22794"></a>&#x2022; [`active_backup`](#backup-c22794) - Optional Block<br>Enable this option
1183
154
 
1184
- <a id="local-vrf-sli-config-labels"></a>&#x2022; [`labels`](#local-vrf-sli-config-labels) - Optional Block<br>Add Labels for this network, these labels can be used in firewall policy
155
+ <a id="bond-device-list-bond-devices-devices"></a>&#x2022; [`devices`](#bond-device-list-bond-devices-devices) - Optional List<br>Ethernet devices that will make up this bond
1185
156
 
1186
- <a id="local-vrf-sli-config-nameserver"></a>&#x2022; [`nameserver`](#local-vrf-sli-config-nameserver) - Optional String<br>Optional DNS V4 server IP to be used for name resolution
157
+ <a id="bond-device-list-bond-devices-lacp"></a>&#x2022; [`lacp`](#bond-device-list-bond-devices-lacp) - Optional Block<br>LACP parameters. LACP parameters for the bond device<br>See [Lacp](#bond-device-list-bond-devices-lacp) below.
1187
158
 
1188
- <a id="local-vrf-sli-config-no-static-routes"></a>&#x2022; [`no_static_routes`](#local-vrf-sli-config-no-static-routes) - Optional Block<br>Can be used for messages where no values are needed
159
+ <a id="interval-0b4c96"></a>&#x2022; [`link_polling_interval`](#interval-0b4c96) - Optional Number<br>Link polling interval in milliseconds
1189
160
 
1190
- <a id="routes-53016e"></a>&#x2022; [`no_v6_static_routes`](#routes-53016e) - Optional Block<br>Can be used for messages where no values are needed
161
+ <a id="delay-b1200b"></a>&#x2022; [`link_up_delay`](#delay-b1200b) - Optional Number<br>Milliseconds wait before link is declared up
1191
162
 
1192
- <a id="local-vrf-sli-config-static-routes"></a>&#x2022; [`static_routes`](#local-vrf-sli-config-static-routes) - Optional Block<br>Static Routes List<br>See [Static Routes](#local-vrf-sli-config-static-routes) below.
163
+ <a id="bond-device-list-bond-devices-name"></a>&#x2022; [`name`](#bond-device-list-bond-devices-name) - Optional String<br>Name for the Bond. Ex 'bond0'
1193
164
 
1194
- <a id="local-vrf-sli-config-static-v6-routes"></a>&#x2022; [`static_v6_routes`](#local-vrf-sli-config-static-v6-routes) - Optional Block<br>Static IPv6 Routes List. List of IPv6 static routes<br>See [Static V6 Routes](#local-vrf-sli-config-static-v6-routes) below.
165
+ #### Bond Device List Bond Devices Lacp
1195
166
 
1196
- <a id="local-vrf-sli-config-vip"></a>&#x2022; [`vip`](#local-vrf-sli-config-vip) - Optional String<br>Optional common virtual V4 IP across all nodes to be used as automatic VIP
167
+ A [`lacp`](#bond-device-list-bond-devices-lacp) block (within [`bond_device_list.bond_devices`](#bond-device-list-bond-devices)) supports the following:
1197
168
 
1198
- #### Local Vrf SLI Config Static Routes
169
+ <a id="bond-device-list-bond-devices-lacp-rate"></a>&#x2022; [`rate`](#bond-device-list-bond-devices-lacp-rate) - Optional Number<br>Interval in seconds to transmit LACP packets
1199
170
 
1200
- A [`static_routes`](#local-vrf-sli-config-static-routes) block (within [`local_vrf.sli_config`](#local-vrf-sli-config)) supports the following:
171
+ #### Coordinates
1201
172
 
1202
- <a id="routes-159447"></a>&#x2022; [`static_routes`](#routes-159447) - Optional Block<br>Static Routes<br>See [Static Routes](#routes-159447) below.
173
+ A [`coordinates`](#coordinates) block supports the following:
1203
174
 
1204
- #### Local Vrf SLI Config Static Routes Static Routes
175
+ <a id="coordinates-latitude"></a>&#x2022; [`latitude`](#coordinates-latitude) - Optional Number<br>Latitude. Latitude of the site location
1205
176
 
1206
- <a id="deep-0b00a5"></a>Deeply nested **Routes** block collapsed for readability.
177
+ <a id="coordinates-longitude"></a>&#x2022; [`longitude`](#coordinates-longitude) - Optional Number<br>Longitude. Longitude of site location
1207
178
 
1208
- #### Local Vrf SLI Config Static Routes Static Routes Node Interface
179
+ #### Custom Network Config
1209
180
 
1210
- <a id="deep-c36771"></a>Deeply nested **Interface** block collapsed for readability.
181
+ A [`custom_network_config`](#custom-network-config) block supports the following:
1211
182
 
1212
- #### Local Vrf SLI Config Static Routes Static Routes Node Interface List
183
+ <a id="policies-c4c984"></a>&#x2022; [`active_enhanced_firewall_policies`](#policies-c4c984) - Optional Block<br>List of Enhanced Firewall Policies These policies use session-based rules and provide all OPTIONS available under firewall policies with an additional option for service insertion<br>See [Active Enhanced Firewall Policies](#policies-c4c984) below.
1213
184
 
1214
- <a id="deep-9295ad"></a>Deeply nested **List** block collapsed for readability.
185
+ <a id="policies-fbbf75"></a>&#x2022; [`active_forward_proxy_policies`](#policies-fbbf75) - Optional Block<br>Ordered List of Forward Proxy Policies active<br>See [Active Forward Proxy Policies](#policies-fbbf75) below.
1215
186
 
1216
- #### Local Vrf SLI Config Static Routes Static Routes Node Interface List Interface
187
+ <a id="policies-e8cb6b"></a>&#x2022; [`active_network_policies`](#policies-e8cb6b) - Optional Block<br>Active Firewall Policies Type. List of firewall policy views<br>See [Active Network Policies](#policies-e8cb6b) below.
1217
188
 
1218
- <a id="deep-3a649b"></a>Deeply nested **Interface** block collapsed for readability.
189
+ <a id="custom-network-config-default-config"></a>&#x2022; [`default_config`](#custom-network-config-default-config) - Optional Block<br>Enable this option
1219
190
 
1220
- #### Local Vrf SLI Config Static V6 Routes
191
+ <a id="config-226341"></a>&#x2022; [`default_interface_config`](#config-226341) - Optional Block<br>Enable this option
1221
192
 
1222
- A [`static_v6_routes`](#local-vrf-sli-config-static-v6-routes) block (within [`local_vrf.sli_config`](#local-vrf-sli-config)) supports the following:
193
+ <a id="config-ac20e7"></a>&#x2022; [`default_sli_config`](#config-ac20e7) - Optional Block<br>Enable this option
1223
194
 
1224
- <a id="routes-b75018"></a>&#x2022; [`static_routes`](#routes-b75018) - Optional Block<br>List of IPv6 static routes<br>See [Static Routes](#routes-b75018) below.
195
+ <a id="all-1d28e8"></a>&#x2022; [`forward_proxy_allow_all`](#all-1d28e8) - Optional Block<br>Enable this option
1225
196
 
1226
- #### Local Vrf SLI Config Static V6 Routes Static Routes
197
+ <a id="list-452116"></a>&#x2022; [`global_network_list`](#list-452116) - Optional Block<br>Global Network Connection List. List of global network connections<br>See [Global Network List](#list-452116) below.
1227
198
 
1228
- <a id="deep-26bfb4"></a>Deeply nested **Routes** block collapsed for readability.
199
+ <a id="custom-network-config-interface-list"></a>&#x2022; [`interface_list`](#custom-network-config-interface-list) - Optional Block<br>Configure network interfaces for this Secure Mesh site<br>See [Interface List](#custom-network-config-interface-list) below.
1229
200
 
1230
- #### Local Vrf SLI Config Static V6 Routes Static Routes Node Interface
201
+ <a id="custom-network-config-no-forward-proxy"></a>&#x2022; [`no_forward_proxy`](#custom-network-config-no-forward-proxy) - Optional Block<br>Enable this option
1231
202
 
1232
- <a id="deep-989f5e"></a>Deeply nested **Interface** block collapsed for readability.
203
+ <a id="custom-network-config-no-global-network"></a>&#x2022; [`no_global_network`](#custom-network-config-no-global-network) - Optional Block<br>Enable this option
1233
204
 
1234
- #### Local Vrf SLI Config Static V6 Routes Static Routes Node Interface List
205
+ <a id="custom-network-config-no-network-policy"></a>&#x2022; [`no_network_policy`](#custom-network-config-no-network-policy) - Optional Block<br>Enable this option
1235
206
 
1236
- <a id="deep-94960c"></a>Deeply nested **List** block collapsed for readability.
207
+ <a id="custom-network-config-sli-config"></a>&#x2022; [`sli_config`](#custom-network-config-sli-config) - Optional Block<br>Site Local Network Configuration. Site local network configuration<br>See [SLI Config](#custom-network-config-sli-config) below.
1237
208
 
1238
- #### Local Vrf SLI Config Static V6 Routes Static Routes Node Interface List Interface
209
+ <a id="custom-network-config-slo-config"></a>&#x2022; [`slo_config`](#custom-network-config-slo-config) - Optional Block<br>Site Local Network Configuration. Site local network configuration<br>See [Slo Config](#custom-network-config-slo-config) below.
1239
210
 
1240
- <a id="deep-6ebb7a"></a>Deeply nested **Interface** block collapsed for readability.
211
+ <a id="public-ip-5fd49f"></a>&#x2022; [`sm_connection_public_ip`](#public-ip-5fd49f) - Optional Block<br>Enable this option
1241
212
 
1242
- #### Local Vrf Slo Config
213
+ <a id="pvt-ip-892ce0"></a>&#x2022; [`sm_connection_pvt_ip`](#pvt-ip-892ce0) - Optional Block<br>Enable this option
1243
214
 
1244
- A [`slo_config`](#local-vrf-slo-config) block (within [`local_vrf`](#local-vrf)) supports the following:
215
+ <a id="timeout-1607a1"></a>&#x2022; [`tunnel_dead_timeout`](#timeout-1607a1) - Optional Number<br>Time interval, in millisec, within which any IPsec / SSL connection from the site going down is detected. When not set (== 0), a default value of 10000 msec will be used
1245
216
 
1246
- <a id="local-vrf-slo-config-labels"></a>&#x2022; [`labels`](#local-vrf-slo-config-labels) - Optional Block<br>Add Labels for this network, these labels can be used in firewall policy
217
+ <a id="custom-network-config-vip-vrrp-mode"></a>&#x2022; [`vip_vrrp_mode`](#custom-network-config-vip-vrrp-mode) - Optional String Defaults to `VIP_VRRP_INVALID`<br>Possible values are `VIP_VRRP_INVALID`, `VIP_VRRP_ENABLE`, `VIP_VRRP_DISABLE`<br>[Enum: VIP_VRRP_INVALID|VIP_VRRP_ENABLE|VIP_VRRP_DISABLE] VRRP advertisement mode for VIP Invalid VRRP mode
1247
218
 
1248
- <a id="local-vrf-slo-config-nameserver"></a>&#x2022; [`nameserver`](#local-vrf-slo-config-nameserver) - Optional String<br>Optional DNS V4 server IP to be used for name resolution
219
+ #### Custom Network Config Active Enhanced Firewall Policies
1249
220
 
1250
- <a id="local-vrf-slo-config-no-static-routes"></a>&#x2022; [`no_static_routes`](#local-vrf-slo-config-no-static-routes) - Optional Block<br>Can be used for messages where no values are needed
221
+ An [`active_enhanced_firewall_policies`](#policies-c4c984) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1251
222
 
1252
- <a id="routes-a47310"></a>&#x2022; [`no_v6_static_routes`](#routes-a47310) - Optional Block<br>Can be used for messages where no values are needed
223
+ <a id="policies-d28848"></a>&#x2022; [`enhanced_firewall_policies`](#policies-d28848) - Optional Block<br>Ordered List of Enhanced Firewall Policies active<br>See [Enhanced Firewall Policies](#policies-d28848) below.
1253
224
 
1254
- <a id="local-vrf-slo-config-static-routes"></a>&#x2022; [`static_routes`](#local-vrf-slo-config-static-routes) - Optional Block<br>Static Routes List<br>See [Static Routes](#local-vrf-slo-config-static-routes) below.
225
+ #### Custom Network Config Active Enhanced Firewall Policies Enhanced Firewall Policies
1255
226
 
1256
- <a id="local-vrf-slo-config-static-v6-routes"></a>&#x2022; [`static_v6_routes`](#local-vrf-slo-config-static-v6-routes) - Optional Block<br>Static IPv6 Routes List. List of IPv6 static routes<br>See [Static V6 Routes](#local-vrf-slo-config-static-v6-routes) below.
227
+ <a id="deep-d2a5f1"></a>Deeply nested **Policies** block collapsed for readability.
1257
228
 
1258
- <a id="local-vrf-slo-config-vip"></a>&#x2022; [`vip`](#local-vrf-slo-config-vip) - Optional String<br>Optional common virtual V4 IP across all nodes to be used as automatic VIP
229
+ #### Custom Network Config Active Forward Proxy Policies
1259
230
 
1260
- #### Local Vrf Slo Config Static Routes
231
+ An [`active_forward_proxy_policies`](#policies-fbbf75) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1261
232
 
1262
- A [`static_routes`](#local-vrf-slo-config-static-routes) block (within [`local_vrf.slo_config`](#local-vrf-slo-config)) supports the following:
233
+ <a id="policies-3c82d8"></a>&#x2022; [`forward_proxy_policies`](#policies-3c82d8) - Optional Block<br>Ordered List of Forward Proxy Policies active<br>See [Forward Proxy Policies](#policies-3c82d8) below.
1263
234
 
1264
- <a id="routes-07ae6c"></a>&#x2022; [`static_routes`](#routes-07ae6c) - Optional Block<br>Static Routes<br>See [Static Routes](#routes-07ae6c) below.
235
+ #### Custom Network Config Active Forward Proxy Policies Forward Proxy Policies
1265
236
 
1266
- #### Local Vrf Slo Config Static Routes Static Routes
237
+ <a id="deep-2a9750"></a>Deeply nested **Policies** block collapsed for readability.
1267
238
 
1268
- <a id="deep-c4ba70"></a>Deeply nested **Routes** block collapsed for readability.
239
+ #### Custom Network Config Active Network Policies
1269
240
 
1270
- #### Local Vrf Slo Config Static Routes Static Routes Node Interface
241
+ An [`active_network_policies`](#policies-e8cb6b) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1271
242
 
1272
- <a id="deep-9a77b8"></a>Deeply nested **Interface** block collapsed for readability.
243
+ <a id="policies-461fea"></a>&#x2022; [`network_policies`](#policies-461fea) - Optional Block<br>Ordered List of Firewall Policies active for this network firewall<br>See [Network Policies](#policies-461fea) below.
1273
244
 
1274
- #### Local Vrf Slo Config Static Routes Static Routes Node Interface List
245
+ #### Custom Network Config Active Network Policies Network Policies
1275
246
 
1276
- <a id="deep-778bc9"></a>Deeply nested **List** block collapsed for readability.
247
+ <a id="deep-6de48c"></a>Deeply nested **Policies** block collapsed for readability.
1277
248
 
1278
- #### Local Vrf Slo Config Static Routes Static Routes Node Interface List Interface
249
+ #### Custom Network Config Global Network List
1279
250
 
1280
- <a id="deep-8ea40a"></a>Deeply nested **Interface** block collapsed for readability.
251
+ A [`global_network_list`](#list-452116) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1281
252
 
1282
- #### Local Vrf Slo Config Static V6 Routes
253
+ <a id="connections-1d58e6"></a>&#x2022; [`global_network_connections`](#connections-1d58e6) - Optional Block<br>Global network connections<br>See [Global Network Connections](#connections-1d58e6) below.
1283
254
 
1284
- A [`static_v6_routes`](#local-vrf-slo-config-static-v6-routes) block (within [`local_vrf.slo_config`](#local-vrf-slo-config)) supports the following:
255
+ #### Custom Network Config Global Network List Global Network Connections
1285
256
 
1286
- <a id="routes-5b5639"></a>&#x2022; [`static_routes`](#routes-5b5639) - Optional Block<br>List of IPv6 static routes<br>See [Static Routes](#routes-5b5639) below.
257
+ <a id="deep-be6603"></a>Deeply nested **Connections** block collapsed for readability.
1287
258
 
1288
- #### Local Vrf Slo Config Static V6 Routes Static Routes
259
+ #### Custom Network Config Global Network List Global Network Connections SLI To Global DR
1289
260
 
1290
- <a id="deep-69c74f"></a>Deeply nested **Routes** block collapsed for readability.
261
+ <a id="deep-9b64ff"></a>Deeply nested **DR** block collapsed for readability.
1291
262
 
1292
- #### Local Vrf Slo Config Static V6 Routes Static Routes Node Interface
263
+ #### Custom Network Config Global Network List Global Network Connections SLI To Global DR Global Vn
1293
264
 
1294
- <a id="deep-c59810"></a>Deeply nested **Interface** block collapsed for readability.
265
+ <a id="deep-811bd6"></a>Deeply nested **Vn** block collapsed for readability.
1295
266
 
1296
- #### Local Vrf Slo Config Static V6 Routes Static Routes Node Interface List
267
+ #### Custom Network Config Global Network List Global Network Connections Slo To Global DR
1297
268
 
1298
- <a id="deep-753f28"></a>Deeply nested **List** block collapsed for readability.
269
+ <a id="deep-32aa3f"></a>Deeply nested **DR** block collapsed for readability.
1299
270
 
1300
- #### Local Vrf Slo Config Static V6 Routes Static Routes Node Interface List Interface
271
+ #### Custom Network Config Global Network List Global Network Connections Slo To Global DR Global Vn
1301
272
 
1302
- <a id="deep-86b9dc"></a>Deeply nested **Interface** block collapsed for readability.
273
+ <a id="deep-e7b054"></a>Deeply nested **Vn** block collapsed for readability.
1303
274
 
1304
- #### Log Receiver
275
+ #### Custom Network Config Interface List
1305
276
 
1306
- A [`log_receiver`](#log-receiver) block supports the following:
277
+ An [`interface_list`](#custom-network-config-interface-list) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1307
278
 
1308
- <a id="log-receiver-name"></a>&#x2022; [`name`](#log-receiver-name) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name
279
+ <a id="interfaces-e1b75d"></a>&#x2022; [`interfaces`](#interfaces-e1b75d) - Optional Block<br>Configure network interfaces for this Secure Mesh site<br>See [Interfaces](#interfaces-e1b75d) below.
1309
280
 
1310
- <a id="log-receiver-namespace"></a>&#x2022; [`namespace`](#log-receiver-namespace) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace
281
+ #### Custom Network Config Interface List Interfaces
1311
282
 
1312
- <a id="log-receiver-tenant"></a>&#x2022; [`tenant`](#log-receiver-tenant) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
283
+ An [`interfaces`](#interfaces-e1b75d) block (within [`custom_network_config.interface_list`](#custom-network-config-interface-list)) supports the following:
1313
284
 
1314
- #### Nutanix
285
+ <a id="disabled-8e6c58"></a>&#x2022; [`dc_cluster_group_connectivity_interface_disabled`](#disabled-8e6c58) - Optional Block<br>Enable this option
1315
286
 
1316
- A [`nutanix`](#nutanix) block supports the following:
287
+ <a id="enabled-976919"></a>&#x2022; [`dc_cluster_group_connectivity_interface_enabled`](#enabled-976919) - Optional Block<br>Enable this option
1317
288
 
1318
- <a id="nutanix-not-managed"></a>&#x2022; [`not_managed`](#nutanix-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#nutanix-not-managed) below.
289
+ <a id="interface-5e9f68"></a>&#x2022; [`dedicated_interface`](#interface-5e9f68) - Optional Block<br>Dedicated Interface. Dedicated Interface Configuration<br>See [Dedicated Interface](#interface-5e9f68) below.
1319
290
 
1320
- #### Nutanix Not Managed
291
+ <a id="interface-a7c718"></a>&#x2022; [`dedicated_management_interface`](#interface-a7c718) - Optional Block<br>Dedicated Management Interface. Dedicated Interface Configuration<br>See [Dedicated Management Interface](#interface-a7c718) below.
1321
292
 
1322
- A [`not_managed`](#nutanix-not-managed) block (within [`nutanix`](#nutanix)) supports the following:
293
+ <a id="spec-5c5d10"></a>&#x2022; [`description_spec`](#spec-5c5d10) - Optional String<br>Interface Description. Description for this Interface
1323
294
 
1324
- <a id="nutanix-not-managed-node-list"></a>&#x2022; [`node_list`](#nutanix-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#nutanix-not-managed-node-list) below.
295
+ <a id="interface-40e35f"></a>&#x2022; [`ethernet_interface`](#interface-40e35f) - Optional Block<br>Ethernet Interface. Ethernet Interface Configuration<br>See [Ethernet Interface](#interface-40e35f) below.
1325
296
 
1326
- #### Nutanix Not Managed Node List
297
+ <a id="labels-eb9e14"></a>&#x2022; [`labels`](#labels-eb9e14) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
1327
298
 
1328
- A [`node_list`](#nutanix-not-managed-node-list) block (within [`nutanix.not_managed`](#nutanix-not-managed)) supports the following:
299
+ #### Custom Network Config Interface List Interfaces Dedicated Interface
1329
300
 
1330
- <a id="nutanix-not-managed-node-list-hostname"></a>&#x2022; [`hostname`](#nutanix-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
301
+ <a id="deep-e9e120"></a>Deeply nested **Interface** block collapsed for readability.
1331
302
 
1332
- <a id="list-b40ceb"></a>&#x2022; [`interface_list`](#list-b40ceb) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-b40ceb) below.
303
+ #### Custom Network Config Interface List Interfaces Dedicated Management Interface
1333
304
 
1334
- <a id="nutanix-not-managed-node-list-public-ip"></a>&#x2022; [`public_ip`](#nutanix-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
305
+ <a id="deep-fe54f2"></a>Deeply nested **Interface** block collapsed for readability.
1335
306
 
1336
- <a id="nutanix-not-managed-node-list-type"></a>&#x2022; [`type`](#nutanix-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
307
+ #### Custom Network Config Interface List Interfaces Ethernet Interface
1337
308
 
1338
- #### Nutanix Not Managed Node List Interface List
309
+ <a id="deep-155d07"></a>Deeply nested **Interface** block collapsed for readability.
1339
310
 
1340
- An [`interface_list`](#list-b40ceb) block (within [`nutanix.not_managed.node_list`](#nutanix-not-managed-node-list)) supports the following:
311
+ #### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server
1341
312
 
1342
- <a id="interface-2d0b01"></a>&#x2022; [`bond_interface`](#interface-2d0b01) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-2d0b01) below.
313
+ <a id="deep-c00b69"></a>Deeply nested **Server** block collapsed for readability.
1343
314
 
1344
- <a id="spec-baa727"></a>&#x2022; [`description_spec`](#spec-baa727) - Optional String<br>Interface Description. Description for this Interface
315
+ #### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server DHCP Networks
1345
316
 
1346
- <a id="client-112522"></a>&#x2022; [`dhcp_client`](#client-112522) - Optional Block<br>Can be used for messages where no values are needed
317
+ <a id="deep-bf31a8"></a>Deeply nested **Networks** block collapsed for readability.
1347
318
 
1348
- <a id="interface-d78243"></a>&#x2022; [`ethernet_interface`](#interface-d78243) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-d78243) below.
319
+ #### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server DHCP Networks Pools
1349
320
 
1350
- <a id="config-08cb50"></a>&#x2022; [`ipv6_auto_config`](#config-08cb50) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-08cb50) below.
321
+ <a id="deep-904e69"></a>Deeply nested **Pools** block collapsed for readability.
1351
322
 
1352
- <a id="labels-c91cb8"></a>&#x2022; [`labels`](#labels-c91cb8) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
323
+ #### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server Interface IP Map
1353
324
 
1354
- <a id="monitor-824921"></a>&#x2022; [`monitor`](#monitor-824921) - Optional Block<br>Link Quality Monitoring configuration for a network interface
325
+ <a id="deep-ff4e59"></a>Deeply nested **Map** block collapsed for readability.
1355
326
 
1356
- <a id="disabled-1b5f4c"></a>&#x2022; [`monitor_disabled`](#disabled-1b5f4c) - Optional Block<br>Can be used for messages where no values are needed
327
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config
1357
328
 
1358
- <a id="mtu-9286d4"></a>&#x2022; [`mtu`](#mtu-9286d4) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
329
+ <a id="deep-606ad3"></a>Deeply nested **Config** block collapsed for readability.
1359
330
 
1360
- <a id="name-f9abff"></a>&#x2022; [`name`](#name-f9abff) - Optional String<br>Interface Name. Name of this Interface
331
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router
1361
332
 
1362
- <a id="option-40de75"></a>&#x2022; [`network_option`](#option-40de75) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-40de75) below.
333
+ <a id="deep-b3aca4"></a>Deeply nested **Router** block collapsed for readability.
1363
334
 
1364
- <a id="address-768ec8"></a>&#x2022; [`no_ipv4_address`](#address-768ec8) - Optional Block<br>Can be used for messages where no values are needed
335
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config
1365
336
 
1366
- <a id="address-9dd875"></a>&#x2022; [`no_ipv6_address`](#address-9dd875) - Optional Block<br>Can be used for messages where no values are needed
337
+ <a id="deep-305937"></a>Deeply nested **Config** block collapsed for readability.
1367
338
 
1368
- <a id="priority-e54ce8"></a>&#x2022; [`priority`](#priority-e54ce8) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
339
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config Configured List
1369
340
 
1370
- <a id="disabled-a3014f"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-a3014f) - Optional Block<br>Can be used for messages where no values are needed
341
+ <a id="deep-de36d1"></a>Deeply nested **List** block collapsed for readability.
1371
342
 
1372
- <a id="enabled-47989b"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-47989b) - Optional Block<br>Can be used for messages where no values are needed
343
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config Local DNS
1373
344
 
1374
- <a id="static-ip-09302a"></a>&#x2022; [`static_ip`](#static-ip-09302a) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-09302a) below.
345
+ <a id="deep-33d01b"></a>Deeply nested **DNS** block collapsed for readability.
1375
346
 
1376
- <a id="address-2a34d1"></a>&#x2022; [`static_ipv6_address`](#address-2a34d1) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-2a34d1) below.
347
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful
1377
348
 
1378
- <a id="interface-e23d44"></a>&#x2022; [`vlan_interface`](#interface-e23d44) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-e23d44) below.
349
+ <a id="deep-52248e"></a>Deeply nested **Stateful** block collapsed for readability.
1379
350
 
1380
- #### Nutanix Not Managed Node List Interface List Bond Interface
351
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful DHCP Networks
1381
352
 
1382
- <a id="deep-a0d86e"></a>Deeply nested **Interface** block collapsed for readability.
353
+ <a id="deep-e99cbf"></a>Deeply nested **Networks** block collapsed for readability.
1383
354
 
1384
- #### Nutanix Not Managed Node List Interface List Bond Interface Lacp
355
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful DHCP Networks Pools
1385
356
 
1386
- <a id="deep-452ac2"></a>Deeply nested **Lacp** block collapsed for readability.
357
+ <a id="deep-fd529f"></a>Deeply nested **Pools** block collapsed for readability.
1387
358
 
1388
- #### Nutanix Not Managed Node List Interface List Ethernet Interface
359
+ #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful Interface IP Map
1389
360
 
1390
- <a id="deep-c19cdf"></a>Deeply nested **Interface** block collapsed for readability.
361
+ <a id="deep-15168d"></a>Deeply nested **Map** block collapsed for readability.
1391
362
 
1392
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config
363
+ #### Custom Network Config Interface List Interfaces Ethernet Interface Static IP
1393
364
 
1394
- <a id="deep-ae55a4"></a>Deeply nested **Config** block collapsed for readability.
365
+ <a id="deep-0f1737"></a>Deeply nested **IP** block collapsed for readability.
1395
366
 
1396
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router
367
+ #### Custom Network Config Interface List Interfaces Ethernet Interface Static IP Cluster Static IP
1397
368
 
1398
- <a id="deep-1e40a4"></a>Deeply nested **Router** block collapsed for readability.
369
+ <a id="deep-34de63"></a>Deeply nested **IP** block collapsed for readability.
1399
370
 
1400
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
371
+ #### Custom Network Config Interface List Interfaces Ethernet Interface Static IP Node Static IP
1401
372
 
1402
- <a id="deep-1a1f28"></a>Deeply nested **Config** block collapsed for readability.
373
+ <a id="deep-99b20e"></a>Deeply nested **IP** block collapsed for readability.
1403
374
 
1404
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
375
+ #### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address
1405
376
 
1406
- <a id="deep-51b635"></a>Deeply nested **List** block collapsed for readability.
377
+ <a id="deep-7525c4"></a>Deeply nested **Address** block collapsed for readability.
1407
378
 
1408
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
379
+ #### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address Cluster Static IP
1409
380
 
1410
- <a id="deep-d92def"></a>Deeply nested **DNS** block collapsed for readability.
381
+ <a id="deep-fbb4ee"></a>Deeply nested **IP** block collapsed for readability.
1411
382
 
1412
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful
383
+ #### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address Node Static IP
1413
384
 
1414
- <a id="deep-be66c9"></a>Deeply nested **Stateful** block collapsed for readability.
385
+ <a id="deep-be6bf5"></a>Deeply nested **IP** block collapsed for readability.
1415
386
 
1416
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
387
+ #### Custom Network Config SLI Config
1417
388
 
1418
- <a id="deep-5a9d54"></a>Deeply nested **Networks** block collapsed for readability.
389
+ A [`sli_config`](#custom-network-config-sli-config) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1419
390
 
1420
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
391
+ <a id="group-c050c8"></a>&#x2022; [`dc_cluster_group`](#group-c050c8) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Dc Cluster Group](#group-c050c8) below.
1421
392
 
1422
- <a id="deep-7af73e"></a>Deeply nested **Pools** block collapsed for readability.
393
+ <a id="custom-network-config-sli-config-labels"></a>&#x2022; [`labels`](#custom-network-config-sli-config-labels) - Optional Block<br>Add Labels for this network, these labels can be used in firewall policy
1423
394
 
1424
- #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
395
+ <a id="nameserver-b7700f"></a>&#x2022; [`nameserver`](#nameserver-b7700f) - Optional String<br>Optional DNS V4 server IP to be used for name resolution
1425
396
 
1426
- <a id="deep-138aec"></a>Deeply nested **Map** block collapsed for readability.
397
+ <a id="group-4a0820"></a>&#x2022; [`no_dc_cluster_group`](#group-4a0820) - Optional Block<br>Enable this option
1427
398
 
1428
- #### Nutanix Not Managed Node List Interface List Network Option
399
+ <a id="routes-ece448"></a>&#x2022; [`no_static_routes`](#routes-ece448) - Optional Block<br>Enable this option
1429
400
 
1430
- <a id="deep-bd2504"></a>Deeply nested **Option** block collapsed for readability.
401
+ <a id="routes-ef5627"></a>&#x2022; [`no_v6_static_routes`](#routes-ef5627) - Optional Block<br>Enable this option
1431
402
 
1432
- #### Nutanix Not Managed Node List Interface List Static IP
403
+ <a id="routes-766a73"></a>&#x2022; [`static_routes`](#routes-766a73) - Optional Block<br>Static Routes List. List of static routes<br>See [Static Routes](#routes-766a73) below.
1433
404
 
1434
- <a id="deep-0fbd56"></a>Deeply nested **IP** block collapsed for readability.
405
+ <a id="routes-3c3781"></a>&#x2022; [`static_v6_routes`](#routes-3c3781) - Optional Block<br>Static IPv6 Routes List. List of IPv6 static routes<br>See [Static V6 Routes](#routes-3c3781) below.
1435
406
 
1436
- #### Nutanix Not Managed Node List Interface List Static IPv6 Address
407
+ <a id="custom-network-config-sli-config-vip"></a>&#x2022; [`vip`](#custom-network-config-sli-config-vip) - Optional String<br>Optional common virtual V4 IP across all nodes to be used as automatic VIP
1437
408
 
1438
- <a id="deep-822c9a"></a>Deeply nested **Address** block collapsed for readability.
409
+ #### Custom Network Config SLI Config Dc Cluster Group
1439
410
 
1440
- #### Nutanix Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
411
+ <a id="deep-d8cb49"></a>Deeply nested **Group** block collapsed for readability.
1441
412
 
1442
- <a id="deep-7b95c4"></a>Deeply nested **IP** block collapsed for readability.
413
+ #### Custom Network Config SLI Config Static Routes
1443
414
 
1444
- #### Nutanix Not Managed Node List Interface List Static IPv6 Address Node Static IP
415
+ A [`static_routes`](#routes-766a73) block (within [`custom_network_config.sli_config`](#custom-network-config-sli-config)) supports the following:
1445
416
 
1446
- <a id="deep-ab1035"></a>Deeply nested **IP** block collapsed for readability.
417
+ <a id="routes-75c512"></a>&#x2022; [`static_routes`](#routes-75c512) - Optional Block<br>Static Routes. List of static routes<br>See [Static Routes](#routes-75c512) below.
1447
418
 
1448
- #### Nutanix Not Managed Node List Interface List VLAN Interface
419
+ #### Custom Network Config SLI Config Static Routes Static Routes
1449
420
 
1450
- <a id="deep-30c686"></a>Deeply nested **Interface** block collapsed for readability.
421
+ <a id="deep-418fe7"></a>Deeply nested **Routes** block collapsed for readability.
1451
422
 
1452
- #### Oci
423
+ #### Custom Network Config SLI Config Static Routes Static Routes Node Interface
1453
424
 
1454
- An [`oci`](#oci) block supports the following:
425
+ <a id="deep-845177"></a>Deeply nested **Interface** block collapsed for readability.
1455
426
 
1456
- <a id="oci-not-managed"></a>&#x2022; [`not_managed`](#oci-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#oci-not-managed) below.
427
+ #### Custom Network Config SLI Config Static Routes Static Routes Node Interface List
1457
428
 
1458
- #### Oci Not Managed
429
+ <a id="deep-346157"></a>Deeply nested **List** block collapsed for readability.
1459
430
 
1460
- A [`not_managed`](#oci-not-managed) block (within [`oci`](#oci)) supports the following:
431
+ #### Custom Network Config SLI Config Static Routes Static Routes Node Interface List Interface
1461
432
 
1462
- <a id="oci-not-managed-node-list"></a>&#x2022; [`node_list`](#oci-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#oci-not-managed-node-list) below.
433
+ <a id="deep-460da1"></a>Deeply nested **Interface** block collapsed for readability.
1463
434
 
1464
- #### Oci Not Managed Node List
435
+ #### Custom Network Config SLI Config Static V6 Routes
1465
436
 
1466
- A [`node_list`](#oci-not-managed-node-list) block (within [`oci.not_managed`](#oci-not-managed)) supports the following:
437
+ <a id="deep-a62933"></a>Deeply nested **Routes** block collapsed for readability.
1467
438
 
1468
- <a id="oci-not-managed-node-list-hostname"></a>&#x2022; [`hostname`](#oci-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
439
+ #### Custom Network Config SLI Config Static V6 Routes Static Routes
1469
440
 
1470
- <a id="list-af4877"></a>&#x2022; [`interface_list`](#list-af4877) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-af4877) below.
441
+ <a id="deep-b94fe3"></a>Deeply nested **Routes** block collapsed for readability.
1471
442
 
1472
- <a id="oci-not-managed-node-list-public-ip"></a>&#x2022; [`public_ip`](#oci-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
443
+ #### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface
1473
444
 
1474
- <a id="oci-not-managed-node-list-type"></a>&#x2022; [`type`](#oci-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
445
+ <a id="deep-85506f"></a>Deeply nested **Interface** block collapsed for readability.
1475
446
 
1476
- #### Oci Not Managed Node List Interface List
447
+ #### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface List
1477
448
 
1478
- An [`interface_list`](#list-af4877) block (within [`oci.not_managed.node_list`](#oci-not-managed-node-list)) supports the following:
449
+ <a id="deep-0405fc"></a>Deeply nested **List** block collapsed for readability.
1479
450
 
1480
- <a id="interface-8f5f59"></a>&#x2022; [`bond_interface`](#interface-8f5f59) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-8f5f59) below.
451
+ #### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface List Interface
1481
452
 
1482
- <a id="spec-6e395f"></a>&#x2022; [`description_spec`](#spec-6e395f) - Optional String<br>Interface Description. Description for this Interface
453
+ <a id="deep-48ce07"></a>Deeply nested **Interface** block collapsed for readability.
1483
454
 
1484
- <a id="client-29509c"></a>&#x2022; [`dhcp_client`](#client-29509c) - Optional Block<br>Can be used for messages where no values are needed
455
+ #### Custom Network Config Slo Config
1485
456
 
1486
- <a id="interface-e66013"></a>&#x2022; [`ethernet_interface`](#interface-e66013) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-e66013) below.
457
+ A [`slo_config`](#custom-network-config-slo-config) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1487
458
 
1488
- <a id="config-5531bb"></a>&#x2022; [`ipv6_auto_config`](#config-5531bb) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-5531bb) below.
459
+ <a id="group-4f2dd5"></a>&#x2022; [`dc_cluster_group`](#group-4f2dd5) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Dc Cluster Group](#group-4f2dd5) below.
1489
460
 
1490
- <a id="labels-66a173"></a>&#x2022; [`labels`](#labels-66a173) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
461
+ <a id="custom-network-config-slo-config-labels"></a>&#x2022; [`labels`](#custom-network-config-slo-config-labels) - Optional Block<br>Add Labels for this network, these labels can be used in firewall policy
1491
462
 
1492
- <a id="monitor-2b293c"></a>&#x2022; [`monitor`](#monitor-2b293c) - Optional Block<br>Link Quality Monitoring configuration for a network interface
463
+ <a id="nameserver-21f3ed"></a>&#x2022; [`nameserver`](#nameserver-21f3ed) - Optional String<br>Optional DNS V4 server IP to be used for name resolution
1493
464
 
1494
- <a id="disabled-773f90"></a>&#x2022; [`monitor_disabled`](#disabled-773f90) - Optional Block<br>Can be used for messages where no values are needed
465
+ <a id="group-babd4e"></a>&#x2022; [`no_dc_cluster_group`](#group-babd4e) - Optional Block<br>Enable this option
1495
466
 
1496
- <a id="mtu-314a9f"></a>&#x2022; [`mtu`](#mtu-314a9f) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
467
+ <a id="routes-9a2e74"></a>&#x2022; [`no_static_routes`](#routes-9a2e74) - Optional Block<br>Enable this option
1497
468
 
1498
- <a id="name-600128"></a>&#x2022; [`name`](#name-600128) - Optional String<br>Interface Name. Name of this Interface
469
+ <a id="routes-5253c9"></a>&#x2022; [`no_v6_static_routes`](#routes-5253c9) - Optional Block<br>Enable this option
1499
470
 
1500
- <a id="option-747ef7"></a>&#x2022; [`network_option`](#option-747ef7) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-747ef7) below.
471
+ <a id="routes-f61105"></a>&#x2022; [`static_routes`](#routes-f61105) - Optional Block<br>Static Routes List. List of static routes<br>See [Static Routes](#routes-f61105) below.
1501
472
 
1502
- <a id="address-23b964"></a>&#x2022; [`no_ipv4_address`](#address-23b964) - Optional Block<br>Can be used for messages where no values are needed
473
+ <a id="routes-c7512d"></a>&#x2022; [`static_v6_routes`](#routes-c7512d) - Optional Block<br>Static IPv6 Routes List. List of IPv6 static routes<br>See [Static V6 Routes](#routes-c7512d) below.
1503
474
 
1504
- <a id="address-009f48"></a>&#x2022; [`no_ipv6_address`](#address-009f48) - Optional Block<br>Can be used for messages where no values are needed
475
+ <a id="custom-network-config-slo-config-vip"></a>&#x2022; [`vip`](#custom-network-config-slo-config-vip) - Optional String<br>Optional common virtual V4 IP across all nodes to be used as automatic VIP
1505
476
 
1506
- <a id="priority-aeec59"></a>&#x2022; [`priority`](#priority-aeec59) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
477
+ #### Custom Network Config Slo Config Dc Cluster Group
1507
478
 
1508
- <a id="disabled-91e657"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-91e657) - Optional Block<br>Can be used for messages where no values are needed
479
+ <a id="deep-e1ed68"></a>Deeply nested **Group** block collapsed for readability.
1509
480
 
1510
- <a id="enabled-9b24dc"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-9b24dc) - Optional Block<br>Can be used for messages where no values are needed
481
+ #### Custom Network Config Slo Config Static Routes
1511
482
 
1512
- <a id="static-ip-bd24d4"></a>&#x2022; [`static_ip`](#static-ip-bd24d4) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-bd24d4) below.
483
+ A [`static_routes`](#routes-f61105) block (within [`custom_network_config.slo_config`](#custom-network-config-slo-config)) supports the following:
1513
484
 
1514
- <a id="address-eabfe8"></a>&#x2022; [`static_ipv6_address`](#address-eabfe8) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-eabfe8) below.
485
+ <a id="routes-5ecd87"></a>&#x2022; [`static_routes`](#routes-5ecd87) - Optional Block<br>Static Routes. List of static routes<br>See [Static Routes](#routes-5ecd87) below.
1515
486
 
1516
- <a id="interface-cb2c85"></a>&#x2022; [`vlan_interface`](#interface-cb2c85) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-cb2c85) below.
487
+ #### Custom Network Config Slo Config Static Routes Static Routes
1517
488
 
1518
- #### Oci Not Managed Node List Interface List Bond Interface
489
+ <a id="deep-f8a4c7"></a>Deeply nested **Routes** block collapsed for readability.
1519
490
 
1520
- <a id="deep-446af8"></a>Deeply nested **Interface** block collapsed for readability.
491
+ #### Custom Network Config Slo Config Static Routes Static Routes Node Interface
1521
492
 
1522
- #### Oci Not Managed Node List Interface List Bond Interface Lacp
493
+ <a id="deep-05f4a8"></a>Deeply nested **Interface** block collapsed for readability.
1523
494
 
1524
- <a id="deep-4ae1cd"></a>Deeply nested **Lacp** block collapsed for readability.
495
+ #### Custom Network Config Slo Config Static Routes Static Routes Node Interface List
1525
496
 
1526
- #### Oci Not Managed Node List Interface List Ethernet Interface
497
+ <a id="deep-2bd0bf"></a>Deeply nested **List** block collapsed for readability.
1527
498
 
1528
- <a id="deep-dc3621"></a>Deeply nested **Interface** block collapsed for readability.
499
+ #### Custom Network Config Slo Config Static Routes Static Routes Node Interface List Interface
1529
500
 
1530
- #### Oci Not Managed Node List Interface List IPv6 Auto Config
501
+ <a id="deep-e969af"></a>Deeply nested **Interface** block collapsed for readability.
1531
502
 
1532
- <a id="deep-a7e52b"></a>Deeply nested **Config** block collapsed for readability.
503
+ #### Custom Network Config Slo Config Static V6 Routes
1533
504
 
1534
- #### Oci Not Managed Node List Interface List IPv6 Auto Config Router
505
+ <a id="deep-b07bb8"></a>Deeply nested **Routes** block collapsed for readability.
1535
506
 
1536
- <a id="deep-e27180"></a>Deeply nested **Router** block collapsed for readability.
507
+ #### Custom Network Config Slo Config Static V6 Routes Static Routes
1537
508
 
1538
- #### Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
509
+ <a id="deep-0e185b"></a>Deeply nested **Routes** block collapsed for readability.
1539
510
 
1540
- <a id="deep-4067cc"></a>Deeply nested **Config** block collapsed for readability.
511
+ #### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface
1541
512
 
1542
- #### Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
513
+ <a id="deep-e2b2f3"></a>Deeply nested **Interface** block collapsed for readability.
1543
514
 
1544
- <a id="deep-fa8fac"></a>Deeply nested **List** block collapsed for readability.
515
+ #### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface List
1545
516
 
1546
- #### Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
517
+ <a id="deep-cac034"></a>Deeply nested **List** block collapsed for readability.
1547
518
 
1548
- <a id="deep-d366cc"></a>Deeply nested **DNS** block collapsed for readability.
519
+ #### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface List Interface
1549
520
 
1550
- #### Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful
521
+ <a id="deep-5ea460"></a>Deeply nested **Interface** block collapsed for readability.
1551
522
 
1552
- <a id="deep-41029f"></a>Deeply nested **Stateful** block collapsed for readability.
523
+ #### Kubernetes Upgrade Drain
1553
524
 
1554
- #### Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
525
+ A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the following:
1555
526
 
1556
- <a id="deep-6d3c92"></a>Deeply nested **Networks** block collapsed for readability.
527
+ <a id="drain-0d0936"></a>&#x2022; [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
1557
528
 
1558
- #### Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
529
+ <a id="drain-7e30d4"></a>&#x2022; [`enable_upgrade_drain`](#drain-7e30d4) - Optional Block<br>Specify batch upgrade settings for worker nodes within a site<br>See [Enable Upgrade Drain](#drain-7e30d4) below.
1559
530
 
1560
- <a id="deep-a574c6"></a>Deeply nested **Pools** block collapsed for readability.
531
+ #### Kubernetes Upgrade Drain Enable Upgrade Drain
1561
532
 
1562
- #### Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
533
+ An [`enable_upgrade_drain`](#drain-7e30d4) block (within [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain)) supports the following:
1563
534
 
1564
- <a id="deep-108398"></a>Deeply nested **Map** block collapsed for readability.
535
+ <a id="mode-668699"></a>&#x2022; [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
1565
536
 
1566
- #### Oci Not Managed Node List Interface List Network Option
537
+ <a id="count-3aa796"></a>&#x2022; [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
1567
538
 
1568
- <a id="deep-4dc97a"></a>Deeply nested **Option** block collapsed for readability.
539
+ <a id="timeout-ac4ee9"></a>&#x2022; [`drain_node_timeout`](#timeout-ac4ee9) - Optional Number<br>Seconds to wait before initiating upgrade on the next set of nodes. Setting it to 0 will wait indefinitely for all services on nodes to be upgraded gracefully before proceeding to the next set of nodes. (Warning: It may block upgrade if services on a node cannot be gracefully upgraded. It is
1569
540
 
1570
- #### Oci Not Managed Node List Interface List Static IP
541
+ <a id="mode-9c557b"></a>&#x2022; [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Enable this option
1571
542
 
1572
- <a id="deep-d328a9"></a>Deeply nested **IP** block collapsed for readability.
543
+ #### Log Receiver
1573
544
 
1574
- #### Oci Not Managed Node List Interface List Static IPv6 Address
545
+ A [`log_receiver`](#log-receiver) block supports the following:
1575
546
 
1576
- <a id="deep-b8c38e"></a>Deeply nested **Address** block collapsed for readability.
547
+ <a id="log-receiver-name"></a>&#x2022; [`name`](#log-receiver-name) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name
1577
548
 
1578
- #### Oci Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
549
+ <a id="log-receiver-namespace"></a>&#x2022; [`namespace`](#log-receiver-namespace) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace
1579
550
 
1580
- <a id="deep-6986c2"></a>Deeply nested **IP** block collapsed for readability.
551
+ <a id="log-receiver-tenant"></a>&#x2022; [`tenant`](#log-receiver-tenant) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
1581
552
 
1582
- #### Oci Not Managed Node List Interface List Static IPv6 Address Node Static IP
553
+ #### Master Node Configuration
1583
554
 
1584
- <a id="deep-02be06"></a>Deeply nested **IP** block collapsed for readability.
555
+ A [`master_node_configuration`](#master-node-configuration) block supports the following:
1585
556
 
1586
- #### Oci Not Managed Node List Interface List VLAN Interface
557
+ <a id="master-node-configuration-name"></a>&#x2022; [`name`](#master-node-configuration-name) - Optional String<br>Name. Names of master node
1587
558
 
1588
- <a id="deep-395474"></a>Deeply nested **Interface** block collapsed for readability.
559
+ <a id="master-node-configuration-public-ip"></a>&#x2022; [`public_ip`](#master-node-configuration-public-ip) - Optional String<br>IP Address of the master node. This IP will be used when other sites connect via Site Mesh Group
1589
560
 
1590
561
  #### Offline Survivability Mode
1591
562
 
1592
563
  An [`offline_survivability_mode`](#offline-survivability-mode) block supports the following:
1593
564
 
1594
- <a id="mode-565021"></a>&#x2022; [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>Can be used for messages where no values are needed
1595
-
1596
- <a id="mode-02f0c8"></a>&#x2022; [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>Can be used for messages where no values are needed
1597
-
1598
- #### Openstack
1599
-
1600
- An [`openstack`](#openstack) block supports the following:
1601
-
1602
- <a id="openstack-not-managed"></a>&#x2022; [`not_managed`](#openstack-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#openstack-not-managed) below.
1603
-
1604
- #### Openstack Not Managed
1605
-
1606
- A [`not_managed`](#openstack-not-managed) block (within [`openstack`](#openstack)) supports the following:
1607
-
1608
- <a id="openstack-not-managed-node-list"></a>&#x2022; [`node_list`](#openstack-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#openstack-not-managed-node-list) below.
1609
-
1610
- #### Openstack Not Managed Node List
1611
-
1612
- A [`node_list`](#openstack-not-managed-node-list) block (within [`openstack.not_managed`](#openstack-not-managed)) supports the following:
1613
-
1614
- <a id="hostname-6b3cf2"></a>&#x2022; [`hostname`](#hostname-6b3cf2) - Optional String<br>Hostname. Hostname for this Node
1615
-
1616
- <a id="list-08a137"></a>&#x2022; [`interface_list`](#list-08a137) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-08a137) below.
1617
-
1618
- <a id="public-ip-1602e3"></a>&#x2022; [`public_ip`](#public-ip-1602e3) - Optional String<br>Public IP. Public IP for this Node
1619
-
1620
- <a id="openstack-not-managed-node-list-type"></a>&#x2022; [`type`](#openstack-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
1621
-
1622
- #### Openstack Not Managed Node List Interface List
1623
-
1624
- An [`interface_list`](#list-08a137) block (within [`openstack.not_managed.node_list`](#openstack-not-managed-node-list)) supports the following:
1625
-
1626
- <a id="interface-795887"></a>&#x2022; [`bond_interface`](#interface-795887) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-795887) below.
1627
-
1628
- <a id="spec-6e2a64"></a>&#x2022; [`description_spec`](#spec-6e2a64) - Optional String<br>Interface Description. Description for this Interface
1629
-
1630
- <a id="client-3f6d38"></a>&#x2022; [`dhcp_client`](#client-3f6d38) - Optional Block<br>Can be used for messages where no values are needed
1631
-
1632
- <a id="interface-b6bf86"></a>&#x2022; [`ethernet_interface`](#interface-b6bf86) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-b6bf86) below.
1633
-
1634
- <a id="config-3546e4"></a>&#x2022; [`ipv6_auto_config`](#config-3546e4) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-3546e4) below.
1635
-
1636
- <a id="labels-f228d0"></a>&#x2022; [`labels`](#labels-f228d0) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
1637
-
1638
- <a id="monitor-430458"></a>&#x2022; [`monitor`](#monitor-430458) - Optional Block<br>Link Quality Monitoring configuration for a network interface
1639
-
1640
- <a id="disabled-7cde43"></a>&#x2022; [`monitor_disabled`](#disabled-7cde43) - Optional Block<br>Can be used for messages where no values are needed
1641
-
1642
- <a id="mtu-12e85c"></a>&#x2022; [`mtu`](#mtu-12e85c) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
1643
-
1644
- <a id="name-a4611b"></a>&#x2022; [`name`](#name-a4611b) - Optional String<br>Interface Name. Name of this Interface
1645
-
1646
- <a id="option-c423fd"></a>&#x2022; [`network_option`](#option-c423fd) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-c423fd) below.
1647
-
1648
- <a id="address-96a5c5"></a>&#x2022; [`no_ipv4_address`](#address-96a5c5) - Optional Block<br>Can be used for messages where no values are needed
1649
-
1650
- <a id="address-9ee17d"></a>&#x2022; [`no_ipv6_address`](#address-9ee17d) - Optional Block<br>Can be used for messages where no values are needed
1651
-
1652
- <a id="priority-34866f"></a>&#x2022; [`priority`](#priority-34866f) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
1653
-
1654
- <a id="disabled-006035"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-006035) - Optional Block<br>Can be used for messages where no values are needed
1655
-
1656
- <a id="enabled-f181b0"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-f181b0) - Optional Block<br>Can be used for messages where no values are needed
1657
-
1658
- <a id="static-ip-458635"></a>&#x2022; [`static_ip`](#static-ip-458635) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-458635) below.
1659
-
1660
- <a id="address-170d5f"></a>&#x2022; [`static_ipv6_address`](#address-170d5f) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-170d5f) below.
1661
-
1662
- <a id="interface-1fd835"></a>&#x2022; [`vlan_interface`](#interface-1fd835) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-1fd835) below.
1663
-
1664
- #### Openstack Not Managed Node List Interface List Bond Interface
1665
-
1666
- <a id="deep-63720a"></a>Deeply nested **Interface** block collapsed for readability.
1667
-
1668
- #### Openstack Not Managed Node List Interface List Bond Interface Lacp
1669
-
1670
- <a id="deep-40e69b"></a>Deeply nested **Lacp** block collapsed for readability.
565
+ <a id="mode-565021"></a>&#x2022; [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>Enable this option
1671
566
 
1672
- #### Openstack Not Managed Node List Interface List Ethernet Interface
567
+ <a id="mode-02f0c8"></a>&#x2022; [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>Enable this option
1673
568
 
1674
- <a id="deep-ce3b3d"></a>Deeply nested **Interface** block collapsed for readability.
569
+ #### OS
1675
570
 
1676
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config
571
+ An [`os`](#os) block supports the following:
1677
572
 
1678
- <a id="deep-961f80"></a>Deeply nested **Config** block collapsed for readability.
573
+ <a id="os-default-os-version"></a>&#x2022; [`default_os_version`](#os-default-os-version) - Optional Block<br>Enable this option
1679
574
 
1680
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config Router
1681
-
1682
- <a id="deep-ed028d"></a>Deeply nested **Router** block collapsed for readability.
1683
-
1684
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
1685
-
1686
- <a id="deep-28e629"></a>Deeply nested **Config** block collapsed for readability.
1687
-
1688
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
1689
-
1690
- <a id="deep-914680"></a>Deeply nested **List** block collapsed for readability.
1691
-
1692
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
1693
-
1694
- <a id="deep-f991e0"></a>Deeply nested **DNS** block collapsed for readability.
1695
-
1696
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful
1697
-
1698
- <a id="deep-3b5b14"></a>Deeply nested **Stateful** block collapsed for readability.
1699
-
1700
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
1701
-
1702
- <a id="deep-c5338f"></a>Deeply nested **Networks** block collapsed for readability.
1703
-
1704
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
1705
-
1706
- <a id="deep-2f69f3"></a>Deeply nested **Pools** block collapsed for readability.
1707
-
1708
- #### Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
1709
-
1710
- <a id="deep-4f6a88"></a>Deeply nested **Map** block collapsed for readability.
1711
-
1712
- #### Openstack Not Managed Node List Interface List Network Option
1713
-
1714
- <a id="deep-f60961"></a>Deeply nested **Option** block collapsed for readability.
1715
-
1716
- #### Openstack Not Managed Node List Interface List Static IP
1717
-
1718
- <a id="deep-d09a62"></a>Deeply nested **IP** block collapsed for readability.
1719
-
1720
- #### Openstack Not Managed Node List Interface List Static IPv6 Address
1721
-
1722
- <a id="deep-dd6bdf"></a>Deeply nested **Address** block collapsed for readability.
1723
-
1724
- #### Openstack Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
1725
-
1726
- <a id="deep-38b9de"></a>Deeply nested **IP** block collapsed for readability.
1727
-
1728
- #### Openstack Not Managed Node List Interface List Static IPv6 Address Node Static IP
1729
-
1730
- <a id="deep-8da7bf"></a>Deeply nested **IP** block collapsed for readability.
1731
-
1732
- #### Openstack Not Managed Node List Interface List VLAN Interface
1733
-
1734
- <a id="deep-68a558"></a>Deeply nested **Interface** block collapsed for readability.
575
+ <a id="os-operating-system-version"></a>&#x2022; [`operating_system_version`](#os-operating-system-version) - Optional String<br>Specify a OS version to be used e.g. 9.2024.6
1735
576
 
1736
577
  #### Performance Enhancement Mode
1737
578
 
@@ -1739,69 +580,23 @@ A [`performance_enhancement_mode`](#performance-enhancement-mode) block supports
1739
580
 
1740
581
  <a id="enhanced-31b8ac"></a>&#x2022; [`perf_mode_l3_enhanced`](#enhanced-31b8ac) - Optional Block<br>L3 Mode Enhanced Performance. L3 enhanced performance mode OPTIONS<br>See [Perf Mode L3 Enhanced](#enhanced-31b8ac) below.
1741
582
 
1742
- <a id="enhanced-38f174"></a>&#x2022; [`perf_mode_l7_enhanced`](#enhanced-38f174) - Optional Block<br>Can be used for messages where no values are needed
583
+ <a id="enhanced-38f174"></a>&#x2022; [`perf_mode_l7_enhanced`](#enhanced-38f174) - Optional Block<br>Enable this option
1743
584
 
1744
585
  #### Performance Enhancement Mode Perf Mode L3 Enhanced
1745
586
 
1746
587
  A [`perf_mode_l3_enhanced`](#enhanced-31b8ac) block (within [`performance_enhancement_mode`](#performance-enhancement-mode)) supports the following:
1747
588
 
1748
- <a id="jumbo-7ba5b8"></a>&#x2022; [`jumbo`](#jumbo-7ba5b8) - Optional Block<br>Can be used for messages where no values are needed
1749
-
1750
- <a id="jumbo-95338e"></a>&#x2022; [`no_jumbo`](#jumbo-95338e) - Optional Block<br>Can be used for messages where no values are needed
1751
-
1752
- #### RE Select
1753
-
1754
- A [`re_select`](#re-select) block supports the following:
1755
-
1756
- <a id="re-select-geo-proximity"></a>&#x2022; [`geo_proximity`](#re-select-geo-proximity) - Optional Block<br>Can be used for messages where no values are needed
1757
-
1758
- <a id="re-select-specific-re"></a>&#x2022; [`specific_re`](#re-select-specific-re) - Optional Block<br>Select specific REs. This is useful when a site needs to deterministically connect to a set of REs. A site will always be connected to 2 REs<br>See [Specific RE](#re-select-specific-re) below.
589
+ <a id="jumbo-7ba5b8"></a>&#x2022; [`jumbo`](#jumbo-7ba5b8) - Optional Block<br>Enable this option
1759
590
 
1760
- #### RE Select Specific RE
591
+ <a id="jumbo-95338e"></a>&#x2022; [`no_jumbo`](#jumbo-95338e) - Optional Block<br>Enable this option
1761
592
 
1762
- A [`specific_re`](#re-select-specific-re) block (within [`re_select`](#re-select)) supports the following:
593
+ #### Sw
1763
594
 
1764
- <a id="re-select-specific-re-primary-re"></a>&#x2022; [`primary_re`](#re-select-specific-re-primary-re) - Optional String<br>Primary RE Geography. Select primary RE for this site
595
+ A [`sw`](#sw) block supports the following:
1765
596
 
1766
- #### Site Mesh Group On Slo
597
+ <a id="sw-default-sw-version"></a>&#x2022; [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>Enable this option
1767
598
 
1768
- A [`site_mesh_group_on_slo`](#site-mesh-group-on-slo) block supports the following:
1769
-
1770
- <a id="group-0918cc"></a>&#x2022; [`no_site_mesh_group`](#group-0918cc) - Optional Block<br>Can be used for messages where no values are needed
1771
-
1772
- <a id="site-mesh-group-on-slo-site-mesh-group"></a>&#x2022; [`site_mesh_group`](#site-mesh-group-on-slo-site-mesh-group) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Site Mesh Group](#site-mesh-group-on-slo-site-mesh-group) below.
1773
-
1774
- <a id="public-ip-ebd29c"></a>&#x2022; [`sm_connection_public_ip`](#public-ip-ebd29c) - Optional Block<br>Can be used for messages where no values are needed
1775
-
1776
- <a id="pvt-ip-9317b2"></a>&#x2022; [`sm_connection_pvt_ip`](#pvt-ip-9317b2) - Optional Block<br>Can be used for messages where no values are needed
1777
-
1778
- #### Site Mesh Group On Slo Site Mesh Group
1779
-
1780
- <a id="deep-e180b6"></a>Deeply nested **Group** block collapsed for readability.
1781
-
1782
- #### Software Settings
1783
-
1784
- A [`software_settings`](#software-settings) block supports the following:
1785
-
1786
- <a id="software-settings-os"></a>&#x2022; [`os`](#software-settings-os) - Optional Block<br>Select the F5XC Operating System Version for the site. By default, latest available OS Version will be used. Refer to release notes to find required released OS versions<br>See [OS](#software-settings-os) below.
1787
-
1788
- <a id="software-settings-sw"></a>&#x2022; [`sw`](#software-settings-sw) - Optional Block<br>Select the F5XC Software Version for the site. By default, latest available F5XC Software Version will be used. Refer to release notes to find required released SW versions<br>See [Sw](#software-settings-sw) below.
1789
-
1790
- #### Software Settings OS
1791
-
1792
- An [`os`](#software-settings-os) block (within [`software_settings`](#software-settings)) supports the following:
1793
-
1794
- <a id="software-settings-os-default-os-version"></a>&#x2022; [`default_os_version`](#software-settings-os-default-os-version) - Optional Block<br>Can be used for messages where no values are needed
1795
-
1796
- <a id="version-dbab0c"></a>&#x2022; [`operating_system_version`](#version-dbab0c) - Optional String<br>Specify a OS version to be used e.g. 9.2024.6
1797
-
1798
- #### Software Settings Sw
1799
-
1800
- A [`sw`](#software-settings-sw) block (within [`software_settings`](#software-settings)) supports the following:
1801
-
1802
- <a id="software-settings-sw-default-sw-version"></a>&#x2022; [`default_sw_version`](#software-settings-sw-default-sw-version) - Optional Block<br>Can be used for messages where no values are needed
1803
-
1804
- <a id="version-0a788c"></a>&#x2022; [`volterra_software_version`](#version-0a788c) - Optional String<br>Specify a F5XC Software Version to be used e.g. Crt-20210329-1002
599
+ <a id="sw-volterra-software-version"></a>&#x2022; [`volterra_software_version`](#sw-volterra-software-version) - Optional String<br>Specify a F5XC Software Version to be used e.g. Crt-20210329-1002
1805
600
 
1806
601
  #### Timeouts
1807
602
 
@@ -1815,162 +610,6 @@ A [`timeouts`](#timeouts) block supports the following:
1815
610
 
1816
611
  <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `30 minutes`)<br>Used when updating the resource
1817
612
 
1818
- #### Upgrade Settings
1819
-
1820
- An [`upgrade_settings`](#upgrade-settings) block supports the following:
1821
-
1822
- <a id="drain-bb0463"></a>&#x2022; [`kubernetes_upgrade_drain`](#drain-bb0463) - Optional Block<br>Specify how worker nodes within a site will be upgraded<br>See [Kubernetes Upgrade Drain](#drain-bb0463) below.
1823
-
1824
- #### Upgrade Settings Kubernetes Upgrade Drain
1825
-
1826
- A [`kubernetes_upgrade_drain`](#drain-bb0463) block (within [`upgrade_settings`](#upgrade-settings)) supports the following:
1827
-
1828
- <a id="drain-897b77"></a>&#x2022; [`disable_upgrade_drain`](#drain-897b77) - Optional Block<br>Can be used for messages where no values are needed
1829
-
1830
- <a id="drain-817909"></a>&#x2022; [`enable_upgrade_drain`](#drain-817909) - Optional Block<br>Specify batch upgrade settings for worker nodes within a site<br>See [Enable Upgrade Drain](#drain-817909) below.
1831
-
1832
- #### Upgrade Settings Kubernetes Upgrade Drain Enable Upgrade Drain
1833
-
1834
- <a id="deep-c91971"></a>Deeply nested **Drain** block collapsed for readability.
1835
-
1836
- #### Vmware
1837
-
1838
- A [`vmware`](#vmware) block supports the following:
1839
-
1840
- <a id="vmware-not-managed"></a>&#x2022; [`not_managed`](#vmware-not-managed) - Optional Block<br>Section will show nodes associated with this site<br>See [Not Managed](#vmware-not-managed) below.
1841
-
1842
- #### Vmware Not Managed
1843
-
1844
- A [`not_managed`](#vmware-not-managed) block (within [`vmware`](#vmware)) supports the following:
1845
-
1846
- <a id="vmware-not-managed-node-list"></a>&#x2022; [`node_list`](#vmware-not-managed-node-list) - Optional Block<br>Section will show nodes associated with this site<br>See [Node List](#vmware-not-managed-node-list) below.
1847
-
1848
- #### Vmware Not Managed Node List
1849
-
1850
- A [`node_list`](#vmware-not-managed-node-list) block (within [`vmware.not_managed`](#vmware-not-managed)) supports the following:
1851
-
1852
- <a id="vmware-not-managed-node-list-hostname"></a>&#x2022; [`hostname`](#vmware-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
1853
-
1854
- <a id="list-7c5ba9"></a>&#x2022; [`interface_list`](#list-7c5ba9) - Optional Block<br>Manage interfaces belonging to this node<br>See [Interface List](#list-7c5ba9) below.
1855
-
1856
- <a id="vmware-not-managed-node-list-public-ip"></a>&#x2022; [`public_ip`](#vmware-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
1857
-
1858
- <a id="vmware-not-managed-node-list-type"></a>&#x2022; [`type`](#vmware-not-managed-node-list-type) - Optional String<br>Type for this Node, can be Control or Worker
1859
-
1860
- #### Vmware Not Managed Node List Interface List
1861
-
1862
- An [`interface_list`](#list-7c5ba9) block (within [`vmware.not_managed.node_list`](#vmware-not-managed-node-list)) supports the following:
1863
-
1864
- <a id="interface-067b8c"></a>&#x2022; [`bond_interface`](#interface-067b8c) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-067b8c) below.
1865
-
1866
- <a id="spec-2a2415"></a>&#x2022; [`description_spec`](#spec-2a2415) - Optional String<br>Interface Description. Description for this Interface
1867
-
1868
- <a id="client-c6d6b2"></a>&#x2022; [`dhcp_client`](#client-c6d6b2) - Optional Block<br>Can be used for messages where no values are needed
1869
-
1870
- <a id="interface-d5d7ec"></a>&#x2022; [`ethernet_interface`](#interface-d5d7ec) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-d5d7ec) below.
1871
-
1872
- <a id="config-f79747"></a>&#x2022; [`ipv6_auto_config`](#config-f79747) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-f79747) below.
1873
-
1874
- <a id="labels-2ed8c9"></a>&#x2022; [`labels`](#labels-2ed8c9) - Optional Block<br>Add Labels for this Interface, these labels can be used in firewall policy
1875
-
1876
- <a id="monitor-ad3d04"></a>&#x2022; [`monitor`](#monitor-ad3d04) - Optional Block<br>Link Quality Monitoring configuration for a network interface
1877
-
1878
- <a id="disabled-3f7207"></a>&#x2022; [`monitor_disabled`](#disabled-3f7207) - Optional Block<br>Can be used for messages where no values are needed
1879
-
1880
- <a id="mtu-2aef73"></a>&#x2022; [`mtu`](#mtu-2aef73) - Optional Number<br>Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
1881
-
1882
- <a id="name-4830d8"></a>&#x2022; [`name`](#name-4830d8) - Optional String<br>Interface Name. Name of this Interface
1883
-
1884
- <a id="option-e71ea9"></a>&#x2022; [`network_option`](#option-e71ea9) - Optional Block<br>Select virtual network (VRF) for this interface. There are 2 kinds of VRFs, local VRFs which are local to the site and global VRFs which extend into multiple sites. A site can have 2 Local VRFs, Site Local Outside (SLO), which is required for every site and Site Local Inside (SLI) which is optional<br>See [Network Option](#option-e71ea9) below.
1885
-
1886
- <a id="address-208212"></a>&#x2022; [`no_ipv4_address`](#address-208212) - Optional Block<br>Can be used for messages where no values are needed
1887
-
1888
- <a id="address-b8f24d"></a>&#x2022; [`no_ipv6_address`](#address-b8f24d) - Optional Block<br>Can be used for messages where no values are needed
1889
-
1890
- <a id="priority-378726"></a>&#x2022; [`priority`](#priority-378726) - Optional Number<br>For a node, if multiple interfaces are configured in a VRF, interfaces with highest priority will be used as active and interfaces with lower priority will be used as backup. If multiple interfaces have the same priority, ECMP will be used. Greater the value, higher the priority
1891
-
1892
- <a id="disabled-dfbb95"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-dfbb95) - Optional Block<br>Can be used for messages where no values are needed
1893
-
1894
- <a id="enabled-223030"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-223030) - Optional Block<br>Can be used for messages where no values are needed
1895
-
1896
- <a id="static-ip-7bbfdd"></a>&#x2022; [`static_ip`](#static-ip-7bbfdd) - Optional Block<br>Configure Static IP parameters for a node<br>See [Static IP](#static-ip-7bbfdd) below.
1897
-
1898
- <a id="address-535454"></a>&#x2022; [`static_ipv6_address`](#address-535454) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-535454) below.
1899
-
1900
- <a id="interface-699e69"></a>&#x2022; [`vlan_interface`](#interface-699e69) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-699e69) below.
1901
-
1902
- #### Vmware Not Managed Node List Interface List Bond Interface
1903
-
1904
- <a id="deep-633873"></a>Deeply nested **Interface** block collapsed for readability.
1905
-
1906
- #### Vmware Not Managed Node List Interface List Bond Interface Lacp
1907
-
1908
- <a id="deep-7afe62"></a>Deeply nested **Lacp** block collapsed for readability.
1909
-
1910
- #### Vmware Not Managed Node List Interface List Ethernet Interface
1911
-
1912
- <a id="deep-7dcc90"></a>Deeply nested **Interface** block collapsed for readability.
1913
-
1914
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config
1915
-
1916
- <a id="deep-c33317"></a>Deeply nested **Config** block collapsed for readability.
1917
-
1918
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config Router
1919
-
1920
- <a id="deep-ac39e9"></a>Deeply nested **Router** block collapsed for readability.
1921
-
1922
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
1923
-
1924
- <a id="deep-06eab4"></a>Deeply nested **Config** block collapsed for readability.
1925
-
1926
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
1927
-
1928
- <a id="deep-16e9fa"></a>Deeply nested **List** block collapsed for readability.
1929
-
1930
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
1931
-
1932
- <a id="deep-45525f"></a>Deeply nested **DNS** block collapsed for readability.
1933
-
1934
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful
1935
-
1936
- <a id="deep-c19fa0"></a>Deeply nested **Stateful** block collapsed for readability.
1937
-
1938
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
1939
-
1940
- <a id="deep-229092"></a>Deeply nested **Networks** block collapsed for readability.
1941
-
1942
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
1943
-
1944
- <a id="deep-ed0fd6"></a>Deeply nested **Pools** block collapsed for readability.
1945
-
1946
- #### Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
1947
-
1948
- <a id="deep-949cb5"></a>Deeply nested **Map** block collapsed for readability.
1949
-
1950
- #### Vmware Not Managed Node List Interface List Network Option
1951
-
1952
- <a id="deep-995b74"></a>Deeply nested **Option** block collapsed for readability.
1953
-
1954
- #### Vmware Not Managed Node List Interface List Static IP
1955
-
1956
- <a id="deep-acfda1"></a>Deeply nested **IP** block collapsed for readability.
1957
-
1958
- #### Vmware Not Managed Node List Interface List Static IPv6 Address
1959
-
1960
- <a id="deep-ddcd86"></a>Deeply nested **Address** block collapsed for readability.
1961
-
1962
- #### Vmware Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
1963
-
1964
- <a id="deep-a76954"></a>Deeply nested **IP** block collapsed for readability.
1965
-
1966
- #### Vmware Not Managed Node List Interface List Static IPv6 Address Node Static IP
1967
-
1968
- <a id="deep-e0fa74"></a>Deeply nested **IP** block collapsed for readability.
1969
-
1970
- #### Vmware Not Managed Node List Interface List VLAN Interface
1971
-
1972
- <a id="deep-a2b927"></a>Deeply nested **Interface** block collapsed for readability.
1973
-
1974
613
  ---
1975
614
 
1976
615
  ## Common Types