@robinmordasiewicz/f5xc-terraform-mcp 3.3.0 → 3.4.0

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 (60) hide show
  1. package/dist/docs/data-sources/bgp.md +2 -2
  2. package/dist/docs/data-sources/certificate.md +2 -2
  3. package/dist/docs/data-sources/discovery.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/data-sources/workload.md +2 -2
  8. package/dist/docs/resources/bgp.md +70 -4
  9. package/dist/docs/resources/certificate.md +4 -56
  10. package/dist/docs/resources/cloud_connect.md +2 -2
  11. package/dist/docs/resources/discovery.md +8 -259
  12. package/dist/docs/resources/log_receiver.md +44 -825
  13. package/dist/docs/resources/network_policy.md +217 -38
  14. package/dist/docs/resources/securemesh_site.md +1614 -253
  15. package/dist/docs/resources/site.md +1262 -257
  16. package/dist/docs/resources/workload.md +2951 -9
  17. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  18. package/dist/docs/specifications/api/README.md +1 -1
  19. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  20. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  21. package/dist/docs/specifications/api/domains/api.json +173 -173
  22. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  23. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  24. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  25. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  26. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  27. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  28. package/dist/docs/specifications/api/domains/ce_management.json +76 -76
  29. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  30. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  31. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  32. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  33. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  34. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  35. package/dist/docs/specifications/api/domains/dns.json +148 -148
  36. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  37. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  38. package/dist/docs/specifications/api/domains/network.json +230 -230
  39. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  40. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  41. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  42. package/dist/docs/specifications/api/domains/observability.json +102 -102
  43. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  44. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  45. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  46. package/dist/docs/specifications/api/domains/shape.json +313 -313
  47. package/dist/docs/specifications/api/domains/sites.json +349 -349
  48. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  49. package/dist/docs/specifications/api/domains/support.json +108 -108
  50. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  51. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  52. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  53. package/dist/docs/specifications/api/domains/users.json +66 -66
  54. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  55. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  56. package/dist/docs/specifications/api/domains/waf.json +139 -139
  57. package/dist/docs/specifications/api/index.json +12 -12
  58. package/dist/docs/specifications/api/openapi.json +2600 -2600
  59. package/dist/docs/specifications/api/openapi.yaml +2600 -2600
  60. package/package.json +1 -1
@@ -73,490 +73,1519 @@ resource "f5xc_securemesh_site" "example" {
73
73
 
74
74
  ### Spec Argument Reference
75
75
 
76
- <a id="address"></a>&#x2022; [`address`](#address) - Optional String<br>Geographical Address. Site's geographical address that can be used to determine its latitude and longitude
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>Active Enhanced Network Policies Type. 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>Active Forward Proxy Policies Type. 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>Admin User Credentials. 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>Enable this option
98
+ <br><br>&#x2022; <a id="blocked-services"></a>[`blocked_services`](#blocked-services) - Optional Block<br>Disable Node Local Services. Disable node local services on this site. Note: The chosen services will GET disabled on all nodes in the 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>Enable this option
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>Object reference. This 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>Object reference. This 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>Enable this option
113
+
114
+ -> **One of the following:**
115
+ &#x2022; <a id="disable-ha"></a>[`disable_ha`](#disable-ha) - Optional Block<br>Enable this option
116
+
117
+ -> **One of the following:**
118
+ &#x2022; <a id="disable-url-categorization"></a>[`disable_url_categorization`](#disable-url-categorization) - Optional Block<br>Enable this option
119
+
120
+ <a id="dns-ntp-config"></a>&#x2022; [`dns_ntp_config`](#dns-ntp-config) - Optional Block<br>DNS & NTP Servers Settings. 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>Enable this option
123
+
124
+ <a id="enable-url-categorization"></a>&#x2022; [`enable_url_categorization`](#enable-url-categorization) - Optional Block<br>Enable this option
125
+
126
+ <a id="load-balancing"></a>&#x2022; [`load_balancing`](#load-balancing) - Optional Block<br>Load Balancing Settings. This 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>Local VRF Settings. 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. The Site Local Inside (SLI) local VRF is used to connect LAN side workloads to this site. SLI local VRF is optional
129
+
130
+ -> **One of the following:**
131
+ &#x2022; <a id="log-receiver"></a>[`log_receiver`](#log-receiver) - Optional Block<br>Object reference. This 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>Enable this option
133
+
134
+ <a id="no-forward-proxy"></a>&#x2022; [`no_forward_proxy`](#no-forward-proxy) - Optional Block<br>Enable this option
135
+
136
+ <a id="no-network-policy"></a>&#x2022; [`no_network_policy`](#no-network-policy) - Optional Block<br>Enable this option
137
+
138
+ <a id="no-proxy-bypass"></a>&#x2022; [`no_proxy_bypass`](#no-proxy-bypass) - Optional Block<br>Enable this option
139
+
140
+ <a id="no-s2s-connectivity-sli"></a>&#x2022; [`no_s2s_connectivity_sli`](#no-s2s-connectivity-sli) - Optional Block<br>Enable this option
141
+
142
+ <a id="offline-survivability-mode"></a>&#x2022; [`offline_survivability_mode`](#offline-survivability-mode) - Optional Block<br>Offline Survivability Mode. 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 days, even when the site is offline. The certificates needed to keep the services running on this site are signed using a local CA. Secrets would also be cached locally to handle the connectivity loss. When the mode is toggled, services will restart and traffic disruption will be seen
143
+
144
+ <a id="performance-enhancement-mode"></a>&#x2022; [`performance_enhancement_mode`](#performance-enhancement-mode) - Optional Block<br>Performance Enhancement Mode. 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>Regional Edge Selection. 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>Site Mesh Group Type. 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>F5XC Software Settings. 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>Tunnel Dead Timeout (msec). 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 type. 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>Enhanced Firewall Policy. 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>Name. 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>Namespace. 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>Tenant. 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>Forward Proxy Policies. 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>Name. 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>Namespace. 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>Tenant. 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>Secret. 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>Public SSH key. 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>Blindfold Secret. 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>In-Clear Secret. 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>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Interfaces. 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. 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>Enable this option
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>Interface Labels. 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. Link Quality Monitoring configuration for a network interface
265
+
266
+ <a id="disabled-428eab"></a>&#x2022; [`monitor_disabled`](#disabled-428eab) - Optional Block<br>Enable this option
267
+
268
+ <a id="mtu-9ea6fa"></a>&#x2022; [`mtu`](#mtu-9ea6fa) - Optional Number<br>Maximum Packet Size (MTU). 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>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-4d9fd7) below.
273
+
274
+ <a id="address-95964e"></a>&#x2022; [`no_ipv4_address`](#address-95964e) - Optional Block<br>Enable this option
275
+
276
+ <a id="address-b6fb0a"></a>&#x2022; [`no_ipv6_address`](#address-b6fb0a) - Optional Block<br>Enable this option
277
+
278
+ <a id="priority-a786bf"></a>&#x2022; [`priority`](#priority-a786bf) - Optional Number<br>Priority. 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>Enable this option
281
+
282
+ <a id="enabled-850dad"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-850dad) - Optional Block<br>Enable this option
283
+
284
+ <a id="static-ip-f224ff"></a>&#x2022; [`static_ip`](#static-ip-f224ff) - Optional Block<br>Node: Static IP Parameters. 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>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Interfaces. 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. 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>Enable this option
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>Interface Labels. 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. Link Quality Monitoring configuration for a network interface
403
+
404
+ <a id="disabled-7aa1a9"></a>&#x2022; [`monitor_disabled`](#disabled-7aa1a9) - Optional Block<br>Enable this option
405
+
406
+ <a id="mtu-bfeae5"></a>&#x2022; [`mtu`](#mtu-bfeae5) - Optional Number<br>Maximum Packet Size (MTU). 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>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-e15a34) below.
411
+
412
+ <a id="address-087ea1"></a>&#x2022; [`no_ipv4_address`](#address-087ea1) - Optional Block<br>Enable this option
413
+
414
+ <a id="address-c7425d"></a>&#x2022; [`no_ipv6_address`](#address-c7425d) - Optional Block<br>Enable this option
415
+
416
+ <a id="priority-0e03ad"></a>&#x2022; [`priority`](#priority-0e03ad) - Optional Number<br>Priority. 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>Enable this option
419
+
420
+ <a id="enabled-453c17"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-453c17) - Optional Block<br>Enable this option
421
+
422
+ <a id="static-ip-4b0611"></a>&#x2022; [`static_ip`](#static-ip-4b0611) - Optional Block<br>Node: Static IP Parameters. 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>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Interfaces. 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. 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>Enable this option
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>Interface Labels. 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. Link Quality Monitoring configuration for a network interface
541
+
542
+ <a id="disabled-1756b3"></a>&#x2022; [`monitor_disabled`](#disabled-1756b3) - Optional Block<br>Enable this option
543
+
544
+ <a id="mtu-2d7f6c"></a>&#x2022; [`mtu`](#mtu-2d7f6c) - Optional Number<br>Maximum Packet Size (MTU). 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>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-ad2bbb) below.
549
+
550
+ <a id="address-ac89d0"></a>&#x2022; [`no_ipv4_address`](#address-ac89d0) - Optional Block<br>Enable this option
551
+
552
+ <a id="address-b8923c"></a>&#x2022; [`no_ipv6_address`](#address-b8923c) - Optional Block<br>Enable this option
553
+
554
+ <a id="priority-d77987"></a>&#x2022; [`priority`](#priority-d77987) - Optional Number<br>Priority. 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>Enable this option
557
+
558
+ <a id="enabled-832872"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-832872) - Optional Block<br>Enable this option
559
+
560
+ <a id="static-ip-9bad70"></a>&#x2022; [`static_ip`](#static-ip-9bad70) - Optional Block<br>Node: Static IP Parameters. 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>Enable this option
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] Virtual Network Type. 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 every site. Two virtual networks of this type on different sites are neither related nor connected. Constraints: There can be atmost one virtual network of this type in a given site. This network type is supported on CE sites. This network is created automatically and present on all sites Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL_INSIDE is a private network inside site. It is a secure network and is not connected to public network. Virtual-network of this type is local to every site. Two virtual networks of this type on different sites are neither related nor connected. Constraints: There can be atmost one virtual network of this type in a given site. This network type is supported on CE sites. This network is created during provisioning of site User defined per-site virtual network. Scope of this virtual network is limited to the site. This is not yet supported Virtual-network of type VIRTUAL_NETWORK_PUBLIC directly conects to the public internet. Virtual-network of this type is local to every site. Two virtual networks of this type on different sites are neither related nor connected. Constraints: There can be atmost one virtual network of this type in a given site. This network type is supported on RE sites only It is an internally created by the system. They must not be created by user Virtual Neworks with global scope across different sites in F5XC domain. An example global virtual-network called 'AIN Network' is created for every tenant. For F5 Distributed Cloud fabric Constraints: It is currently only supported as internally created by the system. VK8s service network for a given tenant. Used to advertise a virtual host only to vk8s pods for that tenant Constraints: It is an internally created by the system. Must not be created by user VER internal network for the site. It can only be used for virtual hosts with SMA_PROXY type proxy Constraints: It is an internally created by the system. Must not be created by user Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE represents both VIRTUAL_NETWORK_SITE_LOCAL and VIRTUAL_NETWORK_SITE_LOCAL_INSIDE Constraints: This network type is only meaningful in an advertise policy When virtual-network of type VIRTUAL_NETWORK_IP_AUTO is selected for an endpoint, VER will try to determine the network based on the provided IP address Constraints: This network type is only meaningful in an endpoint VoltADN Private Network is used on F5 Distributed Cloud RE(s) to connect to customer private networks This network is created by opening a support ticket This network is per site srv6 network VER IP Fabric network for the site. This Virtual network type is used for exposing virtual host on IP Fabric network on the VER site or for endpoint in IP Fabric network Constraints: It is an internally created by the system. Must not be created by user Network internally created for a segment Constraints: It is an internally created by the system. Must not be created by user
651
+
652
+ <a id="blocked-services-blocked-sevice-ssh"></a>&#x2022; [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
653
+
654
+ <a id="interface-e57e21"></a>&#x2022; [`web_user_interface`](#interface-e57e21) - Optional Block<br>Enable this option
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>Enable this option
661
+
662
+ <a id="custom-proxy-enable-re-tunnel"></a>&#x2022; [`enable_re_tunnel`](#custom-proxy-enable-re-tunnel) - Optional Block<br>Enable this option
663
+
664
+ <a id="custom-proxy-password"></a>&#x2022; [`password`](#custom-proxy-password) - Optional Block<br>Secret. 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>Proxy IPv4 Address. 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>Proxy Port. Specify the Port of the internal Enterprise Proxy
669
+
670
+ <a id="custom-proxy-username"></a>&#x2022; [`username`](#custom-proxy-username) - Optional String<br>Username. 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>Blindfold Secret. 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>In-Clear Secret. 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>Decryption Provider. 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. 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>Store Provider. 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>Provider. 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. 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>Name. 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>Namespace. 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>Tenant. 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>Name. 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>Namespace. 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>Tenant. 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>Enable this option
733
+
734
+ <a id="dns-ntp-config-f5-ntp-default"></a>&#x2022; [`f5_ntp_default`](#dns-ntp-config-f5-ntp-default) - Optional Block<br>Enable this option
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>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Interfaces. 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. 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>Enable this option
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>Interface Labels. 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. Link Quality Monitoring configuration for a network interface
789
+
790
+ <a id="disabled-5d3350"></a>&#x2022; [`monitor_disabled`](#disabled-5d3350) - Optional Block<br>Enable this option
791
+
792
+ <a id="mtu-80c067"></a>&#x2022; [`mtu`](#mtu-80c067) - Optional Number<br>Maximum Packet Size (MTU). 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>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-1659e3) below.
797
+
798
+ <a id="address-e9c2b1"></a>&#x2022; [`no_ipv4_address`](#address-e9c2b1) - Optional Block<br>Enable this option
799
+
800
+ <a id="address-278ecf"></a>&#x2022; [`no_ipv6_address`](#address-278ecf) - Optional Block<br>Enable this option
801
+
802
+ <a id="priority-8326e4"></a>&#x2022; [`priority`](#priority-8326e4) - Optional Number<br>Priority. 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>Enable this option
805
+
806
+ <a id="enabled-ea35c6"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-ea35c6) - Optional Block<br>Enable this option
807
+
808
+ <a id="static-ip-bfc08c"></a>&#x2022; [`static_ip`](#static-ip-bfc08c) - Optional Block<br>Node: Static IP Parameters. 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>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Interfaces. 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. 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>Enable this option
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>Interface Labels. 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. Link Quality Monitoring configuration for a network interface
927
+
928
+ <a id="disabled-33388b"></a>&#x2022; [`monitor_disabled`](#disabled-33388b) - Optional Block<br>Enable this option
929
+
930
+ <a id="mtu-46e579"></a>&#x2022; [`mtu`](#mtu-46e579) - Optional Number<br>Maximum Packet Size (MTU). 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>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-ca04ce) below.
935
+
936
+ <a id="address-c52373"></a>&#x2022; [`no_ipv4_address`](#address-c52373) - Optional Block<br>Enable this option
937
+
938
+ <a id="address-40bebe"></a>&#x2022; [`no_ipv6_address`](#address-40bebe) - Optional Block<br>Enable this option
939
+
940
+ <a id="priority-b17ea9"></a>&#x2022; [`priority`](#priority-b17ea9) - Optional Number<br>Priority. 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>Enable this option
943
+
944
+ <a id="enabled-b641ce"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-b641ce) - Optional Block<br>Enable this option
945
+
946
+ <a id="static-ip-b40b52"></a>&#x2022; [`static_ip`](#static-ip-b40b52) - Optional Block<br>Node: Static IP Parameters. 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.
987
+
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.
77
995
 
78
- -> **One of the following:**
79
- &#x2022; <a id="blocked-services"></a>[`blocked_services`](#blocked-services) - Optional Block<br>Disable Node Local Services. Disable node local services on this site. Note: The chosen services will GET disabled on all nodes in the site<br>See [Blocked Services](#blocked-services) below for details.
996
+ #### GCP Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
80
997
 
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.
998
+ <a id="deep-bd61fc"></a>Deeply nested **Map** block collapsed for readability.
83
999
 
84
- <a id="coordinates"></a>&#x2022; [`coordinates`](#coordinates) - Optional Block<br>Site Coordinates. Coordinates of the site which provides the site physical location<br>See [Coordinates](#coordinates) below for details.
1000
+ #### GCP Not Managed Node List Interface List Network Option
85
1001
 
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.
1002
+ <a id="deep-8d0ef6"></a>Deeply nested **Option** block collapsed for readability.
88
1003
 
89
- <a id="default-blocked-services"></a>&#x2022; [`default_blocked_services`](#default-blocked-services) - Optional Block<br>Enable this option
1004
+ #### GCP Not Managed Node List Interface List Static IP
90
1005
 
91
- <a id="default-network-config"></a>&#x2022; [`default_network_config`](#default-network-config) - Optional Block<br>Enable this option
1006
+ <a id="deep-3a7f7a"></a>Deeply nested **IP** block collapsed for readability.
92
1007
 
93
- <a id="kubernetes-upgrade-drain"></a>&#x2022; [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) - Optional Block<br>Node by Node Upgrade. Specify how worker nodes within a site will be upgraded
1008
+ #### GCP Not Managed Node List Interface List Static IPv6 Address
94
1009
 
95
- -> **One of the following:**
96
- &#x2022; <a id="log-receiver"></a>[`log_receiver`](#log-receiver) - Optional Block<br>Object reference. This 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
1010
+ <a id="deep-b9548b"></a>Deeply nested **Address** block collapsed for readability.
98
1011
 
99
- <a id="master-node-configuration"></a>&#x2022; [`master_node_configuration`](#master-node-configuration) - Optional Block<br>Master Nodes. Configuration of master nodes
1012
+ #### GCP Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
100
1013
 
101
- <a id="no-bond-devices"></a>&#x2022; [`no_bond_devices`](#no-bond-devices) - Optional Block<br>Enable this option
1014
+ <a id="deep-164e2f"></a>Deeply nested **IP** block collapsed for readability.
102
1015
 
103
- <a id="offline-survivability-mode"></a>&#x2022; [`offline_survivability_mode`](#offline-survivability-mode) - Optional Block<br>Offline Survivability Mode. 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 days, even when the site is offline. The certificates needed to keep the services running on this site are signed using a local CA. Secrets would also be cached locally to handle the connectivity loss. When the mode is toggled, services will restart and traffic disruption will be seen
1016
+ #### GCP Not Managed Node List Interface List Static IPv6 Address Node Static IP
104
1017
 
105
- <a id="os"></a>&#x2022; [`os`](#os) - Optional Block<br>Operating System Version. 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
1018
+ <a id="deep-39ec3e"></a>Deeply nested **IP** block collapsed for readability.
106
1019
 
107
- <a id="performance-enhancement-mode"></a>&#x2022; [`performance_enhancement_mode`](#performance-enhancement-mode) - Optional Block<br>Performance Enhancement Mode. Optimize the site for L3 or L7 traffic processing. L7 optimized is the default
1020
+ #### GCP Not Managed Node List Interface List VLAN Interface
108
1021
 
109
- <a id="sw"></a>&#x2022; [`sw`](#sw) - Optional Block<br>F5XC Software Version. 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
1022
+ <a id="deep-aef10c"></a>Deeply nested **Interface** block collapsed for readability.
110
1023
 
111
- <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block
1024
+ #### Kvm
112
1025
 
113
- <a id="volterra-certified-hw"></a>&#x2022; [`volterra_certified_hw`](#volterra-certified-hw) - Optional String<br>Generic Server Certified Hardware. Name for generic server certified hardware to form this Secure Mesh site
1026
+ A [`kvm`](#kvm) block supports the following:
114
1027
 
115
- <a id="worker-nodes"></a>&#x2022; [`worker_nodes`](#worker-nodes) - Optional List<br>Worker Nodes. Names of worker nodes
1028
+ <a id="kvm-not-managed"></a>&#x2022; [`not_managed`](#kvm-not-managed) - Optional Block<br>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<br>See [Not Managed](#kvm-not-managed) below.
116
1029
 
117
- ### Attributes Reference
1030
+ #### Kvm Not Managed
118
1031
 
119
- In addition to all arguments above, the following attributes are exported:
1032
+ A [`not_managed`](#kvm-not-managed) block (within [`kvm`](#kvm)) supports the following:
120
1033
 
121
- <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
1034
+ <a id="kvm-not-managed-node-list"></a>&#x2022; [`node_list`](#kvm-not-managed-node-list) - Optional Block<br>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<br>See [Node List](#kvm-not-managed-node-list) below.
122
1035
 
123
- ---
1036
+ #### Kvm Not Managed Node List
124
1037
 
125
- #### Blocked Services
1038
+ A [`node_list`](#kvm-not-managed-node-list) block (within [`kvm.not_managed`](#kvm-not-managed)) supports the following:
126
1039
 
127
- A [`blocked_services`](#blocked-services) block supports the following:
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
128
1041
 
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.
1042
+ <a id="list-92338f"></a>&#x2022; [`interface_list`](#list-92338f) - Optional Block<br>Interfaces. Manage interfaces belonging to this node<br>See [Interface List](#list-92338f) below.
130
1043
 
131
- #### Blocked Services Blocked Sevice
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
132
1045
 
133
- A [`blocked_sevice`](#blocked-services-blocked-sevice) block (within [`blocked_services`](#blocked-services)) supports the following:
1046
+ <a id="kvm-not-managed-node-list-type"></a>&#x2022; [`type`](#kvm-not-managed-node-list-type) - Optional String<br>Type. Type for this Node, can be Control or Worker
134
1047
 
135
- <a id="blocked-services-blocked-sevice-dns"></a>&#x2022; [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Enable this option
1048
+ #### Kvm Not Managed Node List Interface List
136
1049
 
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] Virtual Network Type. 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 every site. Two virtual networks of this type on different sites are neither related nor connected. Constraints: There can be atmost one virtual network of this type in a given site. This network type is supported on CE sites. This network is created automatically and present on all sites Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL_INSIDE is a private network inside site. It is a secure network and is not connected to public network. Virtual-network of this type is local to every site. Two virtual networks of this type on different sites are neither related nor connected. Constraints: There can be atmost one virtual network of this type in a given site. This network type is supported on CE sites. This network is created during provisioning of site User defined per-site virtual network. Scope of this virtual network is limited to the site. This is not yet supported Virtual-network of type VIRTUAL_NETWORK_PUBLIC directly conects to the public internet. Virtual-network of this type is local to every site. Two virtual networks of this type on different sites are neither related nor connected. Constraints: There can be atmost one virtual network of this type in a given site. This network type is supported on RE sites only It is an internally created by the system. They must not be created by user Virtual Neworks with global scope across different sites in F5XC domain. An example global virtual-network called 'AIN Network' is created for every tenant. For F5 Distributed Cloud fabric Constraints: It is currently only supported as internally created by the system. VK8s service network for a given tenant. Used to advertise a virtual host only to vk8s pods for that tenant Constraints: It is an internally created by the system. Must not be created by user VER internal network for the site. It can only be used for virtual hosts with SMA_PROXY type proxy Constraints: It is an internally created by the system. Must not be created by user Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE represents both VIRTUAL_NETWORK_SITE_LOCAL and VIRTUAL_NETWORK_SITE_LOCAL_INSIDE Constraints: This network type is only meaningful in an advertise policy When virtual-network of type VIRTUAL_NETWORK_IP_AUTO is selected for an endpoint, VER will try to determine the network based on the provided IP address Constraints: This network type is only meaningful in an endpoint VoltADN Private Network is used on F5 Distributed Cloud RE(s) to connect to customer private networks This network is created by opening a support ticket This network is per site srv6 network VER IP Fabric network for the site. This Virtual network type is used for exposing virtual host on IP Fabric network on the VER site or for endpoint in IP Fabric network Constraints: It is an internally created by the system. Must not be created by user Network internally created for a segment Constraints: It is an internally created by the system. Must not be created by user
1050
+ An [`interface_list`](#list-92338f) block (within [`kvm.not_managed.node_list`](#kvm-not-managed-node-list)) supports the following:
138
1051
 
139
- <a id="blocked-services-blocked-sevice-ssh"></a>&#x2022; [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
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.
140
1053
 
141
- <a id="interface-e57e21"></a>&#x2022; [`web_user_interface`](#interface-e57e21) - Optional Block<br>Enable this option
1054
+ <a id="spec-c3f95c"></a>&#x2022; [`description_spec`](#spec-c3f95c) - Optional String<br>Interface Description. Description for this Interface
142
1055
 
143
- #### Bond Device List
1056
+ <a id="client-59a349"></a>&#x2022; [`dhcp_client`](#client-59a349) - Optional Block<br>Enable this option
144
1057
 
145
- A [`bond_device_list`](#bond-device-list) block supports the following:
1058
+ <a id="interface-0aad1d"></a>&#x2022; [`ethernet_interface`](#interface-0aad1d) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-0aad1d) below.
146
1059
 
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.
1060
+ <a id="config-ab0775"></a>&#x2022; [`ipv6_auto_config`](#config-ab0775) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-ab0775) below.
148
1061
 
149
- #### Bond Device List Bond Devices
1062
+ <a id="labels-36ae51"></a>&#x2022; [`labels`](#labels-36ae51) - Optional Block<br>Interface Labels. Add Labels for this Interface, these labels can be used in firewall policy
150
1063
 
151
- A [`bond_devices`](#bond-device-list-bond-devices) block (within [`bond_device_list`](#bond-device-list)) supports the following:
1064
+ <a id="monitor-1bfade"></a>&#x2022; [`monitor`](#monitor-1bfade) - Optional Block<br>Link Quality Monitoring Configuration. Link Quality Monitoring configuration for a network interface
152
1065
 
153
- <a id="backup-c22794"></a>&#x2022; [`active_backup`](#backup-c22794) - Optional Block<br>Enable this option
1066
+ <a id="disabled-2ad250"></a>&#x2022; [`monitor_disabled`](#disabled-2ad250) - Optional Block<br>Enable this option
154
1067
 
155
- <a id="bond-device-list-bond-devices-devices"></a>&#x2022; [`devices`](#bond-device-list-bond-devices-devices) - Optional List<br>Member Ethernet Devices. Ethernet devices that will make up this bond
1068
+ <a id="mtu-d603a1"></a>&#x2022; [`mtu`](#mtu-d603a1) - Optional Number<br>Maximum Packet Size (MTU). Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
156
1069
 
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.
1070
+ <a id="name-4d7867"></a>&#x2022; [`name`](#name-4d7867) - Optional String<br>Interface Name. Name of this Interface
158
1071
 
159
- <a id="interval-0b4c96"></a>&#x2022; [`link_polling_interval`](#interval-0b4c96) - Optional Number<br>Link Polling Interval. Link polling interval in milliseconds
1072
+ <a id="option-437c33"></a>&#x2022; [`network_option`](#option-437c33) - Optional Block<br>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-437c33) below.
160
1073
 
161
- <a id="delay-b1200b"></a>&#x2022; [`link_up_delay`](#delay-b1200b) - Optional Number<br>Link Up Delay. Milliseconds wait before link is declared up
1074
+ <a id="address-4c9457"></a>&#x2022; [`no_ipv4_address`](#address-4c9457) - Optional Block<br>Enable this option
162
1075
 
163
- <a id="bond-device-list-bond-devices-name"></a>&#x2022; [`name`](#bond-device-list-bond-devices-name) - Optional String<br>Bond Device Name. Name for the Bond. Ex 'bond0'
1076
+ <a id="address-e9ec91"></a>&#x2022; [`no_ipv6_address`](#address-e9ec91) - Optional Block<br>Enable this option
164
1077
 
165
- #### Bond Device List Bond Devices Lacp
1078
+ <a id="priority-931ade"></a>&#x2022; [`priority`](#priority-931ade) - Optional Number<br>Priority. 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
166
1079
 
167
- A [`lacp`](#bond-device-list-bond-devices-lacp) block (within [`bond_device_list.bond_devices`](#bond-device-list-bond-devices)) supports the following:
1080
+ <a id="disabled-320aad"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-320aad) - Optional Block<br>Enable this option
168
1081
 
169
- <a id="bond-device-list-bond-devices-lacp-rate"></a>&#x2022; [`rate`](#bond-device-list-bond-devices-lacp-rate) - Optional Number<br>LACP Packet Interval. Interval in seconds to transmit LACP packets
1082
+ <a id="enabled-390b0a"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-390b0a) - Optional Block<br>Enable this option
170
1083
 
171
- #### Coordinates
1084
+ <a id="static-ip-f20c45"></a>&#x2022; [`static_ip`](#static-ip-f20c45) - Optional Block<br>Node: Static IP Parameters. Configure Static IP parameters for a node<br>See [Static IP](#static-ip-f20c45) below.
172
1085
 
173
- A [`coordinates`](#coordinates) block supports the following:
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.
174
1087
 
175
- <a id="coordinates-latitude"></a>&#x2022; [`latitude`](#coordinates-latitude) - Optional Number<br>Latitude. Latitude of the site location
1088
+ <a id="interface-5ffabb"></a>&#x2022; [`vlan_interface`](#interface-5ffabb) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-5ffabb) below.
176
1089
 
177
- <a id="coordinates-longitude"></a>&#x2022; [`longitude`](#coordinates-longitude) - Optional Number<br>Longitude. Longitude of site location
1090
+ #### Kvm Not Managed Node List Interface List Bond Interface
178
1091
 
179
- #### Custom Network Config
1092
+ <a id="deep-fc631b"></a>Deeply nested **Interface** block collapsed for readability.
180
1093
 
181
- A [`custom_network_config`](#custom-network-config) block supports the following:
1094
+ #### Kvm Not Managed Node List Interface List Bond Interface Lacp
182
1095
 
183
- <a id="policies-c4c984"></a>&#x2022; [`active_enhanced_firewall_policies`](#policies-c4c984) - Optional Block<br>Active Enhanced Network Policies Type. 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.
1096
+ <a id="deep-1326df"></a>Deeply nested **Lacp** block collapsed for readability.
184
1097
 
185
- <a id="policies-fbbf75"></a>&#x2022; [`active_forward_proxy_policies`](#policies-fbbf75) - Optional Block<br>Active Forward Proxy Policies Type. Ordered List of Forward Proxy Policies active<br>See [Active Forward Proxy Policies](#policies-fbbf75) below.
1098
+ #### Kvm Not Managed Node List Interface List Ethernet Interface
186
1099
 
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.
1100
+ <a id="deep-6ad367"></a>Deeply nested **Interface** block collapsed for readability.
188
1101
 
189
- <a id="custom-network-config-default-config"></a>&#x2022; [`default_config`](#custom-network-config-default-config) - Optional Block<br>Enable this option
1102
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config
190
1103
 
191
- <a id="config-226341"></a>&#x2022; [`default_interface_config`](#config-226341) - Optional Block<br>Enable this option
1104
+ <a id="deep-c39ea2"></a>Deeply nested **Config** block collapsed for readability.
192
1105
 
193
- <a id="config-ac20e7"></a>&#x2022; [`default_sli_config`](#config-ac20e7) - Optional Block<br>Enable this option
1106
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router
194
1107
 
195
- <a id="all-1d28e8"></a>&#x2022; [`forward_proxy_allow_all`](#all-1d28e8) - Optional Block<br>Enable this option
1108
+ <a id="deep-ef2730"></a>Deeply nested **Router** block collapsed for readability.
196
1109
 
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.
1110
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
198
1111
 
199
- <a id="custom-network-config-interface-list"></a>&#x2022; [`interface_list`](#custom-network-config-interface-list) - Optional Block<br>List of Interface. Configure network interfaces for this Secure Mesh site<br>See [Interface List](#custom-network-config-interface-list) below.
1112
+ <a id="deep-1c527f"></a>Deeply nested **Config** block collapsed for readability.
200
1113
 
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
1114
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
202
1115
 
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
1116
+ <a id="deep-83e89b"></a>Deeply nested **List** block collapsed for readability.
204
1117
 
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
1118
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
206
1119
 
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.
1120
+ <a id="deep-ca2600"></a>Deeply nested **DNS** block collapsed for readability.
208
1121
 
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.
1122
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful
210
1123
 
211
- <a id="public-ip-5fd49f"></a>&#x2022; [`sm_connection_public_ip`](#public-ip-5fd49f) - Optional Block<br>Enable this option
1124
+ <a id="deep-0e9ec4"></a>Deeply nested **Stateful** block collapsed for readability.
212
1125
 
213
- <a id="pvt-ip-892ce0"></a>&#x2022; [`sm_connection_pvt_ip`](#pvt-ip-892ce0) - Optional Block<br>Enable this option
1126
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
214
1127
 
215
- <a id="timeout-1607a1"></a>&#x2022; [`tunnel_dead_timeout`](#timeout-1607a1) - Optional Number<br>Tunnel Dead Timeout (msec). 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
1128
+ <a id="deep-8029ba"></a>Deeply nested **Networks** block collapsed for readability.
216
1129
 
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 Virtual-IP. VRRP advertisement mode for VIP Invalid VRRP mode
1130
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
218
1131
 
219
- #### Custom Network Config Active Enhanced Firewall Policies
1132
+ <a id="deep-faf0d9"></a>Deeply nested **Pools** block collapsed for readability.
220
1133
 
221
- An [`active_enhanced_firewall_policies`](#policies-c4c984) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1134
+ #### Kvm Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
222
1135
 
223
- <a id="policies-d28848"></a>&#x2022; [`enhanced_firewall_policies`](#policies-d28848) - Optional Block<br>Enhanced Firewall Policy. Ordered List of Enhanced Firewall Policies active<br>See [Enhanced Firewall Policies](#policies-d28848) below.
1136
+ <a id="deep-4a6bec"></a>Deeply nested **Map** block collapsed for readability.
224
1137
 
225
- #### Custom Network Config Active Enhanced Firewall Policies Enhanced Firewall Policies
1138
+ #### Kvm Not Managed Node List Interface List Network Option
226
1139
 
227
- <a id="deep-d2a5f1"></a>Deeply nested **Policies** block collapsed for readability.
1140
+ <a id="deep-62e6b3"></a>Deeply nested **Option** block collapsed for readability.
228
1141
 
229
- #### Custom Network Config Active Forward Proxy Policies
1142
+ #### Kvm Not Managed Node List Interface List Static IP
230
1143
 
231
- An [`active_forward_proxy_policies`](#policies-fbbf75) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1144
+ <a id="deep-a6cf32"></a>Deeply nested **IP** block collapsed for readability.
232
1145
 
233
- <a id="policies-3c82d8"></a>&#x2022; [`forward_proxy_policies`](#policies-3c82d8) - Optional Block<br>Forward Proxy Policies. Ordered List of Forward Proxy Policies active<br>See [Forward Proxy Policies](#policies-3c82d8) below.
1146
+ #### Kvm Not Managed Node List Interface List Static IPv6 Address
234
1147
 
235
- #### Custom Network Config Active Forward Proxy Policies Forward Proxy Policies
1148
+ <a id="deep-91a5c5"></a>Deeply nested **Address** block collapsed for readability.
236
1149
 
237
- <a id="deep-2a9750"></a>Deeply nested **Policies** block collapsed for readability.
1150
+ #### Kvm Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
238
1151
 
239
- #### Custom Network Config Active Network Policies
1152
+ <a id="deep-b4aa6e"></a>Deeply nested **IP** block collapsed for readability.
240
1153
 
241
- An [`active_network_policies`](#policies-e8cb6b) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1154
+ #### Kvm Not Managed Node List Interface List Static IPv6 Address Node Static IP
242
1155
 
243
- <a id="policies-461fea"></a>&#x2022; [`network_policies`](#policies-461fea) - Optional Block<br>Firewall Policy. Ordered List of Firewall Policies active for this network firewall<br>See [Network Policies](#policies-461fea) below.
1156
+ <a id="deep-abe515"></a>Deeply nested **IP** block collapsed for readability.
244
1157
 
245
- #### Custom Network Config Active Network Policies Network Policies
1158
+ #### Kvm Not Managed Node List Interface List VLAN Interface
246
1159
 
247
- <a id="deep-6de48c"></a>Deeply nested **Policies** block collapsed for readability.
1160
+ <a id="deep-964e06"></a>Deeply nested **Interface** block collapsed for readability.
248
1161
 
249
- #### Custom Network Config Global Network List
1162
+ #### Load Balancing
250
1163
 
251
- A [`global_network_list`](#list-452116) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1164
+ A [`load_balancing`](#load-balancing) block supports the following:
252
1165
 
253
- <a id="connections-1d58e6"></a>&#x2022; [`global_network_connections`](#connections-1d58e6) - Optional Block<br>Global Network Connections. Global network connections<br>See [Global Network Connections](#connections-1d58e6) below.
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 Virtual-IP. VRRP advertisement mode for VIP Invalid VRRP mode
254
1167
 
255
- #### Custom Network Config Global Network List Global Network Connections
1168
+ #### Local Vrf
256
1169
 
257
- <a id="deep-be6603"></a>Deeply nested **Connections** block collapsed for readability.
1170
+ A [`local_vrf`](#local-vrf) block supports the following:
258
1171
 
259
- #### Custom Network Config Global Network List Global Network Connections SLI To Global DR
1172
+ <a id="local-vrf-default-config"></a>&#x2022; [`default_config`](#local-vrf-default-config) - Optional Block<br>Enable this option
260
1173
 
261
- <a id="deep-9b64ff"></a>Deeply nested **DR** block collapsed for readability.
1174
+ <a id="local-vrf-default-sli-config"></a>&#x2022; [`default_sli_config`](#local-vrf-default-sli-config) - Optional Block<br>Enable this option
262
1175
 
263
- #### Custom Network Config Global Network List Global Network Connections SLI To Global DR Global Vn
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.
264
1177
 
265
- <a id="deep-811bd6"></a>Deeply nested **Vn** block collapsed for readability.
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.
266
1179
 
267
- #### Custom Network Config Global Network List Global Network Connections Slo To Global DR
1180
+ #### Local Vrf SLI Config
268
1181
 
269
- <a id="deep-32aa3f"></a>Deeply nested **DR** block collapsed for readability.
1182
+ A [`sli_config`](#local-vrf-sli-config) block (within [`local_vrf`](#local-vrf)) supports the following:
270
1183
 
271
- #### Custom Network Config Global Network List Global Network Connections Slo To Global DR Global Vn
1184
+ <a id="local-vrf-sli-config-labels"></a>&#x2022; [`labels`](#local-vrf-sli-config-labels) - Optional Block<br>Network Labels. Add Labels for this network, these labels can be used in firewall policy
272
1185
 
273
- <a id="deep-e7b054"></a>Deeply nested **Vn** block collapsed for readability.
1186
+ <a id="local-vrf-sli-config-nameserver"></a>&#x2022; [`nameserver`](#local-vrf-sli-config-nameserver) - Optional String<br>DNS V4 Server. Optional DNS V4 server IP to be used for name resolution
274
1187
 
275
- #### Custom Network Config Interface List
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>Enable this option
276
1189
 
277
- An [`interface_list`](#custom-network-config-interface-list) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1190
+ <a id="routes-53016e"></a>&#x2022; [`no_v6_static_routes`](#routes-53016e) - Optional Block<br>Enable this option
278
1191
 
279
- <a id="interfaces-e1b75d"></a>&#x2022; [`interfaces`](#interfaces-e1b75d) - Optional Block<br>List of Interface. Configure network interfaces for this Secure Mesh site<br>See [Interfaces](#interfaces-e1b75d) below.
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.
280
1193
 
281
- #### Custom Network Config Interface List Interfaces
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.
282
1195
 
283
- An [`interfaces`](#interfaces-e1b75d) block (within [`custom_network_config.interface_list`](#custom-network-config-interface-list)) supports the following:
1196
+ <a id="local-vrf-sli-config-vip"></a>&#x2022; [`vip`](#local-vrf-sli-config-vip) - Optional String<br>Common V4 VIP. Optional common virtual V4 IP across all nodes to be used as automatic VIP
284
1197
 
285
- <a id="disabled-8e6c58"></a>&#x2022; [`dc_cluster_group_connectivity_interface_disabled`](#disabled-8e6c58) - Optional Block<br>Enable this option
1198
+ #### Local Vrf SLI Config Static Routes
286
1199
 
287
- <a id="enabled-976919"></a>&#x2022; [`dc_cluster_group_connectivity_interface_enabled`](#enabled-976919) - Optional Block<br>Enable this option
1200
+ A [`static_routes`](#local-vrf-sli-config-static-routes) block (within [`local_vrf.sli_config`](#local-vrf-sli-config)) supports the following:
288
1201
 
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.
1202
+ <a id="routes-159447"></a>&#x2022; [`static_routes`](#routes-159447) - Optional Block<br>Static Routes<br>See [Static Routes](#routes-159447) below.
290
1203
 
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.
1204
+ #### Local Vrf SLI Config Static Routes Static Routes
292
1205
 
293
- <a id="spec-5c5d10"></a>&#x2022; [`description_spec`](#spec-5c5d10) - Optional String<br>Interface Description. Description for this Interface
1206
+ <a id="deep-0b00a5"></a>Deeply nested **Routes** block collapsed for readability.
294
1207
 
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.
1208
+ #### Local Vrf SLI Config Static Routes Static Routes Node Interface
296
1209
 
297
- <a id="labels-eb9e14"></a>&#x2022; [`labels`](#labels-eb9e14) - Optional Block<br>Interface Labels. Add Labels for this Interface, these labels can be used in firewall policy
1210
+ <a id="deep-c36771"></a>Deeply nested **Interface** block collapsed for readability.
298
1211
 
299
- #### Custom Network Config Interface List Interfaces Dedicated Interface
1212
+ #### Local Vrf SLI Config Static Routes Static Routes Node Interface List
300
1213
 
301
- <a id="deep-e9e120"></a>Deeply nested **Interface** block collapsed for readability.
1214
+ <a id="deep-9295ad"></a>Deeply nested **List** block collapsed for readability.
302
1215
 
303
- #### Custom Network Config Interface List Interfaces Dedicated Management Interface
1216
+ #### Local Vrf SLI Config Static Routes Static Routes Node Interface List Interface
304
1217
 
305
- <a id="deep-fe54f2"></a>Deeply nested **Interface** block collapsed for readability.
1218
+ <a id="deep-3a649b"></a>Deeply nested **Interface** block collapsed for readability.
306
1219
 
307
- #### Custom Network Config Interface List Interfaces Ethernet Interface
1220
+ #### Local Vrf SLI Config Static V6 Routes
308
1221
 
309
- <a id="deep-155d07"></a>Deeply nested **Interface** block collapsed for readability.
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:
310
1223
 
311
- #### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server
1224
+ <a id="routes-b75018"></a>&#x2022; [`static_routes`](#routes-b75018) - Optional Block<br>Static IPv6 Routes. List of IPv6 static routes<br>See [Static Routes](#routes-b75018) below.
312
1225
 
313
- <a id="deep-c00b69"></a>Deeply nested **Server** block collapsed for readability.
1226
+ #### Local Vrf SLI Config Static V6 Routes Static Routes
314
1227
 
315
- #### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server DHCP Networks
1228
+ <a id="deep-26bfb4"></a>Deeply nested **Routes** block collapsed for readability.
316
1229
 
317
- <a id="deep-bf31a8"></a>Deeply nested **Networks** block collapsed for readability.
1230
+ #### Local Vrf SLI Config Static V6 Routes Static Routes Node Interface
318
1231
 
319
- #### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server DHCP Networks Pools
1232
+ <a id="deep-989f5e"></a>Deeply nested **Interface** block collapsed for readability.
320
1233
 
321
- <a id="deep-904e69"></a>Deeply nested **Pools** block collapsed for readability.
1234
+ #### Local Vrf SLI Config Static V6 Routes Static Routes Node Interface List
322
1235
 
323
- #### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server Interface IP Map
1236
+ <a id="deep-94960c"></a>Deeply nested **List** block collapsed for readability.
324
1237
 
325
- <a id="deep-ff4e59"></a>Deeply nested **Map** block collapsed for readability.
1238
+ #### Local Vrf SLI Config Static V6 Routes Static Routes Node Interface List Interface
326
1239
 
327
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config
1240
+ <a id="deep-6ebb7a"></a>Deeply nested **Interface** block collapsed for readability.
328
1241
 
329
- <a id="deep-606ad3"></a>Deeply nested **Config** block collapsed for readability.
1242
+ #### Local Vrf Slo Config
330
1243
 
331
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router
1244
+ A [`slo_config`](#local-vrf-slo-config) block (within [`local_vrf`](#local-vrf)) supports the following:
332
1245
 
333
- <a id="deep-b3aca4"></a>Deeply nested **Router** block collapsed for readability.
1246
+ <a id="local-vrf-slo-config-labels"></a>&#x2022; [`labels`](#local-vrf-slo-config-labels) - Optional Block<br>Network Labels. Add Labels for this network, these labels can be used in firewall policy
334
1247
 
335
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config
1248
+ <a id="local-vrf-slo-config-nameserver"></a>&#x2022; [`nameserver`](#local-vrf-slo-config-nameserver) - Optional String<br>DNS V4 Server. Optional DNS V4 server IP to be used for name resolution
336
1249
 
337
- <a id="deep-305937"></a>Deeply nested **Config** block collapsed for readability.
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>Enable this option
338
1251
 
339
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config Configured List
1252
+ <a id="routes-a47310"></a>&#x2022; [`no_v6_static_routes`](#routes-a47310) - Optional Block<br>Enable this option
340
1253
 
341
- <a id="deep-de36d1"></a>Deeply nested **List** block collapsed for readability.
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.
342
1255
 
343
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config Local DNS
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.
344
1257
 
345
- <a id="deep-33d01b"></a>Deeply nested **DNS** block collapsed for readability.
1258
+ <a id="local-vrf-slo-config-vip"></a>&#x2022; [`vip`](#local-vrf-slo-config-vip) - Optional String<br>Common V4 VIP. Optional common virtual V4 IP across all nodes to be used as automatic VIP
346
1259
 
347
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful
1260
+ #### Local Vrf Slo Config Static Routes
348
1261
 
349
- <a id="deep-52248e"></a>Deeply nested **Stateful** block collapsed for readability.
1262
+ A [`static_routes`](#local-vrf-slo-config-static-routes) block (within [`local_vrf.slo_config`](#local-vrf-slo-config)) supports the following:
350
1263
 
351
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful DHCP Networks
1264
+ <a id="routes-07ae6c"></a>&#x2022; [`static_routes`](#routes-07ae6c) - Optional Block<br>Static Routes<br>See [Static Routes](#routes-07ae6c) below.
352
1265
 
353
- <a id="deep-e99cbf"></a>Deeply nested **Networks** block collapsed for readability.
1266
+ #### Local Vrf Slo Config Static Routes Static Routes
354
1267
 
355
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful DHCP Networks Pools
1268
+ <a id="deep-c4ba70"></a>Deeply nested **Routes** block collapsed for readability.
356
1269
 
357
- <a id="deep-fd529f"></a>Deeply nested **Pools** block collapsed for readability.
1270
+ #### Local Vrf Slo Config Static Routes Static Routes Node Interface
358
1271
 
359
- #### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful Interface IP Map
1272
+ <a id="deep-9a77b8"></a>Deeply nested **Interface** block collapsed for readability.
360
1273
 
361
- <a id="deep-15168d"></a>Deeply nested **Map** block collapsed for readability.
1274
+ #### Local Vrf Slo Config Static Routes Static Routes Node Interface List
362
1275
 
363
- #### Custom Network Config Interface List Interfaces Ethernet Interface Static IP
1276
+ <a id="deep-778bc9"></a>Deeply nested **List** block collapsed for readability.
364
1277
 
365
- <a id="deep-0f1737"></a>Deeply nested **IP** block collapsed for readability.
1278
+ #### Local Vrf Slo Config Static Routes Static Routes Node Interface List Interface
366
1279
 
367
- #### Custom Network Config Interface List Interfaces Ethernet Interface Static IP Cluster Static IP
1280
+ <a id="deep-8ea40a"></a>Deeply nested **Interface** block collapsed for readability.
368
1281
 
369
- <a id="deep-34de63"></a>Deeply nested **IP** block collapsed for readability.
1282
+ #### Local Vrf Slo Config Static V6 Routes
370
1283
 
371
- #### Custom Network Config Interface List Interfaces Ethernet Interface Static IP Node Static IP
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:
372
1285
 
373
- <a id="deep-99b20e"></a>Deeply nested **IP** block collapsed for readability.
1286
+ <a id="routes-5b5639"></a>&#x2022; [`static_routes`](#routes-5b5639) - Optional Block<br>Static IPv6 Routes. List of IPv6 static routes<br>See [Static Routes](#routes-5b5639) below.
374
1287
 
375
- #### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address
1288
+ #### Local Vrf Slo Config Static V6 Routes Static Routes
376
1289
 
377
- <a id="deep-7525c4"></a>Deeply nested **Address** block collapsed for readability.
1290
+ <a id="deep-69c74f"></a>Deeply nested **Routes** block collapsed for readability.
378
1291
 
379
- #### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address Cluster Static IP
1292
+ #### Local Vrf Slo Config Static V6 Routes Static Routes Node Interface
380
1293
 
381
- <a id="deep-fbb4ee"></a>Deeply nested **IP** block collapsed for readability.
1294
+ <a id="deep-c59810"></a>Deeply nested **Interface** block collapsed for readability.
382
1295
 
383
- #### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address Node Static IP
1296
+ #### Local Vrf Slo Config Static V6 Routes Static Routes Node Interface List
384
1297
 
385
- <a id="deep-be6bf5"></a>Deeply nested **IP** block collapsed for readability.
1298
+ <a id="deep-753f28"></a>Deeply nested **List** block collapsed for readability.
386
1299
 
387
- #### Custom Network Config SLI Config
1300
+ #### Local Vrf Slo Config Static V6 Routes Static Routes Node Interface List Interface
388
1301
 
389
- A [`sli_config`](#custom-network-config-sli-config) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1302
+ <a id="deep-86b9dc"></a>Deeply nested **Interface** block collapsed for readability.
390
1303
 
391
- <a id="group-c050c8"></a>&#x2022; [`dc_cluster_group`](#group-c050c8) - Optional Block<br>Object reference. This 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.
1304
+ #### Log Receiver
392
1305
 
393
- <a id="custom-network-config-sli-config-labels"></a>&#x2022; [`labels`](#custom-network-config-sli-config-labels) - Optional Block<br>Network Labels. Add Labels for this network, these labels can be used in firewall policy
1306
+ A [`log_receiver`](#log-receiver) block supports the following:
394
1307
 
395
- <a id="nameserver-b7700f"></a>&#x2022; [`nameserver`](#nameserver-b7700f) - Optional String<br>DNS V4 Server. Optional DNS V4 server IP to be used for name resolution
1308
+ <a id="log-receiver-name"></a>&#x2022; [`name`](#log-receiver-name) - Optional String<br>Name. 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
396
1309
 
397
- <a id="group-4a0820"></a>&#x2022; [`no_dc_cluster_group`](#group-4a0820) - Optional Block<br>Enable this option
1310
+ <a id="log-receiver-namespace"></a>&#x2022; [`namespace`](#log-receiver-namespace) - Optional String<br>Namespace. 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
398
1311
 
399
- <a id="routes-ece448"></a>&#x2022; [`no_static_routes`](#routes-ece448) - Optional Block<br>Enable this option
1312
+ <a id="log-receiver-tenant"></a>&#x2022; [`tenant`](#log-receiver-tenant) - Optional String<br>Tenant. 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
400
1313
 
401
- <a id="routes-ef5627"></a>&#x2022; [`no_v6_static_routes`](#routes-ef5627) - Optional Block<br>Enable this option
1314
+ #### Nutanix
402
1315
 
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.
1316
+ A [`nutanix`](#nutanix) block supports the following:
404
1317
 
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.
1318
+ <a id="nutanix-not-managed"></a>&#x2022; [`not_managed`](#nutanix-not-managed) - Optional Block<br>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<br>See [Not Managed](#nutanix-not-managed) below.
406
1319
 
407
- <a id="custom-network-config-sli-config-vip"></a>&#x2022; [`vip`](#custom-network-config-sli-config-vip) - Optional String<br>Common V4 VIP. Optional common virtual V4 IP across all nodes to be used as automatic VIP
1320
+ #### Nutanix Not Managed
408
1321
 
409
- #### Custom Network Config SLI Config Dc Cluster Group
1322
+ A [`not_managed`](#nutanix-not-managed) block (within [`nutanix`](#nutanix)) supports the following:
410
1323
 
411
- <a id="deep-d8cb49"></a>Deeply nested **Group** block collapsed for readability.
1324
+ <a id="nutanix-not-managed-node-list"></a>&#x2022; [`node_list`](#nutanix-not-managed-node-list) - Optional Block<br>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<br>See [Node List](#nutanix-not-managed-node-list) below.
412
1325
 
413
- #### Custom Network Config SLI Config Static Routes
1326
+ #### Nutanix Not Managed Node List
414
1327
 
415
- A [`static_routes`](#routes-766a73) block (within [`custom_network_config.sli_config`](#custom-network-config-sli-config)) supports the following:
1328
+ A [`node_list`](#nutanix-not-managed-node-list) block (within [`nutanix.not_managed`](#nutanix-not-managed)) supports the following:
416
1329
 
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.
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
418
1331
 
419
- #### Custom Network Config SLI Config Static Routes Static Routes
1332
+ <a id="list-b40ceb"></a>&#x2022; [`interface_list`](#list-b40ceb) - Optional Block<br>Interfaces. Manage interfaces belonging to this node<br>See [Interface List](#list-b40ceb) below.
420
1333
 
421
- <a id="deep-418fe7"></a>Deeply nested **Routes** block collapsed for readability.
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
422
1335
 
423
- #### Custom Network Config SLI Config Static Routes Static Routes Node Interface
1336
+ <a id="nutanix-not-managed-node-list-type"></a>&#x2022; [`type`](#nutanix-not-managed-node-list-type) - Optional String<br>Type. Type for this Node, can be Control or Worker
424
1337
 
425
- <a id="deep-845177"></a>Deeply nested **Interface** block collapsed for readability.
1338
+ #### Nutanix Not Managed Node List Interface List
426
1339
 
427
- #### Custom Network Config SLI Config Static Routes Static Routes Node Interface List
1340
+ An [`interface_list`](#list-b40ceb) block (within [`nutanix.not_managed.node_list`](#nutanix-not-managed-node-list)) supports the following:
428
1341
 
429
- <a id="deep-346157"></a>Deeply nested **List** block collapsed for readability.
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.
430
1343
 
431
- #### Custom Network Config SLI Config Static Routes Static Routes Node Interface List Interface
1344
+ <a id="spec-baa727"></a>&#x2022; [`description_spec`](#spec-baa727) - Optional String<br>Interface Description. Description for this Interface
432
1345
 
433
- <a id="deep-460da1"></a>Deeply nested **Interface** block collapsed for readability.
1346
+ <a id="client-112522"></a>&#x2022; [`dhcp_client`](#client-112522) - Optional Block<br>Enable this option
434
1347
 
435
- #### Custom Network Config SLI Config Static V6 Routes
1348
+ <a id="interface-d78243"></a>&#x2022; [`ethernet_interface`](#interface-d78243) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-d78243) below.
436
1349
 
437
- <a id="deep-a62933"></a>Deeply nested **Routes** block collapsed for readability.
1350
+ <a id="config-08cb50"></a>&#x2022; [`ipv6_auto_config`](#config-08cb50) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-08cb50) below.
438
1351
 
439
- #### Custom Network Config SLI Config Static V6 Routes Static Routes
1352
+ <a id="labels-c91cb8"></a>&#x2022; [`labels`](#labels-c91cb8) - Optional Block<br>Interface Labels. Add Labels for this Interface, these labels can be used in firewall policy
440
1353
 
441
- <a id="deep-b94fe3"></a>Deeply nested **Routes** block collapsed for readability.
1354
+ <a id="monitor-824921"></a>&#x2022; [`monitor`](#monitor-824921) - Optional Block<br>Link Quality Monitoring Configuration. Link Quality Monitoring configuration for a network interface
442
1355
 
443
- #### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface
1356
+ <a id="disabled-1b5f4c"></a>&#x2022; [`monitor_disabled`](#disabled-1b5f4c) - Optional Block<br>Enable this option
444
1357
 
445
- <a id="deep-85506f"></a>Deeply nested **Interface** block collapsed for readability.
1358
+ <a id="mtu-9286d4"></a>&#x2022; [`mtu`](#mtu-9286d4) - Optional Number<br>Maximum Packet Size (MTU). Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
446
1359
 
447
- #### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface List
1360
+ <a id="name-f9abff"></a>&#x2022; [`name`](#name-f9abff) - Optional String<br>Interface Name. Name of this Interface
448
1361
 
449
- <a id="deep-0405fc"></a>Deeply nested **List** block collapsed for readability.
1362
+ <a id="option-40de75"></a>&#x2022; [`network_option`](#option-40de75) - Optional Block<br>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-40de75) below.
450
1363
 
451
- #### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface List Interface
1364
+ <a id="address-768ec8"></a>&#x2022; [`no_ipv4_address`](#address-768ec8) - Optional Block<br>Enable this option
452
1365
 
453
- <a id="deep-48ce07"></a>Deeply nested **Interface** block collapsed for readability.
1366
+ <a id="address-9dd875"></a>&#x2022; [`no_ipv6_address`](#address-9dd875) - Optional Block<br>Enable this option
454
1367
 
455
- #### Custom Network Config Slo Config
1368
+ <a id="priority-e54ce8"></a>&#x2022; [`priority`](#priority-e54ce8) - Optional Number<br>Priority. 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
456
1369
 
457
- A [`slo_config`](#custom-network-config-slo-config) block (within [`custom_network_config`](#custom-network-config)) supports the following:
1370
+ <a id="disabled-a3014f"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-a3014f) - Optional Block<br>Enable this option
458
1371
 
459
- <a id="group-4f2dd5"></a>&#x2022; [`dc_cluster_group`](#group-4f2dd5) - Optional Block<br>Object reference. This 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.
1372
+ <a id="enabled-47989b"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-47989b) - Optional Block<br>Enable this option
460
1373
 
461
- <a id="custom-network-config-slo-config-labels"></a>&#x2022; [`labels`](#custom-network-config-slo-config-labels) - Optional Block<br>Network Labels. Add Labels for this network, these labels can be used in firewall policy
1374
+ <a id="static-ip-09302a"></a>&#x2022; [`static_ip`](#static-ip-09302a) - Optional Block<br>Node: Static IP Parameters. Configure Static IP parameters for a node<br>See [Static IP](#static-ip-09302a) below.
462
1375
 
463
- <a id="nameserver-21f3ed"></a>&#x2022; [`nameserver`](#nameserver-21f3ed) - Optional String<br>DNS V4 Server. Optional DNS V4 server IP to be used for name resolution
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.
464
1377
 
465
- <a id="group-babd4e"></a>&#x2022; [`no_dc_cluster_group`](#group-babd4e) - Optional Block<br>Enable this option
1378
+ <a id="interface-e23d44"></a>&#x2022; [`vlan_interface`](#interface-e23d44) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-e23d44) below.
466
1379
 
467
- <a id="routes-9a2e74"></a>&#x2022; [`no_static_routes`](#routes-9a2e74) - Optional Block<br>Enable this option
1380
+ #### Nutanix Not Managed Node List Interface List Bond Interface
468
1381
 
469
- <a id="routes-5253c9"></a>&#x2022; [`no_v6_static_routes`](#routes-5253c9) - Optional Block<br>Enable this option
1382
+ <a id="deep-a0d86e"></a>Deeply nested **Interface** block collapsed for readability.
470
1383
 
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.
1384
+ #### Nutanix Not Managed Node List Interface List Bond Interface Lacp
472
1385
 
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.
1386
+ <a id="deep-452ac2"></a>Deeply nested **Lacp** block collapsed for readability.
474
1387
 
475
- <a id="custom-network-config-slo-config-vip"></a>&#x2022; [`vip`](#custom-network-config-slo-config-vip) - Optional String<br>Common V4 VIP. Optional common virtual V4 IP across all nodes to be used as automatic VIP
1388
+ #### Nutanix Not Managed Node List Interface List Ethernet Interface
476
1389
 
477
- #### Custom Network Config Slo Config Dc Cluster Group
1390
+ <a id="deep-c19cdf"></a>Deeply nested **Interface** block collapsed for readability.
478
1391
 
479
- <a id="deep-e1ed68"></a>Deeply nested **Group** block collapsed for readability.
1392
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config
480
1393
 
481
- #### Custom Network Config Slo Config Static Routes
1394
+ <a id="deep-ae55a4"></a>Deeply nested **Config** block collapsed for readability.
482
1395
 
483
- A [`static_routes`](#routes-f61105) block (within [`custom_network_config.slo_config`](#custom-network-config-slo-config)) supports the following:
1396
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router
484
1397
 
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.
1398
+ <a id="deep-1e40a4"></a>Deeply nested **Router** block collapsed for readability.
486
1399
 
487
- #### Custom Network Config Slo Config Static Routes Static Routes
1400
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
488
1401
 
489
- <a id="deep-f8a4c7"></a>Deeply nested **Routes** block collapsed for readability.
1402
+ <a id="deep-1a1f28"></a>Deeply nested **Config** block collapsed for readability.
490
1403
 
491
- #### Custom Network Config Slo Config Static Routes Static Routes Node Interface
1404
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
492
1405
 
493
- <a id="deep-05f4a8"></a>Deeply nested **Interface** block collapsed for readability.
1406
+ <a id="deep-51b635"></a>Deeply nested **List** block collapsed for readability.
494
1407
 
495
- #### Custom Network Config Slo Config Static Routes Static Routes Node Interface List
1408
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
496
1409
 
497
- <a id="deep-2bd0bf"></a>Deeply nested **List** block collapsed for readability.
1410
+ <a id="deep-d92def"></a>Deeply nested **DNS** block collapsed for readability.
498
1411
 
499
- #### Custom Network Config Slo Config Static Routes Static Routes Node Interface List Interface
1412
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful
500
1413
 
501
- <a id="deep-e969af"></a>Deeply nested **Interface** block collapsed for readability.
1414
+ <a id="deep-be66c9"></a>Deeply nested **Stateful** block collapsed for readability.
502
1415
 
503
- #### Custom Network Config Slo Config Static V6 Routes
1416
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
504
1417
 
505
- <a id="deep-b07bb8"></a>Deeply nested **Routes** block collapsed for readability.
1418
+ <a id="deep-5a9d54"></a>Deeply nested **Networks** block collapsed for readability.
506
1419
 
507
- #### Custom Network Config Slo Config Static V6 Routes Static Routes
1420
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
508
1421
 
509
- <a id="deep-0e185b"></a>Deeply nested **Routes** block collapsed for readability.
1422
+ <a id="deep-7af73e"></a>Deeply nested **Pools** block collapsed for readability.
510
1423
 
511
- #### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface
1424
+ #### Nutanix Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
512
1425
 
513
- <a id="deep-e2b2f3"></a>Deeply nested **Interface** block collapsed for readability.
1426
+ <a id="deep-138aec"></a>Deeply nested **Map** block collapsed for readability.
514
1427
 
515
- #### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface List
1428
+ #### Nutanix Not Managed Node List Interface List Network Option
516
1429
 
517
- <a id="deep-cac034"></a>Deeply nested **List** block collapsed for readability.
1430
+ <a id="deep-bd2504"></a>Deeply nested **Option** block collapsed for readability.
518
1431
 
519
- #### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface List Interface
1432
+ #### Nutanix Not Managed Node List Interface List Static IP
520
1433
 
521
- <a id="deep-5ea460"></a>Deeply nested **Interface** block collapsed for readability.
1434
+ <a id="deep-0fbd56"></a>Deeply nested **IP** block collapsed for readability.
522
1435
 
523
- #### Kubernetes Upgrade Drain
1436
+ #### Nutanix Not Managed Node List Interface List Static IPv6 Address
524
1437
 
525
- A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the following:
1438
+ <a id="deep-822c9a"></a>Deeply nested **Address** block collapsed for readability.
526
1439
 
527
- <a id="drain-0d0936"></a>&#x2022; [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
1440
+ #### Nutanix Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
528
1441
 
529
- <a id="drain-7e30d4"></a>&#x2022; [`enable_upgrade_drain`](#drain-7e30d4) - Optional Block<br>Enable Node by Node Upgrade. Specify batch upgrade settings for worker nodes within a site<br>See [Enable Upgrade Drain](#drain-7e30d4) below.
1442
+ <a id="deep-7b95c4"></a>Deeply nested **IP** block collapsed for readability.
530
1443
 
531
- #### Kubernetes Upgrade Drain Enable Upgrade Drain
1444
+ #### Nutanix Not Managed Node List Interface List Static IPv6 Address Node Static IP
532
1445
 
533
- An [`enable_upgrade_drain`](#drain-7e30d4) block (within [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain)) supports the following:
1446
+ <a id="deep-ab1035"></a>Deeply nested **IP** block collapsed for readability.
534
1447
 
535
- <a id="mode-668699"></a>&#x2022; [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
1448
+ #### Nutanix Not Managed Node List Interface List VLAN Interface
536
1449
 
537
- <a id="count-3aa796"></a>&#x2022; [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
1450
+ <a id="deep-30c686"></a>Deeply nested **Interface** block collapsed for readability.
538
1451
 
539
- <a id="timeout-ac4ee9"></a>&#x2022; [`drain_node_timeout`](#timeout-ac4ee9) - Optional Number<br>Upgrade Wait Time. 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 recommended to use the default value)
1452
+ #### Oci
540
1453
 
541
- <a id="mode-9c557b"></a>&#x2022; [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Enable this option
1454
+ An [`oci`](#oci) block supports the following:
542
1455
 
543
- #### Log Receiver
1456
+ <a id="oci-not-managed"></a>&#x2022; [`not_managed`](#oci-not-managed) - Optional Block<br>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<br>See [Not Managed](#oci-not-managed) below.
544
1457
 
545
- A [`log_receiver`](#log-receiver) block supports the following:
1458
+ #### Oci Not Managed
546
1459
 
547
- <a id="log-receiver-name"></a>&#x2022; [`name`](#log-receiver-name) - Optional String<br>Name. 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
1460
+ A [`not_managed`](#oci-not-managed) block (within [`oci`](#oci)) supports the following:
548
1461
 
549
- <a id="log-receiver-namespace"></a>&#x2022; [`namespace`](#log-receiver-namespace) - Optional String<br>Namespace. 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
1462
+ <a id="oci-not-managed-node-list"></a>&#x2022; [`node_list`](#oci-not-managed-node-list) - Optional Block<br>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<br>See [Node List](#oci-not-managed-node-list) below.
550
1463
 
551
- <a id="log-receiver-tenant"></a>&#x2022; [`tenant`](#log-receiver-tenant) - Optional String<br>Tenant. 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
1464
+ #### Oci Not Managed Node List
1465
+
1466
+ A [`node_list`](#oci-not-managed-node-list) block (within [`oci.not_managed`](#oci-not-managed)) supports the following:
1467
+
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
1469
+
1470
+ <a id="list-af4877"></a>&#x2022; [`interface_list`](#list-af4877) - Optional Block<br>Interfaces. Manage interfaces belonging to this node<br>See [Interface List](#list-af4877) below.
1471
+
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
1473
+
1474
+ <a id="oci-not-managed-node-list-type"></a>&#x2022; [`type`](#oci-not-managed-node-list-type) - Optional String<br>Type. Type for this Node, can be Control or Worker
1475
+
1476
+ #### Oci Not Managed Node List Interface List
1477
+
1478
+ An [`interface_list`](#list-af4877) block (within [`oci.not_managed.node_list`](#oci-not-managed-node-list)) supports the following:
1479
+
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.
1481
+
1482
+ <a id="spec-6e395f"></a>&#x2022; [`description_spec`](#spec-6e395f) - Optional String<br>Interface Description. Description for this Interface
1483
+
1484
+ <a id="client-29509c"></a>&#x2022; [`dhcp_client`](#client-29509c) - Optional Block<br>Enable this option
1485
+
1486
+ <a id="interface-e66013"></a>&#x2022; [`ethernet_interface`](#interface-e66013) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-e66013) below.
1487
+
1488
+ <a id="config-5531bb"></a>&#x2022; [`ipv6_auto_config`](#config-5531bb) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-5531bb) below.
1489
+
1490
+ <a id="labels-66a173"></a>&#x2022; [`labels`](#labels-66a173) - Optional Block<br>Interface Labels. Add Labels for this Interface, these labels can be used in firewall policy
1491
+
1492
+ <a id="monitor-2b293c"></a>&#x2022; [`monitor`](#monitor-2b293c) - Optional Block<br>Link Quality Monitoring Configuration. Link Quality Monitoring configuration for a network interface
1493
+
1494
+ <a id="disabled-773f90"></a>&#x2022; [`monitor_disabled`](#disabled-773f90) - Optional Block<br>Enable this option
1495
+
1496
+ <a id="mtu-314a9f"></a>&#x2022; [`mtu`](#mtu-314a9f) - Optional Number<br>Maximum Packet Size (MTU). Maximum packet size (Maximum Transfer Unit) of the interface When configured, MTU must be between 512 and 16384
1497
+
1498
+ <a id="name-600128"></a>&#x2022; [`name`](#name-600128) - Optional String<br>Interface Name. Name of this Interface
1499
+
1500
+ <a id="option-747ef7"></a>&#x2022; [`network_option`](#option-747ef7) - Optional Block<br>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-747ef7) below.
1501
+
1502
+ <a id="address-23b964"></a>&#x2022; [`no_ipv4_address`](#address-23b964) - Optional Block<br>Enable this option
1503
+
1504
+ <a id="address-009f48"></a>&#x2022; [`no_ipv6_address`](#address-009f48) - Optional Block<br>Enable this option
1505
+
1506
+ <a id="priority-aeec59"></a>&#x2022; [`priority`](#priority-aeec59) - Optional Number<br>Priority. 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
1507
+
1508
+ <a id="disabled-91e657"></a>&#x2022; [`site_to_site_connectivity_interface_disabled`](#disabled-91e657) - Optional Block<br>Enable this option
1509
+
1510
+ <a id="enabled-9b24dc"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-9b24dc) - Optional Block<br>Enable this option
1511
+
1512
+ <a id="static-ip-bd24d4"></a>&#x2022; [`static_ip`](#static-ip-bd24d4) - Optional Block<br>Node: Static IP Parameters. Configure Static IP parameters for a node<br>See [Static IP](#static-ip-bd24d4) below.
1513
+
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.
1515
+
1516
+ <a id="interface-cb2c85"></a>&#x2022; [`vlan_interface`](#interface-cb2c85) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-cb2c85) below.
1517
+
1518
+ #### Oci Not Managed Node List Interface List Bond Interface
1519
+
1520
+ <a id="deep-446af8"></a>Deeply nested **Interface** block collapsed for readability.
1521
+
1522
+ #### Oci Not Managed Node List Interface List Bond Interface Lacp
1523
+
1524
+ <a id="deep-4ae1cd"></a>Deeply nested **Lacp** block collapsed for readability.
1525
+
1526
+ #### Oci Not Managed Node List Interface List Ethernet Interface
1527
+
1528
+ <a id="deep-dc3621"></a>Deeply nested **Interface** block collapsed for readability.
552
1529
 
553
- #### Master Node Configuration
1530
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config
554
1531
 
555
- A [`master_node_configuration`](#master-node-configuration) block supports the following:
1532
+ <a id="deep-a7e52b"></a>Deeply nested **Config** block collapsed for readability.
556
1533
 
557
- <a id="master-node-configuration-name"></a>&#x2022; [`name`](#master-node-configuration-name) - Optional String<br>Name. Names of master node
1534
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config Router
558
1535
 
559
- <a id="master-node-configuration-public-ip"></a>&#x2022; [`public_ip`](#master-node-configuration-public-ip) - Optional String<br>Public IP. IP Address of the master node. This IP will be used when other sites connect via Site Mesh Group
1536
+ <a id="deep-e27180"></a>Deeply nested **Router** block collapsed for readability.
1537
+
1538
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
1539
+
1540
+ <a id="deep-4067cc"></a>Deeply nested **Config** block collapsed for readability.
1541
+
1542
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
1543
+
1544
+ <a id="deep-fa8fac"></a>Deeply nested **List** block collapsed for readability.
1545
+
1546
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
1547
+
1548
+ <a id="deep-d366cc"></a>Deeply nested **DNS** block collapsed for readability.
1549
+
1550
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful
1551
+
1552
+ <a id="deep-41029f"></a>Deeply nested **Stateful** block collapsed for readability.
1553
+
1554
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
1555
+
1556
+ <a id="deep-6d3c92"></a>Deeply nested **Networks** block collapsed for readability.
1557
+
1558
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
1559
+
1560
+ <a id="deep-a574c6"></a>Deeply nested **Pools** block collapsed for readability.
1561
+
1562
+ #### Oci Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
1563
+
1564
+ <a id="deep-108398"></a>Deeply nested **Map** block collapsed for readability.
1565
+
1566
+ #### Oci Not Managed Node List Interface List Network Option
1567
+
1568
+ <a id="deep-4dc97a"></a>Deeply nested **Option** block collapsed for readability.
1569
+
1570
+ #### Oci Not Managed Node List Interface List Static IP
1571
+
1572
+ <a id="deep-d328a9"></a>Deeply nested **IP** block collapsed for readability.
1573
+
1574
+ #### Oci Not Managed Node List Interface List Static IPv6 Address
1575
+
1576
+ <a id="deep-b8c38e"></a>Deeply nested **Address** block collapsed for readability.
1577
+
1578
+ #### Oci Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
1579
+
1580
+ <a id="deep-6986c2"></a>Deeply nested **IP** block collapsed for readability.
1581
+
1582
+ #### Oci Not Managed Node List Interface List Static IPv6 Address Node Static IP
1583
+
1584
+ <a id="deep-02be06"></a>Deeply nested **IP** block collapsed for readability.
1585
+
1586
+ #### Oci Not Managed Node List Interface List VLAN Interface
1587
+
1588
+ <a id="deep-395474"></a>Deeply nested **Interface** block collapsed for readability.
560
1589
 
561
1590
  #### Offline Survivability Mode
562
1591
 
@@ -566,13 +1595,143 @@ An [`offline_survivability_mode`](#offline-survivability-mode) block supports th
566
1595
 
567
1596
  <a id="mode-02f0c8"></a>&#x2022; [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>Enable this option
568
1597
 
569
- #### OS
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>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Interfaces. 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. 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>Enable this option
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>Interface Labels. 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. Link Quality Monitoring configuration for a network interface
1639
+
1640
+ <a id="disabled-7cde43"></a>&#x2022; [`monitor_disabled`](#disabled-7cde43) - Optional Block<br>Enable this option
1641
+
1642
+ <a id="mtu-12e85c"></a>&#x2022; [`mtu`](#mtu-12e85c) - Optional Number<br>Maximum Packet Size (MTU). 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>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-c423fd) below.
1647
+
1648
+ <a id="address-96a5c5"></a>&#x2022; [`no_ipv4_address`](#address-96a5c5) - Optional Block<br>Enable this option
1649
+
1650
+ <a id="address-9ee17d"></a>&#x2022; [`no_ipv6_address`](#address-9ee17d) - Optional Block<br>Enable this option
1651
+
1652
+ <a id="priority-34866f"></a>&#x2022; [`priority`](#priority-34866f) - Optional Number<br>Priority. 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>Enable this option
1655
+
1656
+ <a id="enabled-f181b0"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-f181b0) - Optional Block<br>Enable this option
1657
+
1658
+ <a id="static-ip-458635"></a>&#x2022; [`static_ip`](#static-ip-458635) - Optional Block<br>Node: Static IP Parameters. 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.
1671
+
1672
+ #### Openstack Not Managed Node List Interface List Ethernet Interface
1673
+
1674
+ <a id="deep-ce3b3d"></a>Deeply nested **Interface** block collapsed for readability.
570
1675
 
571
- An [`os`](#os) block supports the following:
1676
+ #### Openstack Not Managed Node List Interface List IPv6 Auto Config
572
1677
 
573
- <a id="os-default-os-version"></a>&#x2022; [`default_os_version`](#os-default-os-version) - Optional Block<br>Enable this option
1678
+ <a id="deep-961f80"></a>Deeply nested **Config** block collapsed for readability.
574
1679
 
575
- <a id="os-operating-system-version"></a>&#x2022; [`operating_system_version`](#os-operating-system-version) - Optional String<br>Operating System Version. Specify a OS version to be used e.g. 9.2024.6
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.
576
1735
 
577
1736
  #### Performance Enhancement Mode
578
1737
 
@@ -590,13 +1749,59 @@ A [`perf_mode_l3_enhanced`](#enhanced-31b8ac) block (within [`performance_enhanc
590
1749
 
591
1750
  <a id="jumbo-95338e"></a>&#x2022; [`no_jumbo`](#jumbo-95338e) - Optional Block<br>Enable this option
592
1751
 
593
- #### Sw
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>Enable this option
1757
+
1758
+ <a id="re-select-specific-re"></a>&#x2022; [`specific_re`](#re-select-specific-re) - Optional Block<br>Specific RE. 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.
1759
+
1760
+ #### RE Select Specific RE
1761
+
1762
+ A [`specific_re`](#re-select-specific-re) block (within [`re_select`](#re-select)) supports the following:
594
1763
 
595
- A [`sw`](#sw) block supports the following:
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
596
1765
 
597
- <a id="sw-default-sw-version"></a>&#x2022; [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>Enable this option
1766
+ #### Site Mesh Group On Slo
598
1767
 
599
- <a id="sw-volterra-software-version"></a>&#x2022; [`volterra_software_version`](#sw-volterra-software-version) - Optional String<br>F5XC Software Version. Specify a F5XC Software Version to be used e.g. Crt-20210329-1002
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>Enable this option
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>Object reference. This 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>Enable this option
1775
+
1776
+ <a id="pvt-ip-9317b2"></a>&#x2022; [`sm_connection_pvt_ip`](#pvt-ip-9317b2) - Optional Block<br>Enable this option
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>Operating System Version. 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>F5XC Software Version. 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>Enable this option
1795
+
1796
+ <a id="version-dbab0c"></a>&#x2022; [`operating_system_version`](#version-dbab0c) - Optional String<br>Operating System Version. 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>Enable this option
1803
+
1804
+ <a id="version-0a788c"></a>&#x2022; [`volterra_software_version`](#version-0a788c) - Optional String<br>F5XC Software Version. Specify a F5XC Software Version to be used e.g. Crt-20210329-1002
600
1805
 
601
1806
  #### Timeouts
602
1807
 
@@ -610,6 +1815,162 @@ A [`timeouts`](#timeouts) block supports the following:
610
1815
 
611
1816
  <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `30 minutes`)<br>Used when updating the resource
612
1817
 
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>Node by Node Upgrade. 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>Enable this option
1829
+
1830
+ <a id="drain-817909"></a>&#x2022; [`enable_upgrade_drain`](#drain-817909) - Optional Block<br>Enable Node by Node Upgrade. 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>List of Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Nodes. This section will show nodes associated with this site. Note: For sites that are not orchestrated by F5XC, create nodes in the chosen provider. Once a node is created and registers with the site, it will be shown in this section<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>Interfaces. 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. 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>Enable this option
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>Interface Labels. 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. Link Quality Monitoring configuration for a network interface
1877
+
1878
+ <a id="disabled-3f7207"></a>&#x2022; [`monitor_disabled`](#disabled-3f7207) - Optional Block<br>Enable this option
1879
+
1880
+ <a id="mtu-2aef73"></a>&#x2022; [`mtu`](#mtu-2aef73) - Optional Number<br>Maximum Packet Size (MTU). 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>Network Select. 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. Global VRFs are configured via Networking > Segments. A site can have multple Network Segments (global VRFs)<br>See [Network Option](#option-e71ea9) below.
1885
+
1886
+ <a id="address-208212"></a>&#x2022; [`no_ipv4_address`](#address-208212) - Optional Block<br>Enable this option
1887
+
1888
+ <a id="address-b8f24d"></a>&#x2022; [`no_ipv6_address`](#address-b8f24d) - Optional Block<br>Enable this option
1889
+
1890
+ <a id="priority-378726"></a>&#x2022; [`priority`](#priority-378726) - Optional Number<br>Priority. 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>Enable this option
1893
+
1894
+ <a id="enabled-223030"></a>&#x2022; [`site_to_site_connectivity_interface_enabled`](#enabled-223030) - Optional Block<br>Enable this option
1895
+
1896
+ <a id="static-ip-7bbfdd"></a>&#x2022; [`static_ip`](#static-ip-7bbfdd) - Optional Block<br>Node: Static IP Parameters. 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
+
613
1974
  ---
614
1975
 
615
1976
  ## Common Types