@robinmordasiewicz/f5xc-terraform-mcp 3.4.0 → 3.5.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.
- package/README.md +1 -1
- package/dist/docs/data-sources/bgp.md +2 -2
- package/dist/docs/data-sources/discovery.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/index.md +276 -0
- package/dist/docs/resources/bgp.md +205 -37
- package/dist/docs/resources/discovery.md +259 -8
- package/dist/docs/resources/securemesh_site.md +253 -1614
- package/dist/docs/resources/site.md +200 -911
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +75 -4
- package/dist/index.js.map +1 -1
- package/dist/metadata/error-patterns.json +192 -0
- package/dist/metadata/resource-metadata.json +13095 -0
- package/dist/metadata/validation-patterns.json +69 -0
- package/dist/schemas/common.d.ts +33 -0
- package/dist/schemas/common.d.ts.map +1 -1
- package/dist/schemas/common.js +32 -0
- package/dist/schemas/common.js.map +1 -1
- package/dist/services/documentation.d.ts.map +1 -1
- package/dist/services/documentation.js +9 -0
- package/dist/services/documentation.js.map +1 -1
- package/dist/services/metadata.d.ts +193 -0
- package/dist/services/metadata.d.ts.map +1 -0
- package/dist/services/metadata.js +367 -0
- package/dist/services/metadata.js.map +1 -0
- package/dist/tools/discover.d.ts.map +1 -1
- package/dist/tools/discover.js +8 -0
- package/dist/tools/discover.js.map +1 -1
- package/dist/tools/metadata.d.ts +19 -0
- package/dist/tools/metadata.d.ts.map +1 -0
- package/dist/tools/metadata.js +612 -0
- package/dist/tools/metadata.js.map +1 -0
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -73,1519 +73,490 @@ resource "f5xc_securemesh_site" "example" {
|
|
|
73
73
|
|
|
74
74
|
### Spec Argument Reference
|
|
75
75
|
|
|
76
|
-
|
|
77
|
-
• <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
|
-
• <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>• [`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
|
-
• <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>• <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>• <a id="baremetal"></a>[`baremetal`](#baremetal) - Optional Block<br>Baremetal Provider Type. Baremetal Provider Type
|
|
88
|
-
<br><br>• <a id="equinix"></a>[`equinix`](#equinix) - Optional Block<br>Equinix Provider Type. Equinix Provider Type
|
|
89
|
-
<br><br>• <a id="gcp"></a>[`gcp`](#gcp) - Optional Block<br>GCP Provider Type. GCP Provider Type
|
|
90
|
-
<br><br>• <a id="kvm"></a>[`kvm`](#kvm) - Optional Block<br>KVM Provider Type. KVM Provider Type
|
|
91
|
-
<br><br>• <a id="nutanix"></a>[`nutanix`](#nutanix) - Optional Block<br>Nutanix Provider Type. Nutanix Provider Type
|
|
92
|
-
<br><br>• <a id="oci"></a>[`oci`](#oci) - Optional Block<br>OCI Provider Type. OCI Provider Type
|
|
93
|
-
<br><br>• <a id="openstack"></a>[`openstack`](#openstack) - Optional Block<br>Openstack Provider Type. Openstack Provider Type
|
|
94
|
-
<br><br>• <a id="vmware"></a>[`vmware`](#vmware) - Optional Block<br>VMware Provider Type. VMware Provider Type
|
|
95
|
-
|
|
96
|
-
-> **One of the following:**
|
|
97
|
-
• <a id="block-all-services"></a>[`block_all_services`](#block-all-services) - Optional Block<br>Enable this option
|
|
98
|
-
<br><br>• <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
|
-
• <a id="custom-proxy"></a>[`custom_proxy`](#custom-proxy) - Optional Block<br>Custom Enterprise Proxy. Custom Enterprise Proxy
|
|
102
|
-
<br><br>• <a id="f5-proxy"></a>[`f5_proxy`](#f5-proxy) - Optional Block<br>Enable this option
|
|
103
|
-
|
|
104
|
-
-> **One of the following:**
|
|
105
|
-
• <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
|
-
• <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
|
-
• <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>• <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
|
-
• <a id="disable-ha"></a>[`disable_ha`](#disable-ha) - Optional Block<br>Enable this option
|
|
116
|
-
|
|
117
|
-
-> **One of the following:**
|
|
118
|
-
• <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>• [`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>• [`enable_ha`](#enable-ha) - Optional Block<br>Enable this option
|
|
123
|
-
|
|
124
|
-
<a id="enable-url-categorization"></a>• [`enable_url_categorization`](#enable-url-categorization) - Optional Block<br>Enable this option
|
|
125
|
-
|
|
126
|
-
<a id="load-balancing"></a>• [`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>• [`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
|
-
• <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>• <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>• [`no_forward_proxy`](#no-forward-proxy) - Optional Block<br>Enable this option
|
|
135
|
-
|
|
136
|
-
<a id="no-network-policy"></a>• [`no_network_policy`](#no-network-policy) - Optional Block<br>Enable this option
|
|
137
|
-
|
|
138
|
-
<a id="no-proxy-bypass"></a>• [`no_proxy_bypass`](#no-proxy-bypass) - Optional Block<br>Enable this option
|
|
139
|
-
|
|
140
|
-
<a id="no-s2s-connectivity-sli"></a>• [`no_s2s_connectivity_sli`](#no-s2s-connectivity-sli) - Optional Block<br>Enable this option
|
|
141
|
-
|
|
142
|
-
<a id="offline-survivability-mode"></a>• [`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>• [`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>• [`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>• [`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>• [`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>• [`timeouts`](#timeouts) - Optional Block
|
|
153
|
-
|
|
154
|
-
<a id="tunnel-dead-timeout"></a>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`hostname`](#aws-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
|
|
241
|
-
|
|
242
|
-
<a id="list-6c6298"></a>• [`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>• [`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>• [`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>• [`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>• [`description_spec`](#spec-f3edfe) - Optional String<br>Interface Description. Description for this Interface
|
|
255
|
-
|
|
256
|
-
<a id="client-35134d"></a>• [`dhcp_client`](#client-35134d) - Optional Block<br>Enable this option
|
|
257
|
-
|
|
258
|
-
<a id="interface-f28fa7"></a>• [`ethernet_interface`](#interface-f28fa7) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-f28fa7) below.
|
|
259
|
-
|
|
260
|
-
<a id="config-cd50c5"></a>• [`ipv6_auto_config`](#config-cd50c5) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-cd50c5) below.
|
|
261
|
-
|
|
262
|
-
<a id="labels-188d84"></a>• [`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>• [`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>• [`monitor_disabled`](#disabled-428eab) - Optional Block<br>Enable this option
|
|
267
|
-
|
|
268
|
-
<a id="mtu-9ea6fa"></a>• [`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>• [`name`](#name-7539f0) - Optional String<br>Interface Name. Name of this Interface
|
|
271
|
-
|
|
272
|
-
<a id="option-4d9fd7"></a>• [`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>• [`no_ipv4_address`](#address-95964e) - Optional Block<br>Enable this option
|
|
275
|
-
|
|
276
|
-
<a id="address-b6fb0a"></a>• [`no_ipv6_address`](#address-b6fb0a) - Optional Block<br>Enable this option
|
|
277
|
-
|
|
278
|
-
<a id="priority-a786bf"></a>• [`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>• [`site_to_site_connectivity_interface_disabled`](#disabled-1942d4) - Optional Block<br>Enable this option
|
|
281
|
-
|
|
282
|
-
<a id="enabled-850dad"></a>• [`site_to_site_connectivity_interface_enabled`](#enabled-850dad) - Optional Block<br>Enable this option
|
|
283
|
-
|
|
284
|
-
<a id="static-ip-f224ff"></a>• [`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>• [`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>• [`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>• [`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>• [`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>• [`hostname`](#azure-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
|
|
379
|
-
|
|
380
|
-
<a id="list-f42e50"></a>• [`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>• [`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>• [`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>• [`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>• [`description_spec`](#spec-4b4de9) - Optional String<br>Interface Description. Description for this Interface
|
|
393
|
-
|
|
394
|
-
<a id="client-b5ac25"></a>• [`dhcp_client`](#client-b5ac25) - Optional Block<br>Enable this option
|
|
395
|
-
|
|
396
|
-
<a id="interface-20c4ad"></a>• [`ethernet_interface`](#interface-20c4ad) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-20c4ad) below.
|
|
397
|
-
|
|
398
|
-
<a id="config-cc5378"></a>• [`ipv6_auto_config`](#config-cc5378) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-cc5378) below.
|
|
399
|
-
|
|
400
|
-
<a id="labels-e2a4c4"></a>• [`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>• [`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>• [`monitor_disabled`](#disabled-7aa1a9) - Optional Block<br>Enable this option
|
|
405
|
-
|
|
406
|
-
<a id="mtu-bfeae5"></a>• [`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>• [`name`](#name-34ce39) - Optional String<br>Interface Name. Name of this Interface
|
|
409
|
-
|
|
410
|
-
<a id="option-e15a34"></a>• [`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>• [`no_ipv4_address`](#address-087ea1) - Optional Block<br>Enable this option
|
|
413
|
-
|
|
414
|
-
<a id="address-c7425d"></a>• [`no_ipv6_address`](#address-c7425d) - Optional Block<br>Enable this option
|
|
415
|
-
|
|
416
|
-
<a id="priority-0e03ad"></a>• [`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>• [`site_to_site_connectivity_interface_disabled`](#disabled-34b2d0) - Optional Block<br>Enable this option
|
|
419
|
-
|
|
420
|
-
<a id="enabled-453c17"></a>• [`site_to_site_connectivity_interface_enabled`](#enabled-453c17) - Optional Block<br>Enable this option
|
|
421
|
-
|
|
422
|
-
<a id="static-ip-4b0611"></a>• [`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>• [`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>• [`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>• [`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>• [`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>• [`hostname`](#hostname-ff20c8) - Optional String<br>Hostname. Hostname for this Node
|
|
517
|
-
|
|
518
|
-
<a id="list-30e058"></a>• [`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>• [`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>• [`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>• [`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>• [`description_spec`](#spec-b7ed1b) - Optional String<br>Interface Description. Description for this Interface
|
|
531
|
-
|
|
532
|
-
<a id="client-829bf8"></a>• [`dhcp_client`](#client-829bf8) - Optional Block<br>Enable this option
|
|
533
|
-
|
|
534
|
-
<a id="interface-3933d2"></a>• [`ethernet_interface`](#interface-3933d2) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-3933d2) below.
|
|
535
|
-
|
|
536
|
-
<a id="config-88a239"></a>• [`ipv6_auto_config`](#config-88a239) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-88a239) below.
|
|
537
|
-
|
|
538
|
-
<a id="labels-816fbc"></a>• [`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>• [`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>• [`monitor_disabled`](#disabled-1756b3) - Optional Block<br>Enable this option
|
|
543
|
-
|
|
544
|
-
<a id="mtu-2d7f6c"></a>• [`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>• [`name`](#name-8c8a3d) - Optional String<br>Interface Name. Name of this Interface
|
|
547
|
-
|
|
548
|
-
<a id="option-ad2bbb"></a>• [`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>• [`no_ipv4_address`](#address-ac89d0) - Optional Block<br>Enable this option
|
|
551
|
-
|
|
552
|
-
<a id="address-b8923c"></a>• [`no_ipv6_address`](#address-b8923c) - Optional Block<br>Enable this option
|
|
553
|
-
|
|
554
|
-
<a id="priority-d77987"></a>• [`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>• [`site_to_site_connectivity_interface_disabled`](#disabled-309cd0) - Optional Block<br>Enable this option
|
|
557
|
-
|
|
558
|
-
<a id="enabled-832872"></a>• [`site_to_site_connectivity_interface_enabled`](#enabled-832872) - Optional Block<br>Enable this option
|
|
559
|
-
|
|
560
|
-
<a id="static-ip-9bad70"></a>• [`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>• [`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>• [`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>• [`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>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Enable this option
|
|
649
|
-
|
|
650
|
-
<a id="type-808ec9"></a>• [`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>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
|
|
653
|
-
|
|
654
|
-
<a id="interface-e57e21"></a>• [`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>• [`disable_re_tunnel`](#custom-proxy-disable-re-tunnel) - Optional Block<br>Enable this option
|
|
661
|
-
|
|
662
|
-
<a id="custom-proxy-enable-re-tunnel"></a>• [`enable_re_tunnel`](#custom-proxy-enable-re-tunnel) - Optional Block<br>Enable this option
|
|
663
|
-
|
|
664
|
-
<a id="custom-proxy-password"></a>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`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>• [`hostname`](#equinix-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
|
|
765
|
-
|
|
766
|
-
<a id="list-3a9b82"></a>• [`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>• [`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>• [`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>• [`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>• [`description_spec`](#spec-d32b48) - Optional String<br>Interface Description. Description for this Interface
|
|
779
|
-
|
|
780
|
-
<a id="client-c83f23"></a>• [`dhcp_client`](#client-c83f23) - Optional Block<br>Enable this option
|
|
781
|
-
|
|
782
|
-
<a id="interface-a2d3e0"></a>• [`ethernet_interface`](#interface-a2d3e0) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-a2d3e0) below.
|
|
783
|
-
|
|
784
|
-
<a id="config-96da89"></a>• [`ipv6_auto_config`](#config-96da89) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-96da89) below.
|
|
785
|
-
|
|
786
|
-
<a id="labels-718666"></a>• [`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>• [`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>• [`monitor_disabled`](#disabled-5d3350) - Optional Block<br>Enable this option
|
|
791
|
-
|
|
792
|
-
<a id="mtu-80c067"></a>• [`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>• [`name`](#name-5f1c00) - Optional String<br>Interface Name. Name of this Interface
|
|
795
|
-
|
|
796
|
-
<a id="option-1659e3"></a>• [`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>• [`no_ipv4_address`](#address-e9c2b1) - Optional Block<br>Enable this option
|
|
799
|
-
|
|
800
|
-
<a id="address-278ecf"></a>• [`no_ipv6_address`](#address-278ecf) - Optional Block<br>Enable this option
|
|
801
|
-
|
|
802
|
-
<a id="priority-8326e4"></a>• [`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>• [`site_to_site_connectivity_interface_disabled`](#disabled-381ac6) - Optional Block<br>Enable this option
|
|
805
|
-
|
|
806
|
-
<a id="enabled-ea35c6"></a>• [`site_to_site_connectivity_interface_enabled`](#enabled-ea35c6) - Optional Block<br>Enable this option
|
|
807
|
-
|
|
808
|
-
<a id="static-ip-bfc08c"></a>• [`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>• [`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>• [`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>• [`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>• [`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>• [`hostname`](#gcp-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
|
|
903
|
-
|
|
904
|
-
<a id="list-2f49ff"></a>• [`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>• [`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>• [`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>• [`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>• [`description_spec`](#spec-801a55) - Optional String<br>Interface Description. Description for this Interface
|
|
917
|
-
|
|
918
|
-
<a id="client-649578"></a>• [`dhcp_client`](#client-649578) - Optional Block<br>Enable this option
|
|
919
|
-
|
|
920
|
-
<a id="interface-fa1d2a"></a>• [`ethernet_interface`](#interface-fa1d2a) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-fa1d2a) below.
|
|
921
|
-
|
|
922
|
-
<a id="config-881893"></a>• [`ipv6_auto_config`](#config-881893) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-881893) below.
|
|
923
|
-
|
|
924
|
-
<a id="labels-43ee17"></a>• [`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>• [`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>• [`monitor_disabled`](#disabled-33388b) - Optional Block<br>Enable this option
|
|
929
|
-
|
|
930
|
-
<a id="mtu-46e579"></a>• [`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>• [`name`](#name-fc5cd2) - Optional String<br>Interface Name. Name of this Interface
|
|
933
|
-
|
|
934
|
-
<a id="option-ca04ce"></a>• [`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>• [`no_ipv4_address`](#address-c52373) - Optional Block<br>Enable this option
|
|
937
|
-
|
|
938
|
-
<a id="address-40bebe"></a>• [`no_ipv6_address`](#address-40bebe) - Optional Block<br>Enable this option
|
|
939
|
-
|
|
940
|
-
<a id="priority-b17ea9"></a>• [`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>• [`site_to_site_connectivity_interface_disabled`](#disabled-45fbad) - Optional Block<br>Enable this option
|
|
943
|
-
|
|
944
|
-
<a id="enabled-b641ce"></a>• [`site_to_site_connectivity_interface_enabled`](#enabled-b641ce) - Optional Block<br>Enable this option
|
|
945
|
-
|
|
946
|
-
<a id="static-ip-b40b52"></a>• [`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>• [`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>• [`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.
|
|
76
|
+
<a id="address"></a>• [`address`](#address) - Optional String<br>Geographical Address. Site's geographical address that can be used to determine its latitude and longitude
|
|
995
77
|
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
<a id="deep-bd61fc"></a>Deeply nested **Map** block collapsed for readability.
|
|
999
|
-
|
|
1000
|
-
#### GCP Not Managed Node List Interface List Network Option
|
|
1001
|
-
|
|
1002
|
-
<a id="deep-8d0ef6"></a>Deeply nested **Option** block collapsed for readability.
|
|
1003
|
-
|
|
1004
|
-
#### GCP Not Managed Node List Interface List Static IP
|
|
1005
|
-
|
|
1006
|
-
<a id="deep-3a7f7a"></a>Deeply nested **IP** block collapsed for readability.
|
|
1007
|
-
|
|
1008
|
-
#### GCP Not Managed Node List Interface List Static IPv6 Address
|
|
1009
|
-
|
|
1010
|
-
<a id="deep-b9548b"></a>Deeply nested **Address** block collapsed for readability.
|
|
1011
|
-
|
|
1012
|
-
#### GCP Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
|
|
1013
|
-
|
|
1014
|
-
<a id="deep-164e2f"></a>Deeply nested **IP** block collapsed for readability.
|
|
1015
|
-
|
|
1016
|
-
#### GCP Not Managed Node List Interface List Static IPv6 Address Node Static IP
|
|
1017
|
-
|
|
1018
|
-
<a id="deep-39ec3e"></a>Deeply nested **IP** block collapsed for readability.
|
|
1019
|
-
|
|
1020
|
-
#### GCP Not Managed Node List Interface List VLAN Interface
|
|
1021
|
-
|
|
1022
|
-
<a id="deep-aef10c"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1023
|
-
|
|
1024
|
-
#### Kvm
|
|
1025
|
-
|
|
1026
|
-
A [`kvm`](#kvm) block supports the following:
|
|
1027
|
-
|
|
1028
|
-
<a id="kvm-not-managed"></a>• [`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.
|
|
1029
|
-
|
|
1030
|
-
#### Kvm Not Managed
|
|
1031
|
-
|
|
1032
|
-
A [`not_managed`](#kvm-not-managed) block (within [`kvm`](#kvm)) supports the following:
|
|
1033
|
-
|
|
1034
|
-
<a id="kvm-not-managed-node-list"></a>• [`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.
|
|
1035
|
-
|
|
1036
|
-
#### Kvm Not Managed Node List
|
|
1037
|
-
|
|
1038
|
-
A [`node_list`](#kvm-not-managed-node-list) block (within [`kvm.not_managed`](#kvm-not-managed)) supports the following:
|
|
1039
|
-
|
|
1040
|
-
<a id="kvm-not-managed-node-list-hostname"></a>• [`hostname`](#kvm-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
|
|
1041
|
-
|
|
1042
|
-
<a id="list-92338f"></a>• [`interface_list`](#list-92338f) - Optional Block<br>Interfaces. Manage interfaces belonging to this node<br>See [Interface List](#list-92338f) below.
|
|
1043
|
-
|
|
1044
|
-
<a id="kvm-not-managed-node-list-public-ip"></a>• [`public_ip`](#kvm-not-managed-node-list-public-ip) - Optional String<br>Public IP. Public IP for this Node
|
|
1045
|
-
|
|
1046
|
-
<a id="kvm-not-managed-node-list-type"></a>• [`type`](#kvm-not-managed-node-list-type) - Optional String<br>Type. Type for this Node, can be Control or Worker
|
|
1047
|
-
|
|
1048
|
-
#### Kvm Not Managed Node List Interface List
|
|
1049
|
-
|
|
1050
|
-
An [`interface_list`](#list-92338f) block (within [`kvm.not_managed.node_list`](#kvm-not-managed-node-list)) supports the following:
|
|
1051
|
-
|
|
1052
|
-
<a id="interface-e24728"></a>• [`bond_interface`](#interface-e24728) - Optional Block<br>Bond Device. Bond devices configuration for fleet<br>See [Bond Interface](#interface-e24728) below.
|
|
1053
|
-
|
|
1054
|
-
<a id="spec-c3f95c"></a>• [`description_spec`](#spec-c3f95c) - Optional String<br>Interface Description. Description for this Interface
|
|
1055
|
-
|
|
1056
|
-
<a id="client-59a349"></a>• [`dhcp_client`](#client-59a349) - Optional Block<br>Enable this option
|
|
1057
|
-
|
|
1058
|
-
<a id="interface-0aad1d"></a>• [`ethernet_interface`](#interface-0aad1d) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-0aad1d) below.
|
|
1059
|
-
|
|
1060
|
-
<a id="config-ab0775"></a>• [`ipv6_auto_config`](#config-ab0775) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-ab0775) below.
|
|
1061
|
-
|
|
1062
|
-
<a id="labels-36ae51"></a>• [`labels`](#labels-36ae51) - Optional Block<br>Interface Labels. Add Labels for this Interface, these labels can be used in firewall policy
|
|
1063
|
-
|
|
1064
|
-
<a id="monitor-1bfade"></a>• [`monitor`](#monitor-1bfade) - Optional Block<br>Link Quality Monitoring Configuration. Link Quality Monitoring configuration for a network interface
|
|
1065
|
-
|
|
1066
|
-
<a id="disabled-2ad250"></a>• [`monitor_disabled`](#disabled-2ad250) - Optional Block<br>Enable this option
|
|
1067
|
-
|
|
1068
|
-
<a id="mtu-d603a1"></a>• [`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
|
|
1069
|
-
|
|
1070
|
-
<a id="name-4d7867"></a>• [`name`](#name-4d7867) - Optional String<br>Interface Name. Name of this Interface
|
|
1071
|
-
|
|
1072
|
-
<a id="option-437c33"></a>• [`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.
|
|
1073
|
-
|
|
1074
|
-
<a id="address-4c9457"></a>• [`no_ipv4_address`](#address-4c9457) - Optional Block<br>Enable this option
|
|
1075
|
-
|
|
1076
|
-
<a id="address-e9ec91"></a>• [`no_ipv6_address`](#address-e9ec91) - Optional Block<br>Enable this option
|
|
1077
|
-
|
|
1078
|
-
<a id="priority-931ade"></a>• [`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
|
|
1079
|
-
|
|
1080
|
-
<a id="disabled-320aad"></a>• [`site_to_site_connectivity_interface_disabled`](#disabled-320aad) - Optional Block<br>Enable this option
|
|
1081
|
-
|
|
1082
|
-
<a id="enabled-390b0a"></a>• [`site_to_site_connectivity_interface_enabled`](#enabled-390b0a) - Optional Block<br>Enable this option
|
|
1083
|
-
|
|
1084
|
-
<a id="static-ip-f20c45"></a>• [`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.
|
|
1085
|
-
|
|
1086
|
-
<a id="address-41524b"></a>• [`static_ipv6_address`](#address-41524b) - Optional Block<br>Static IP Parameters. Configure Static IP parameters<br>See [Static IPv6 Address](#address-41524b) below.
|
|
1087
|
-
|
|
1088
|
-
<a id="interface-5ffabb"></a>• [`vlan_interface`](#interface-5ffabb) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-5ffabb) below.
|
|
1089
|
-
|
|
1090
|
-
#### Kvm Not Managed Node List Interface List Bond Interface
|
|
1091
|
-
|
|
1092
|
-
<a id="deep-fc631b"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1093
|
-
|
|
1094
|
-
#### Kvm Not Managed Node List Interface List Bond Interface Lacp
|
|
1095
|
-
|
|
1096
|
-
<a id="deep-1326df"></a>Deeply nested **Lacp** block collapsed for readability.
|
|
1097
|
-
|
|
1098
|
-
#### Kvm Not Managed Node List Interface List Ethernet Interface
|
|
1099
|
-
|
|
1100
|
-
<a id="deep-6ad367"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1101
|
-
|
|
1102
|
-
#### Kvm Not Managed Node List Interface List IPv6 Auto Config
|
|
1103
|
-
|
|
1104
|
-
<a id="deep-c39ea2"></a>Deeply nested **Config** block collapsed for readability.
|
|
1105
|
-
|
|
1106
|
-
#### Kvm Not Managed Node List Interface List IPv6 Auto Config Router
|
|
1107
|
-
|
|
1108
|
-
<a id="deep-ef2730"></a>Deeply nested **Router** block collapsed for readability.
|
|
1109
|
-
|
|
1110
|
-
#### Kvm Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
|
|
1111
|
-
|
|
1112
|
-
<a id="deep-1c527f"></a>Deeply nested **Config** block collapsed for readability.
|
|
78
|
+
-> **One of the following:**
|
|
79
|
+
• <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.
|
|
1113
80
|
|
|
1114
|
-
|
|
81
|
+
-> **One of the following:**
|
|
82
|
+
• <a id="bond-device-list"></a>[`bond_device_list`](#bond-device-list) - Optional Block<br>Bond Devices List. List of bond devices for this fleet<br>See [Bond Device List](#bond-device-list) below for details.
|
|
1115
83
|
|
|
1116
|
-
<a id="
|
|
84
|
+
<a id="coordinates"></a>• [`coordinates`](#coordinates) - Optional Block<br>Site Coordinates. Coordinates of the site which provides the site physical location<br>See [Coordinates](#coordinates) below for details.
|
|
1117
85
|
|
|
1118
|
-
|
|
86
|
+
-> **One of the following:**
|
|
87
|
+
• <a id="custom-network-config"></a>[`custom_network_config`](#custom-network-config) - Optional Block<br>SmsNetworkConfiguration<br>See [Custom Network Config](#custom-network-config) below for details.
|
|
1119
88
|
|
|
1120
|
-
<a id="
|
|
89
|
+
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>Enable this option
|
|
1121
90
|
|
|
1122
|
-
|
|
91
|
+
<a id="default-network-config"></a>• [`default_network_config`](#default-network-config) - Optional Block<br>Enable this option
|
|
1123
92
|
|
|
1124
|
-
<a id="
|
|
93
|
+
<a id="kubernetes-upgrade-drain"></a>• [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) - Optional Block<br>Node by Node Upgrade. Specify how worker nodes within a site will be upgraded
|
|
1125
94
|
|
|
1126
|
-
|
|
95
|
+
-> **One of the following:**
|
|
96
|
+
• <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>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Enable this option
|
|
1127
98
|
|
|
1128
|
-
<a id="
|
|
99
|
+
<a id="master-node-configuration"></a>• [`master_node_configuration`](#master-node-configuration) - Optional Block<br>Master Nodes. Configuration of master nodes
|
|
1129
100
|
|
|
1130
|
-
|
|
101
|
+
<a id="no-bond-devices"></a>• [`no_bond_devices`](#no-bond-devices) - Optional Block<br>Enable this option
|
|
1131
102
|
|
|
1132
|
-
<a id="
|
|
103
|
+
<a id="offline-survivability-mode"></a>• [`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
|
|
1133
104
|
|
|
1134
|
-
|
|
105
|
+
<a id="os"></a>• [`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
|
|
1135
106
|
|
|
1136
|
-
<a id="
|
|
107
|
+
<a id="performance-enhancement-mode"></a>• [`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
|
|
1137
108
|
|
|
1138
|
-
|
|
109
|
+
<a id="sw"></a>• [`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
|
|
1139
110
|
|
|
1140
|
-
<a id="
|
|
111
|
+
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block
|
|
1141
112
|
|
|
1142
|
-
|
|
113
|
+
<a id="volterra-certified-hw"></a>• [`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
|
|
1143
114
|
|
|
1144
|
-
<a id="
|
|
115
|
+
<a id="worker-nodes"></a>• [`worker_nodes`](#worker-nodes) - Optional List<br>Worker Nodes. Names of worker nodes
|
|
1145
116
|
|
|
1146
|
-
|
|
117
|
+
### Attributes Reference
|
|
1147
118
|
|
|
1148
|
-
|
|
119
|
+
In addition to all arguments above, the following attributes are exported:
|
|
1149
120
|
|
|
1150
|
-
|
|
121
|
+
<a id="id"></a>• [`id`](#id) - Optional String<br>Unique identifier for the resource
|
|
1151
122
|
|
|
1152
|
-
|
|
123
|
+
---
|
|
1153
124
|
|
|
1154
|
-
####
|
|
125
|
+
#### Blocked Services
|
|
1155
126
|
|
|
1156
|
-
|
|
127
|
+
A [`blocked_services`](#blocked-services) block supports the following:
|
|
1157
128
|
|
|
1158
|
-
|
|
129
|
+
<a id="blocked-services-blocked-sevice"></a>• [`blocked_sevice`](#blocked-services-blocked-sevice) - Optional Block<br>Disable Node Local Services. Blocking or denial configuration<br>See [Blocked Sevice](#blocked-services-blocked-sevice) below.
|
|
1159
130
|
|
|
1160
|
-
|
|
131
|
+
#### Blocked Services Blocked Sevice
|
|
1161
132
|
|
|
1162
|
-
|
|
133
|
+
A [`blocked_sevice`](#blocked-services-blocked-sevice) block (within [`blocked_services`](#blocked-services)) supports the following:
|
|
1163
134
|
|
|
1164
|
-
|
|
135
|
+
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Enable this option
|
|
1165
136
|
|
|
1166
|
-
<a id="
|
|
137
|
+
<a id="type-808ec9"></a>• [`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
|
|
1167
138
|
|
|
1168
|
-
|
|
139
|
+
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
|
|
1169
140
|
|
|
1170
|
-
|
|
141
|
+
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>Enable this option
|
|
1171
142
|
|
|
1172
|
-
|
|
143
|
+
#### Bond Device List
|
|
1173
144
|
|
|
1174
|
-
|
|
145
|
+
A [`bond_device_list`](#bond-device-list) block supports the following:
|
|
1175
146
|
|
|
1176
|
-
<a id="
|
|
147
|
+
<a id="bond-device-list-bond-devices"></a>• [`bond_devices`](#bond-device-list-bond-devices) - Optional Block<br>Bond Devices. List of bond devices<br>See [Bond Devices](#bond-device-list-bond-devices) below.
|
|
1177
148
|
|
|
1178
|
-
|
|
149
|
+
#### Bond Device List Bond Devices
|
|
1179
150
|
|
|
1180
|
-
|
|
151
|
+
A [`bond_devices`](#bond-device-list-bond-devices) block (within [`bond_device_list`](#bond-device-list)) supports the following:
|
|
1181
152
|
|
|
1182
|
-
|
|
153
|
+
<a id="backup-c22794"></a>• [`active_backup`](#backup-c22794) - Optional Block<br>Enable this option
|
|
1183
154
|
|
|
1184
|
-
<a id="
|
|
155
|
+
<a id="bond-device-list-bond-devices-devices"></a>• [`devices`](#bond-device-list-bond-devices-devices) - Optional List<br>Member Ethernet Devices. Ethernet devices that will make up this bond
|
|
1185
156
|
|
|
1186
|
-
<a id="
|
|
157
|
+
<a id="bond-device-list-bond-devices-lacp"></a>• [`lacp`](#bond-device-list-bond-devices-lacp) - Optional Block<br>LACP parameters. LACP parameters for the bond device<br>See [Lacp](#bond-device-list-bond-devices-lacp) below.
|
|
1187
158
|
|
|
1188
|
-
<a id="
|
|
159
|
+
<a id="interval-0b4c96"></a>• [`link_polling_interval`](#interval-0b4c96) - Optional Number<br>Link Polling Interval. Link polling interval in milliseconds
|
|
1189
160
|
|
|
1190
|
-
<a id="
|
|
161
|
+
<a id="delay-b1200b"></a>• [`link_up_delay`](#delay-b1200b) - Optional Number<br>Link Up Delay. Milliseconds wait before link is declared up
|
|
1191
162
|
|
|
1192
|
-
<a id="
|
|
163
|
+
<a id="bond-device-list-bond-devices-name"></a>• [`name`](#bond-device-list-bond-devices-name) - Optional String<br>Bond Device Name. Name for the Bond. Ex 'bond0'
|
|
1193
164
|
|
|
1194
|
-
|
|
165
|
+
#### Bond Device List Bond Devices Lacp
|
|
1195
166
|
|
|
1196
|
-
|
|
167
|
+
A [`lacp`](#bond-device-list-bond-devices-lacp) block (within [`bond_device_list.bond_devices`](#bond-device-list-bond-devices)) supports the following:
|
|
1197
168
|
|
|
1198
|
-
|
|
169
|
+
<a id="bond-device-list-bond-devices-lacp-rate"></a>• [`rate`](#bond-device-list-bond-devices-lacp-rate) - Optional Number<br>LACP Packet Interval. Interval in seconds to transmit LACP packets
|
|
1199
170
|
|
|
1200
|
-
|
|
171
|
+
#### Coordinates
|
|
1201
172
|
|
|
1202
|
-
|
|
173
|
+
A [`coordinates`](#coordinates) block supports the following:
|
|
1203
174
|
|
|
1204
|
-
|
|
175
|
+
<a id="coordinates-latitude"></a>• [`latitude`](#coordinates-latitude) - Optional Number<br>Latitude. Latitude of the site location
|
|
1205
176
|
|
|
1206
|
-
<a id="
|
|
177
|
+
<a id="coordinates-longitude"></a>• [`longitude`](#coordinates-longitude) - Optional Number<br>Longitude. Longitude of site location
|
|
1207
178
|
|
|
1208
|
-
####
|
|
179
|
+
#### Custom Network Config
|
|
1209
180
|
|
|
1210
|
-
|
|
181
|
+
A [`custom_network_config`](#custom-network-config) block supports the following:
|
|
1211
182
|
|
|
1212
|
-
|
|
183
|
+
<a id="policies-c4c984"></a>• [`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.
|
|
1213
184
|
|
|
1214
|
-
<a id="
|
|
185
|
+
<a id="policies-fbbf75"></a>• [`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.
|
|
1215
186
|
|
|
1216
|
-
|
|
187
|
+
<a id="policies-e8cb6b"></a>• [`active_network_policies`](#policies-e8cb6b) - Optional Block<br>Active Firewall Policies Type. List of firewall policy views<br>See [Active Network Policies](#policies-e8cb6b) below.
|
|
1217
188
|
|
|
1218
|
-
<a id="
|
|
189
|
+
<a id="custom-network-config-default-config"></a>• [`default_config`](#custom-network-config-default-config) - Optional Block<br>Enable this option
|
|
1219
190
|
|
|
1220
|
-
|
|
191
|
+
<a id="config-226341"></a>• [`default_interface_config`](#config-226341) - Optional Block<br>Enable this option
|
|
1221
192
|
|
|
1222
|
-
|
|
193
|
+
<a id="config-ac20e7"></a>• [`default_sli_config`](#config-ac20e7) - Optional Block<br>Enable this option
|
|
1223
194
|
|
|
1224
|
-
<a id="
|
|
195
|
+
<a id="all-1d28e8"></a>• [`forward_proxy_allow_all`](#all-1d28e8) - Optional Block<br>Enable this option
|
|
1225
196
|
|
|
1226
|
-
|
|
197
|
+
<a id="list-452116"></a>• [`global_network_list`](#list-452116) - Optional Block<br>Global Network Connection List. List of global network connections<br>See [Global Network List](#list-452116) below.
|
|
1227
198
|
|
|
1228
|
-
<a id="
|
|
199
|
+
<a id="custom-network-config-interface-list"></a>• [`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.
|
|
1229
200
|
|
|
1230
|
-
|
|
201
|
+
<a id="custom-network-config-no-forward-proxy"></a>• [`no_forward_proxy`](#custom-network-config-no-forward-proxy) - Optional Block<br>Enable this option
|
|
1231
202
|
|
|
1232
|
-
<a id="
|
|
203
|
+
<a id="custom-network-config-no-global-network"></a>• [`no_global_network`](#custom-network-config-no-global-network) - Optional Block<br>Enable this option
|
|
1233
204
|
|
|
1234
|
-
|
|
205
|
+
<a id="custom-network-config-no-network-policy"></a>• [`no_network_policy`](#custom-network-config-no-network-policy) - Optional Block<br>Enable this option
|
|
1235
206
|
|
|
1236
|
-
<a id="
|
|
207
|
+
<a id="custom-network-config-sli-config"></a>• [`sli_config`](#custom-network-config-sli-config) - Optional Block<br>Site Local Network Configuration. Site local network configuration<br>See [SLI Config](#custom-network-config-sli-config) below.
|
|
1237
208
|
|
|
1238
|
-
|
|
209
|
+
<a id="custom-network-config-slo-config"></a>• [`slo_config`](#custom-network-config-slo-config) - Optional Block<br>Site Local Network Configuration. Site local network configuration<br>See [Slo Config](#custom-network-config-slo-config) below.
|
|
1239
210
|
|
|
1240
|
-
<a id="
|
|
211
|
+
<a id="public-ip-5fd49f"></a>• [`sm_connection_public_ip`](#public-ip-5fd49f) - Optional Block<br>Enable this option
|
|
1241
212
|
|
|
1242
|
-
|
|
213
|
+
<a id="pvt-ip-892ce0"></a>• [`sm_connection_pvt_ip`](#pvt-ip-892ce0) - Optional Block<br>Enable this option
|
|
1243
214
|
|
|
1244
|
-
|
|
215
|
+
<a id="timeout-1607a1"></a>• [`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
|
|
1245
216
|
|
|
1246
|
-
<a id="
|
|
217
|
+
<a id="custom-network-config-vip-vrrp-mode"></a>• [`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
|
|
1247
218
|
|
|
1248
|
-
|
|
219
|
+
#### Custom Network Config Active Enhanced Firewall Policies
|
|
1249
220
|
|
|
1250
|
-
|
|
221
|
+
An [`active_enhanced_firewall_policies`](#policies-c4c984) block (within [`custom_network_config`](#custom-network-config)) supports the following:
|
|
1251
222
|
|
|
1252
|
-
<a id="
|
|
223
|
+
<a id="policies-d28848"></a>• [`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.
|
|
1253
224
|
|
|
1254
|
-
|
|
225
|
+
#### Custom Network Config Active Enhanced Firewall Policies Enhanced Firewall Policies
|
|
1255
226
|
|
|
1256
|
-
<a id="
|
|
227
|
+
<a id="deep-d2a5f1"></a>Deeply nested **Policies** block collapsed for readability.
|
|
1257
228
|
|
|
1258
|
-
|
|
229
|
+
#### Custom Network Config Active Forward Proxy Policies
|
|
1259
230
|
|
|
1260
|
-
|
|
231
|
+
An [`active_forward_proxy_policies`](#policies-fbbf75) block (within [`custom_network_config`](#custom-network-config)) supports the following:
|
|
1261
232
|
|
|
1262
|
-
|
|
233
|
+
<a id="policies-3c82d8"></a>• [`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.
|
|
1263
234
|
|
|
1264
|
-
|
|
235
|
+
#### Custom Network Config Active Forward Proxy Policies Forward Proxy Policies
|
|
1265
236
|
|
|
1266
|
-
|
|
237
|
+
<a id="deep-2a9750"></a>Deeply nested **Policies** block collapsed for readability.
|
|
1267
238
|
|
|
1268
|
-
|
|
239
|
+
#### Custom Network Config Active Network Policies
|
|
1269
240
|
|
|
1270
|
-
|
|
241
|
+
An [`active_network_policies`](#policies-e8cb6b) block (within [`custom_network_config`](#custom-network-config)) supports the following:
|
|
1271
242
|
|
|
1272
|
-
<a id="
|
|
243
|
+
<a id="policies-461fea"></a>• [`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.
|
|
1273
244
|
|
|
1274
|
-
####
|
|
245
|
+
#### Custom Network Config Active Network Policies Network Policies
|
|
1275
246
|
|
|
1276
|
-
<a id="deep-
|
|
247
|
+
<a id="deep-6de48c"></a>Deeply nested **Policies** block collapsed for readability.
|
|
1277
248
|
|
|
1278
|
-
####
|
|
249
|
+
#### Custom Network Config Global Network List
|
|
1279
250
|
|
|
1280
|
-
|
|
251
|
+
A [`global_network_list`](#list-452116) block (within [`custom_network_config`](#custom-network-config)) supports the following:
|
|
1281
252
|
|
|
1282
|
-
|
|
253
|
+
<a id="connections-1d58e6"></a>• [`global_network_connections`](#connections-1d58e6) - Optional Block<br>Global Network Connections. Global network connections<br>See [Global Network Connections](#connections-1d58e6) below.
|
|
1283
254
|
|
|
1284
|
-
|
|
255
|
+
#### Custom Network Config Global Network List Global Network Connections
|
|
1285
256
|
|
|
1286
|
-
<a id="
|
|
257
|
+
<a id="deep-be6603"></a>Deeply nested **Connections** block collapsed for readability.
|
|
1287
258
|
|
|
1288
|
-
####
|
|
259
|
+
#### Custom Network Config Global Network List Global Network Connections SLI To Global DR
|
|
1289
260
|
|
|
1290
|
-
<a id="deep-
|
|
261
|
+
<a id="deep-9b64ff"></a>Deeply nested **DR** block collapsed for readability.
|
|
1291
262
|
|
|
1292
|
-
####
|
|
263
|
+
#### Custom Network Config Global Network List Global Network Connections SLI To Global DR Global Vn
|
|
1293
264
|
|
|
1294
|
-
<a id="deep-
|
|
265
|
+
<a id="deep-811bd6"></a>Deeply nested **Vn** block collapsed for readability.
|
|
1295
266
|
|
|
1296
|
-
####
|
|
267
|
+
#### Custom Network Config Global Network List Global Network Connections Slo To Global DR
|
|
1297
268
|
|
|
1298
|
-
<a id="deep-
|
|
269
|
+
<a id="deep-32aa3f"></a>Deeply nested **DR** block collapsed for readability.
|
|
1299
270
|
|
|
1300
|
-
####
|
|
271
|
+
#### Custom Network Config Global Network List Global Network Connections Slo To Global DR Global Vn
|
|
1301
272
|
|
|
1302
|
-
<a id="deep-
|
|
273
|
+
<a id="deep-e7b054"></a>Deeply nested **Vn** block collapsed for readability.
|
|
1303
274
|
|
|
1304
|
-
####
|
|
275
|
+
#### Custom Network Config Interface List
|
|
1305
276
|
|
|
1306
|
-
|
|
277
|
+
An [`interface_list`](#custom-network-config-interface-list) block (within [`custom_network_config`](#custom-network-config)) supports the following:
|
|
1307
278
|
|
|
1308
|
-
<a id="
|
|
279
|
+
<a id="interfaces-e1b75d"></a>• [`interfaces`](#interfaces-e1b75d) - Optional Block<br>List of Interface. Configure network interfaces for this Secure Mesh site<br>See [Interfaces](#interfaces-e1b75d) below.
|
|
1309
280
|
|
|
1310
|
-
|
|
281
|
+
#### Custom Network Config Interface List Interfaces
|
|
1311
282
|
|
|
1312
|
-
|
|
283
|
+
An [`interfaces`](#interfaces-e1b75d) block (within [`custom_network_config.interface_list`](#custom-network-config-interface-list)) supports the following:
|
|
1313
284
|
|
|
1314
|
-
|
|
285
|
+
<a id="disabled-8e6c58"></a>• [`dc_cluster_group_connectivity_interface_disabled`](#disabled-8e6c58) - Optional Block<br>Enable this option
|
|
1315
286
|
|
|
1316
|
-
|
|
287
|
+
<a id="enabled-976919"></a>• [`dc_cluster_group_connectivity_interface_enabled`](#enabled-976919) - Optional Block<br>Enable this option
|
|
1317
288
|
|
|
1318
|
-
<a id="
|
|
289
|
+
<a id="interface-5e9f68"></a>• [`dedicated_interface`](#interface-5e9f68) - Optional Block<br>Dedicated Interface. Dedicated Interface Configuration<br>See [Dedicated Interface](#interface-5e9f68) below.
|
|
1319
290
|
|
|
1320
|
-
|
|
291
|
+
<a id="interface-a7c718"></a>• [`dedicated_management_interface`](#interface-a7c718) - Optional Block<br>Dedicated Management Interface. Dedicated Interface Configuration<br>See [Dedicated Management Interface](#interface-a7c718) below.
|
|
1321
292
|
|
|
1322
|
-
|
|
293
|
+
<a id="spec-5c5d10"></a>• [`description_spec`](#spec-5c5d10) - Optional String<br>Interface Description. Description for this Interface
|
|
1323
294
|
|
|
1324
|
-
<a id="
|
|
295
|
+
<a id="interface-40e35f"></a>• [`ethernet_interface`](#interface-40e35f) - Optional Block<br>Ethernet Interface. Ethernet Interface Configuration<br>See [Ethernet Interface](#interface-40e35f) below.
|
|
1325
296
|
|
|
1326
|
-
|
|
297
|
+
<a id="labels-eb9e14"></a>• [`labels`](#labels-eb9e14) - Optional Block<br>Interface Labels. Add Labels for this Interface, these labels can be used in firewall policy
|
|
1327
298
|
|
|
1328
|
-
|
|
299
|
+
#### Custom Network Config Interface List Interfaces Dedicated Interface
|
|
1329
300
|
|
|
1330
|
-
<a id="
|
|
301
|
+
<a id="deep-e9e120"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1331
302
|
|
|
1332
|
-
|
|
303
|
+
#### Custom Network Config Interface List Interfaces Dedicated Management Interface
|
|
1333
304
|
|
|
1334
|
-
<a id="
|
|
305
|
+
<a id="deep-fe54f2"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1335
306
|
|
|
1336
|
-
|
|
307
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface
|
|
1337
308
|
|
|
1338
|
-
|
|
309
|
+
<a id="deep-155d07"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1339
310
|
|
|
1340
|
-
|
|
311
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server
|
|
1341
312
|
|
|
1342
|
-
<a id="
|
|
313
|
+
<a id="deep-c00b69"></a>Deeply nested **Server** block collapsed for readability.
|
|
1343
314
|
|
|
1344
|
-
|
|
315
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server DHCP Networks
|
|
1345
316
|
|
|
1346
|
-
<a id="
|
|
317
|
+
<a id="deep-bf31a8"></a>Deeply nested **Networks** block collapsed for readability.
|
|
1347
318
|
|
|
1348
|
-
|
|
319
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server DHCP Networks Pools
|
|
1349
320
|
|
|
1350
|
-
<a id="
|
|
321
|
+
<a id="deep-904e69"></a>Deeply nested **Pools** block collapsed for readability.
|
|
1351
322
|
|
|
1352
|
-
|
|
323
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface DHCP Server Interface IP Map
|
|
1353
324
|
|
|
1354
|
-
<a id="
|
|
325
|
+
<a id="deep-ff4e59"></a>Deeply nested **Map** block collapsed for readability.
|
|
1355
326
|
|
|
1356
|
-
|
|
327
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config
|
|
1357
328
|
|
|
1358
|
-
<a id="
|
|
329
|
+
<a id="deep-606ad3"></a>Deeply nested **Config** block collapsed for readability.
|
|
1359
330
|
|
|
1360
|
-
|
|
331
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router
|
|
1361
332
|
|
|
1362
|
-
<a id="
|
|
333
|
+
<a id="deep-b3aca4"></a>Deeply nested **Router** block collapsed for readability.
|
|
1363
334
|
|
|
1364
|
-
|
|
335
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config
|
|
1365
336
|
|
|
1366
|
-
<a id="
|
|
337
|
+
<a id="deep-305937"></a>Deeply nested **Config** block collapsed for readability.
|
|
1367
338
|
|
|
1368
|
-
|
|
339
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config Configured List
|
|
1369
340
|
|
|
1370
|
-
<a id="
|
|
341
|
+
<a id="deep-de36d1"></a>Deeply nested **List** block collapsed for readability.
|
|
1371
342
|
|
|
1372
|
-
|
|
343
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router DNS Config Local DNS
|
|
1373
344
|
|
|
1374
|
-
<a id="
|
|
345
|
+
<a id="deep-33d01b"></a>Deeply nested **DNS** block collapsed for readability.
|
|
1375
346
|
|
|
1376
|
-
|
|
347
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful
|
|
1377
348
|
|
|
1378
|
-
<a id="
|
|
349
|
+
<a id="deep-52248e"></a>Deeply nested **Stateful** block collapsed for readability.
|
|
1379
350
|
|
|
1380
|
-
####
|
|
351
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful DHCP Networks
|
|
1381
352
|
|
|
1382
|
-
<a id="deep-
|
|
353
|
+
<a id="deep-e99cbf"></a>Deeply nested **Networks** block collapsed for readability.
|
|
1383
354
|
|
|
1384
|
-
####
|
|
355
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful DHCP Networks Pools
|
|
1385
356
|
|
|
1386
|
-
<a id="deep-
|
|
357
|
+
<a id="deep-fd529f"></a>Deeply nested **Pools** block collapsed for readability.
|
|
1387
358
|
|
|
1388
|
-
####
|
|
359
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface IPv6 Auto Config Router Stateful Interface IP Map
|
|
1389
360
|
|
|
1390
|
-
<a id="deep-
|
|
361
|
+
<a id="deep-15168d"></a>Deeply nested **Map** block collapsed for readability.
|
|
1391
362
|
|
|
1392
|
-
####
|
|
363
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface Static IP
|
|
1393
364
|
|
|
1394
|
-
<a id="deep-
|
|
365
|
+
<a id="deep-0f1737"></a>Deeply nested **IP** block collapsed for readability.
|
|
1395
366
|
|
|
1396
|
-
####
|
|
367
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface Static IP Cluster Static IP
|
|
1397
368
|
|
|
1398
|
-
<a id="deep-
|
|
369
|
+
<a id="deep-34de63"></a>Deeply nested **IP** block collapsed for readability.
|
|
1399
370
|
|
|
1400
|
-
####
|
|
371
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface Static IP Node Static IP
|
|
1401
372
|
|
|
1402
|
-
<a id="deep-
|
|
373
|
+
<a id="deep-99b20e"></a>Deeply nested **IP** block collapsed for readability.
|
|
1403
374
|
|
|
1404
|
-
####
|
|
375
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address
|
|
1405
376
|
|
|
1406
|
-
<a id="deep-
|
|
377
|
+
<a id="deep-7525c4"></a>Deeply nested **Address** block collapsed for readability.
|
|
1407
378
|
|
|
1408
|
-
####
|
|
379
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address Cluster Static IP
|
|
1409
380
|
|
|
1410
|
-
<a id="deep-
|
|
381
|
+
<a id="deep-fbb4ee"></a>Deeply nested **IP** block collapsed for readability.
|
|
1411
382
|
|
|
1412
|
-
####
|
|
383
|
+
#### Custom Network Config Interface List Interfaces Ethernet Interface Static IPv6 Address Node Static IP
|
|
1413
384
|
|
|
1414
|
-
<a id="deep-
|
|
385
|
+
<a id="deep-be6bf5"></a>Deeply nested **IP** block collapsed for readability.
|
|
1415
386
|
|
|
1416
|
-
####
|
|
387
|
+
#### Custom Network Config SLI Config
|
|
1417
388
|
|
|
1418
|
-
|
|
389
|
+
A [`sli_config`](#custom-network-config-sli-config) block (within [`custom_network_config`](#custom-network-config)) supports the following:
|
|
1419
390
|
|
|
1420
|
-
|
|
391
|
+
<a id="group-c050c8"></a>• [`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.
|
|
1421
392
|
|
|
1422
|
-
<a id="
|
|
393
|
+
<a id="custom-network-config-sli-config-labels"></a>• [`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
|
|
1423
394
|
|
|
1424
|
-
|
|
395
|
+
<a id="nameserver-b7700f"></a>• [`nameserver`](#nameserver-b7700f) - Optional String<br>DNS V4 Server. Optional DNS V4 server IP to be used for name resolution
|
|
1425
396
|
|
|
1426
|
-
<a id="
|
|
397
|
+
<a id="group-4a0820"></a>• [`no_dc_cluster_group`](#group-4a0820) - Optional Block<br>Enable this option
|
|
1427
398
|
|
|
1428
|
-
|
|
399
|
+
<a id="routes-ece448"></a>• [`no_static_routes`](#routes-ece448) - Optional Block<br>Enable this option
|
|
1429
400
|
|
|
1430
|
-
<a id="
|
|
401
|
+
<a id="routes-ef5627"></a>• [`no_v6_static_routes`](#routes-ef5627) - Optional Block<br>Enable this option
|
|
1431
402
|
|
|
1432
|
-
|
|
403
|
+
<a id="routes-766a73"></a>• [`static_routes`](#routes-766a73) - Optional Block<br>Static Routes List. List of static routes<br>See [Static Routes](#routes-766a73) below.
|
|
1433
404
|
|
|
1434
|
-
<a id="
|
|
405
|
+
<a id="routes-3c3781"></a>• [`static_v6_routes`](#routes-3c3781) - Optional Block<br>Static IPv6 Routes List. List of IPv6 static routes<br>See [Static V6 Routes](#routes-3c3781) below.
|
|
1435
406
|
|
|
1436
|
-
|
|
407
|
+
<a id="custom-network-config-sli-config-vip"></a>• [`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
|
|
1437
408
|
|
|
1438
|
-
|
|
409
|
+
#### Custom Network Config SLI Config Dc Cluster Group
|
|
1439
410
|
|
|
1440
|
-
|
|
411
|
+
<a id="deep-d8cb49"></a>Deeply nested **Group** block collapsed for readability.
|
|
1441
412
|
|
|
1442
|
-
|
|
413
|
+
#### Custom Network Config SLI Config Static Routes
|
|
1443
414
|
|
|
1444
|
-
|
|
415
|
+
A [`static_routes`](#routes-766a73) block (within [`custom_network_config.sli_config`](#custom-network-config-sli-config)) supports the following:
|
|
1445
416
|
|
|
1446
|
-
<a id="
|
|
417
|
+
<a id="routes-75c512"></a>• [`static_routes`](#routes-75c512) - Optional Block<br>Static Routes. List of static routes<br>See [Static Routes](#routes-75c512) below.
|
|
1447
418
|
|
|
1448
|
-
####
|
|
419
|
+
#### Custom Network Config SLI Config Static Routes Static Routes
|
|
1449
420
|
|
|
1450
|
-
<a id="deep-
|
|
421
|
+
<a id="deep-418fe7"></a>Deeply nested **Routes** block collapsed for readability.
|
|
1451
422
|
|
|
1452
|
-
####
|
|
423
|
+
#### Custom Network Config SLI Config Static Routes Static Routes Node Interface
|
|
1453
424
|
|
|
1454
|
-
|
|
425
|
+
<a id="deep-845177"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1455
426
|
|
|
1456
|
-
|
|
427
|
+
#### Custom Network Config SLI Config Static Routes Static Routes Node Interface List
|
|
1457
428
|
|
|
1458
|
-
|
|
429
|
+
<a id="deep-346157"></a>Deeply nested **List** block collapsed for readability.
|
|
1459
430
|
|
|
1460
|
-
|
|
431
|
+
#### Custom Network Config SLI Config Static Routes Static Routes Node Interface List Interface
|
|
1461
432
|
|
|
1462
|
-
<a id="
|
|
433
|
+
<a id="deep-460da1"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1463
434
|
|
|
1464
|
-
####
|
|
435
|
+
#### Custom Network Config SLI Config Static V6 Routes
|
|
1465
436
|
|
|
1466
|
-
|
|
437
|
+
<a id="deep-a62933"></a>Deeply nested **Routes** block collapsed for readability.
|
|
1467
438
|
|
|
1468
|
-
|
|
439
|
+
#### Custom Network Config SLI Config Static V6 Routes Static Routes
|
|
1469
440
|
|
|
1470
|
-
<a id="
|
|
441
|
+
<a id="deep-b94fe3"></a>Deeply nested **Routes** block collapsed for readability.
|
|
1471
442
|
|
|
1472
|
-
|
|
443
|
+
#### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface
|
|
1473
444
|
|
|
1474
|
-
<a id="
|
|
445
|
+
<a id="deep-85506f"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1475
446
|
|
|
1476
|
-
####
|
|
447
|
+
#### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface List
|
|
1477
448
|
|
|
1478
|
-
|
|
449
|
+
<a id="deep-0405fc"></a>Deeply nested **List** block collapsed for readability.
|
|
1479
450
|
|
|
1480
|
-
|
|
451
|
+
#### Custom Network Config SLI Config Static V6 Routes Static Routes Node Interface List Interface
|
|
1481
452
|
|
|
1482
|
-
<a id="
|
|
453
|
+
<a id="deep-48ce07"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1483
454
|
|
|
1484
|
-
|
|
455
|
+
#### Custom Network Config Slo Config
|
|
1485
456
|
|
|
1486
|
-
|
|
457
|
+
A [`slo_config`](#custom-network-config-slo-config) block (within [`custom_network_config`](#custom-network-config)) supports the following:
|
|
1487
458
|
|
|
1488
|
-
<a id="
|
|
459
|
+
<a id="group-4f2dd5"></a>• [`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.
|
|
1489
460
|
|
|
1490
|
-
<a id="labels
|
|
461
|
+
<a id="custom-network-config-slo-config-labels"></a>• [`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
|
|
1491
462
|
|
|
1492
|
-
<a id="
|
|
463
|
+
<a id="nameserver-21f3ed"></a>• [`nameserver`](#nameserver-21f3ed) - Optional String<br>DNS V4 Server. Optional DNS V4 server IP to be used for name resolution
|
|
1493
464
|
|
|
1494
|
-
<a id="
|
|
465
|
+
<a id="group-babd4e"></a>• [`no_dc_cluster_group`](#group-babd4e) - Optional Block<br>Enable this option
|
|
1495
466
|
|
|
1496
|
-
<a id="
|
|
467
|
+
<a id="routes-9a2e74"></a>• [`no_static_routes`](#routes-9a2e74) - Optional Block<br>Enable this option
|
|
1497
468
|
|
|
1498
|
-
<a id="
|
|
469
|
+
<a id="routes-5253c9"></a>• [`no_v6_static_routes`](#routes-5253c9) - Optional Block<br>Enable this option
|
|
1499
470
|
|
|
1500
|
-
<a id="
|
|
471
|
+
<a id="routes-f61105"></a>• [`static_routes`](#routes-f61105) - Optional Block<br>Static Routes List. List of static routes<br>See [Static Routes](#routes-f61105) below.
|
|
1501
472
|
|
|
1502
|
-
<a id="
|
|
473
|
+
<a id="routes-c7512d"></a>• [`static_v6_routes`](#routes-c7512d) - Optional Block<br>Static IPv6 Routes List. List of IPv6 static routes<br>See [Static V6 Routes](#routes-c7512d) below.
|
|
1503
474
|
|
|
1504
|
-
<a id="
|
|
475
|
+
<a id="custom-network-config-slo-config-vip"></a>• [`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
|
|
1505
476
|
|
|
1506
|
-
|
|
477
|
+
#### Custom Network Config Slo Config Dc Cluster Group
|
|
1507
478
|
|
|
1508
|
-
<a id="
|
|
479
|
+
<a id="deep-e1ed68"></a>Deeply nested **Group** block collapsed for readability.
|
|
1509
480
|
|
|
1510
|
-
|
|
481
|
+
#### Custom Network Config Slo Config Static Routes
|
|
1511
482
|
|
|
1512
|
-
|
|
483
|
+
A [`static_routes`](#routes-f61105) block (within [`custom_network_config.slo_config`](#custom-network-config-slo-config)) supports the following:
|
|
1513
484
|
|
|
1514
|
-
<a id="
|
|
485
|
+
<a id="routes-5ecd87"></a>• [`static_routes`](#routes-5ecd87) - Optional Block<br>Static Routes. List of static routes<br>See [Static Routes](#routes-5ecd87) below.
|
|
1515
486
|
|
|
1516
|
-
|
|
487
|
+
#### Custom Network Config Slo Config Static Routes Static Routes
|
|
1517
488
|
|
|
1518
|
-
|
|
489
|
+
<a id="deep-f8a4c7"></a>Deeply nested **Routes** block collapsed for readability.
|
|
1519
490
|
|
|
1520
|
-
|
|
491
|
+
#### Custom Network Config Slo Config Static Routes Static Routes Node Interface
|
|
1521
492
|
|
|
1522
|
-
|
|
493
|
+
<a id="deep-05f4a8"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1523
494
|
|
|
1524
|
-
|
|
495
|
+
#### Custom Network Config Slo Config Static Routes Static Routes Node Interface List
|
|
1525
496
|
|
|
1526
|
-
|
|
497
|
+
<a id="deep-2bd0bf"></a>Deeply nested **List** block collapsed for readability.
|
|
1527
498
|
|
|
1528
|
-
|
|
499
|
+
#### Custom Network Config Slo Config Static Routes Static Routes Node Interface List Interface
|
|
1529
500
|
|
|
1530
|
-
|
|
501
|
+
<a id="deep-e969af"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1531
502
|
|
|
1532
|
-
|
|
503
|
+
#### Custom Network Config Slo Config Static V6 Routes
|
|
1533
504
|
|
|
1534
|
-
|
|
505
|
+
<a id="deep-b07bb8"></a>Deeply nested **Routes** block collapsed for readability.
|
|
1535
506
|
|
|
1536
|
-
|
|
507
|
+
#### Custom Network Config Slo Config Static V6 Routes Static Routes
|
|
1537
508
|
|
|
1538
|
-
|
|
509
|
+
<a id="deep-0e185b"></a>Deeply nested **Routes** block collapsed for readability.
|
|
1539
510
|
|
|
1540
|
-
|
|
511
|
+
#### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface
|
|
1541
512
|
|
|
1542
|
-
|
|
513
|
+
<a id="deep-e2b2f3"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1543
514
|
|
|
1544
|
-
|
|
515
|
+
#### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface List
|
|
1545
516
|
|
|
1546
|
-
|
|
517
|
+
<a id="deep-cac034"></a>Deeply nested **List** block collapsed for readability.
|
|
1547
518
|
|
|
1548
|
-
|
|
519
|
+
#### Custom Network Config Slo Config Static V6 Routes Static Routes Node Interface List Interface
|
|
1549
520
|
|
|
1550
|
-
|
|
521
|
+
<a id="deep-5ea460"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1551
522
|
|
|
1552
|
-
|
|
523
|
+
#### Kubernetes Upgrade Drain
|
|
1553
524
|
|
|
1554
|
-
|
|
525
|
+
A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the following:
|
|
1555
526
|
|
|
1556
|
-
<a id="
|
|
527
|
+
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
|
|
1557
528
|
|
|
1558
|
-
|
|
529
|
+
<a id="drain-7e30d4"></a>• [`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.
|
|
1559
530
|
|
|
1560
|
-
|
|
531
|
+
#### Kubernetes Upgrade Drain Enable Upgrade Drain
|
|
1561
532
|
|
|
1562
|
-
|
|
533
|
+
An [`enable_upgrade_drain`](#drain-7e30d4) block (within [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain)) supports the following:
|
|
1563
534
|
|
|
1564
|
-
<a id="
|
|
535
|
+
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
|
|
1565
536
|
|
|
1566
|
-
|
|
537
|
+
<a id="count-3aa796"></a>• [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
|
|
1567
538
|
|
|
1568
|
-
<a id="
|
|
539
|
+
<a id="timeout-ac4ee9"></a>• [`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)
|
|
1569
540
|
|
|
1570
|
-
|
|
541
|
+
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Enable this option
|
|
1571
542
|
|
|
1572
|
-
|
|
543
|
+
#### Log Receiver
|
|
1573
544
|
|
|
1574
|
-
|
|
545
|
+
A [`log_receiver`](#log-receiver) block supports the following:
|
|
1575
546
|
|
|
1576
|
-
<a id="
|
|
547
|
+
<a id="log-receiver-name"></a>• [`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
|
|
1577
548
|
|
|
1578
|
-
|
|
549
|
+
<a id="log-receiver-namespace"></a>• [`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
|
|
1579
550
|
|
|
1580
|
-
<a id="
|
|
551
|
+
<a id="log-receiver-tenant"></a>• [`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
|
|
1581
552
|
|
|
1582
|
-
####
|
|
553
|
+
#### Master Node Configuration
|
|
1583
554
|
|
|
1584
|
-
|
|
555
|
+
A [`master_node_configuration`](#master-node-configuration) block supports the following:
|
|
1585
556
|
|
|
1586
|
-
|
|
557
|
+
<a id="master-node-configuration-name"></a>• [`name`](#master-node-configuration-name) - Optional String<br>Name. Names of master node
|
|
1587
558
|
|
|
1588
|
-
<a id="
|
|
559
|
+
<a id="master-node-configuration-public-ip"></a>• [`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
|
|
1589
560
|
|
|
1590
561
|
#### Offline Survivability Mode
|
|
1591
562
|
|
|
@@ -1595,143 +566,13 @@ An [`offline_survivability_mode`](#offline-survivability-mode) block supports th
|
|
|
1595
566
|
|
|
1596
567
|
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>Enable this option
|
|
1597
568
|
|
|
1598
|
-
####
|
|
1599
|
-
|
|
1600
|
-
An [`openstack`](#openstack) block supports the following:
|
|
1601
|
-
|
|
1602
|
-
<a id="openstack-not-managed"></a>• [`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>• [`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>• [`hostname`](#hostname-6b3cf2) - Optional String<br>Hostname. Hostname for this Node
|
|
1615
|
-
|
|
1616
|
-
<a id="list-08a137"></a>• [`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>• [`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>• [`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>• [`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>• [`description_spec`](#spec-6e2a64) - Optional String<br>Interface Description. Description for this Interface
|
|
1629
|
-
|
|
1630
|
-
<a id="client-3f6d38"></a>• [`dhcp_client`](#client-3f6d38) - Optional Block<br>Enable this option
|
|
1631
|
-
|
|
1632
|
-
<a id="interface-b6bf86"></a>• [`ethernet_interface`](#interface-b6bf86) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-b6bf86) below.
|
|
1633
|
-
|
|
1634
|
-
<a id="config-3546e4"></a>• [`ipv6_auto_config`](#config-3546e4) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-3546e4) below.
|
|
1635
|
-
|
|
1636
|
-
<a id="labels-f228d0"></a>• [`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>• [`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>• [`monitor_disabled`](#disabled-7cde43) - Optional Block<br>Enable this option
|
|
1641
|
-
|
|
1642
|
-
<a id="mtu-12e85c"></a>• [`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>• [`name`](#name-a4611b) - Optional String<br>Interface Name. Name of this Interface
|
|
1645
|
-
|
|
1646
|
-
<a id="option-c423fd"></a>• [`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>• [`no_ipv4_address`](#address-96a5c5) - Optional Block<br>Enable this option
|
|
1649
|
-
|
|
1650
|
-
<a id="address-9ee17d"></a>• [`no_ipv6_address`](#address-9ee17d) - Optional Block<br>Enable this option
|
|
1651
|
-
|
|
1652
|
-
<a id="priority-34866f"></a>• [`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>• [`site_to_site_connectivity_interface_disabled`](#disabled-006035) - Optional Block<br>Enable this option
|
|
1655
|
-
|
|
1656
|
-
<a id="enabled-f181b0"></a>• [`site_to_site_connectivity_interface_enabled`](#enabled-f181b0) - Optional Block<br>Enable this option
|
|
1657
|
-
|
|
1658
|
-
<a id="static-ip-458635"></a>• [`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>• [`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>• [`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.
|
|
569
|
+
#### OS
|
|
1675
570
|
|
|
1676
|
-
|
|
571
|
+
An [`os`](#os) block supports the following:
|
|
1677
572
|
|
|
1678
|
-
<a id="
|
|
573
|
+
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>Enable this option
|
|
1679
574
|
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
<a id="deep-ed028d"></a>Deeply nested **Router** block collapsed for readability.
|
|
1683
|
-
|
|
1684
|
-
#### Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
|
|
1685
|
-
|
|
1686
|
-
<a id="deep-28e629"></a>Deeply nested **Config** block collapsed for readability.
|
|
1687
|
-
|
|
1688
|
-
#### Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
|
|
1689
|
-
|
|
1690
|
-
<a id="deep-914680"></a>Deeply nested **List** block collapsed for readability.
|
|
1691
|
-
|
|
1692
|
-
#### Openstack Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
|
|
1693
|
-
|
|
1694
|
-
<a id="deep-f991e0"></a>Deeply nested **DNS** block collapsed for readability.
|
|
1695
|
-
|
|
1696
|
-
#### Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful
|
|
1697
|
-
|
|
1698
|
-
<a id="deep-3b5b14"></a>Deeply nested **Stateful** block collapsed for readability.
|
|
1699
|
-
|
|
1700
|
-
#### Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
|
|
1701
|
-
|
|
1702
|
-
<a id="deep-c5338f"></a>Deeply nested **Networks** block collapsed for readability.
|
|
1703
|
-
|
|
1704
|
-
#### Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
|
|
1705
|
-
|
|
1706
|
-
<a id="deep-2f69f3"></a>Deeply nested **Pools** block collapsed for readability.
|
|
1707
|
-
|
|
1708
|
-
#### Openstack Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
|
|
1709
|
-
|
|
1710
|
-
<a id="deep-4f6a88"></a>Deeply nested **Map** block collapsed for readability.
|
|
1711
|
-
|
|
1712
|
-
#### Openstack Not Managed Node List Interface List Network Option
|
|
1713
|
-
|
|
1714
|
-
<a id="deep-f60961"></a>Deeply nested **Option** block collapsed for readability.
|
|
1715
|
-
|
|
1716
|
-
#### Openstack Not Managed Node List Interface List Static IP
|
|
1717
|
-
|
|
1718
|
-
<a id="deep-d09a62"></a>Deeply nested **IP** block collapsed for readability.
|
|
1719
|
-
|
|
1720
|
-
#### Openstack Not Managed Node List Interface List Static IPv6 Address
|
|
1721
|
-
|
|
1722
|
-
<a id="deep-dd6bdf"></a>Deeply nested **Address** block collapsed for readability.
|
|
1723
|
-
|
|
1724
|
-
#### Openstack Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
|
|
1725
|
-
|
|
1726
|
-
<a id="deep-38b9de"></a>Deeply nested **IP** block collapsed for readability.
|
|
1727
|
-
|
|
1728
|
-
#### Openstack Not Managed Node List Interface List Static IPv6 Address Node Static IP
|
|
1729
|
-
|
|
1730
|
-
<a id="deep-8da7bf"></a>Deeply nested **IP** block collapsed for readability.
|
|
1731
|
-
|
|
1732
|
-
#### Openstack Not Managed Node List Interface List VLAN Interface
|
|
1733
|
-
|
|
1734
|
-
<a id="deep-68a558"></a>Deeply nested **Interface** block collapsed for readability.
|
|
575
|
+
<a id="os-operating-system-version"></a>• [`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
|
|
1735
576
|
|
|
1736
577
|
#### Performance Enhancement Mode
|
|
1737
578
|
|
|
@@ -1749,59 +590,13 @@ A [`perf_mode_l3_enhanced`](#enhanced-31b8ac) block (within [`performance_enhanc
|
|
|
1749
590
|
|
|
1750
591
|
<a id="jumbo-95338e"></a>• [`no_jumbo`](#jumbo-95338e) - Optional Block<br>Enable this option
|
|
1751
592
|
|
|
1752
|
-
####
|
|
1753
|
-
|
|
1754
|
-
A [`re_select`](#re-select) block supports the following:
|
|
1755
|
-
|
|
1756
|
-
<a id="re-select-geo-proximity"></a>• [`geo_proximity`](#re-select-geo-proximity) - Optional Block<br>Enable this option
|
|
1757
|
-
|
|
1758
|
-
<a id="re-select-specific-re"></a>• [`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:
|
|
593
|
+
#### Sw
|
|
1763
594
|
|
|
1764
|
-
|
|
595
|
+
A [`sw`](#sw) block supports the following:
|
|
1765
596
|
|
|
1766
|
-
|
|
597
|
+
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>Enable this option
|
|
1767
598
|
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
<a id="group-0918cc"></a>• [`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>• [`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>• [`sm_connection_public_ip`](#public-ip-ebd29c) - Optional Block<br>Enable this option
|
|
1775
|
-
|
|
1776
|
-
<a id="pvt-ip-9317b2"></a>• [`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>• [`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>• [`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>• [`default_os_version`](#software-settings-os-default-os-version) - Optional Block<br>Enable this option
|
|
1795
|
-
|
|
1796
|
-
<a id="version-dbab0c"></a>• [`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>• [`default_sw_version`](#software-settings-sw-default-sw-version) - Optional Block<br>Enable this option
|
|
1803
|
-
|
|
1804
|
-
<a id="version-0a788c"></a>• [`volterra_software_version`](#version-0a788c) - Optional String<br>F5XC Software Version. Specify a F5XC Software Version to be used e.g. Crt-20210329-1002
|
|
599
|
+
<a id="sw-volterra-software-version"></a>• [`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
|
|
1805
600
|
|
|
1806
601
|
#### Timeouts
|
|
1807
602
|
|
|
@@ -1815,162 +610,6 @@ A [`timeouts`](#timeouts) block supports the following:
|
|
|
1815
610
|
|
|
1816
611
|
<a id="timeouts-update"></a>• [`update`](#timeouts-update) - Optional String (Defaults to `30 minutes`)<br>Used when updating the resource
|
|
1817
612
|
|
|
1818
|
-
#### Upgrade Settings
|
|
1819
|
-
|
|
1820
|
-
An [`upgrade_settings`](#upgrade-settings) block supports the following:
|
|
1821
|
-
|
|
1822
|
-
<a id="drain-bb0463"></a>• [`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>• [`disable_upgrade_drain`](#drain-897b77) - Optional Block<br>Enable this option
|
|
1829
|
-
|
|
1830
|
-
<a id="drain-817909"></a>• [`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>• [`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>• [`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>• [`hostname`](#vmware-not-managed-node-list-hostname) - Optional String<br>Hostname. Hostname for this Node
|
|
1853
|
-
|
|
1854
|
-
<a id="list-7c5ba9"></a>• [`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>• [`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>• [`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>• [`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>• [`description_spec`](#spec-2a2415) - Optional String<br>Interface Description. Description for this Interface
|
|
1867
|
-
|
|
1868
|
-
<a id="client-c6d6b2"></a>• [`dhcp_client`](#client-c6d6b2) - Optional Block<br>Enable this option
|
|
1869
|
-
|
|
1870
|
-
<a id="interface-d5d7ec"></a>• [`ethernet_interface`](#interface-d5d7ec) - Optional Block<br>Ethernet Interface<br>See [Ethernet Interface](#interface-d5d7ec) below.
|
|
1871
|
-
|
|
1872
|
-
<a id="config-f79747"></a>• [`ipv6_auto_config`](#config-f79747) - Optional Block<br>IPV6AutoConfigType<br>See [IPv6 Auto Config](#config-f79747) below.
|
|
1873
|
-
|
|
1874
|
-
<a id="labels-2ed8c9"></a>• [`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>• [`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>• [`monitor_disabled`](#disabled-3f7207) - Optional Block<br>Enable this option
|
|
1879
|
-
|
|
1880
|
-
<a id="mtu-2aef73"></a>• [`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>• [`name`](#name-4830d8) - Optional String<br>Interface Name. Name of this Interface
|
|
1883
|
-
|
|
1884
|
-
<a id="option-e71ea9"></a>• [`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>• [`no_ipv4_address`](#address-208212) - Optional Block<br>Enable this option
|
|
1887
|
-
|
|
1888
|
-
<a id="address-b8f24d"></a>• [`no_ipv6_address`](#address-b8f24d) - Optional Block<br>Enable this option
|
|
1889
|
-
|
|
1890
|
-
<a id="priority-378726"></a>• [`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>• [`site_to_site_connectivity_interface_disabled`](#disabled-dfbb95) - Optional Block<br>Enable this option
|
|
1893
|
-
|
|
1894
|
-
<a id="enabled-223030"></a>• [`site_to_site_connectivity_interface_enabled`](#enabled-223030) - Optional Block<br>Enable this option
|
|
1895
|
-
|
|
1896
|
-
<a id="static-ip-7bbfdd"></a>• [`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>• [`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>• [`vlan_interface`](#interface-699e69) - Optional Block<br>VLAN Interface<br>See [VLAN Interface](#interface-699e69) below.
|
|
1901
|
-
|
|
1902
|
-
#### Vmware Not Managed Node List Interface List Bond Interface
|
|
1903
|
-
|
|
1904
|
-
<a id="deep-633873"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1905
|
-
|
|
1906
|
-
#### Vmware Not Managed Node List Interface List Bond Interface Lacp
|
|
1907
|
-
|
|
1908
|
-
<a id="deep-7afe62"></a>Deeply nested **Lacp** block collapsed for readability.
|
|
1909
|
-
|
|
1910
|
-
#### Vmware Not Managed Node List Interface List Ethernet Interface
|
|
1911
|
-
|
|
1912
|
-
<a id="deep-7dcc90"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1913
|
-
|
|
1914
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config
|
|
1915
|
-
|
|
1916
|
-
<a id="deep-c33317"></a>Deeply nested **Config** block collapsed for readability.
|
|
1917
|
-
|
|
1918
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config Router
|
|
1919
|
-
|
|
1920
|
-
<a id="deep-ac39e9"></a>Deeply nested **Router** block collapsed for readability.
|
|
1921
|
-
|
|
1922
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config
|
|
1923
|
-
|
|
1924
|
-
<a id="deep-06eab4"></a>Deeply nested **Config** block collapsed for readability.
|
|
1925
|
-
|
|
1926
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Configured List
|
|
1927
|
-
|
|
1928
|
-
<a id="deep-16e9fa"></a>Deeply nested **List** block collapsed for readability.
|
|
1929
|
-
|
|
1930
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config Router DNS Config Local DNS
|
|
1931
|
-
|
|
1932
|
-
<a id="deep-45525f"></a>Deeply nested **DNS** block collapsed for readability.
|
|
1933
|
-
|
|
1934
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful
|
|
1935
|
-
|
|
1936
|
-
<a id="deep-c19fa0"></a>Deeply nested **Stateful** block collapsed for readability.
|
|
1937
|
-
|
|
1938
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks
|
|
1939
|
-
|
|
1940
|
-
<a id="deep-229092"></a>Deeply nested **Networks** block collapsed for readability.
|
|
1941
|
-
|
|
1942
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful DHCP Networks Pools
|
|
1943
|
-
|
|
1944
|
-
<a id="deep-ed0fd6"></a>Deeply nested **Pools** block collapsed for readability.
|
|
1945
|
-
|
|
1946
|
-
#### Vmware Not Managed Node List Interface List IPv6 Auto Config Router Stateful Interface IP Map
|
|
1947
|
-
|
|
1948
|
-
<a id="deep-949cb5"></a>Deeply nested **Map** block collapsed for readability.
|
|
1949
|
-
|
|
1950
|
-
#### Vmware Not Managed Node List Interface List Network Option
|
|
1951
|
-
|
|
1952
|
-
<a id="deep-995b74"></a>Deeply nested **Option** block collapsed for readability.
|
|
1953
|
-
|
|
1954
|
-
#### Vmware Not Managed Node List Interface List Static IP
|
|
1955
|
-
|
|
1956
|
-
<a id="deep-acfda1"></a>Deeply nested **IP** block collapsed for readability.
|
|
1957
|
-
|
|
1958
|
-
#### Vmware Not Managed Node List Interface List Static IPv6 Address
|
|
1959
|
-
|
|
1960
|
-
<a id="deep-ddcd86"></a>Deeply nested **Address** block collapsed for readability.
|
|
1961
|
-
|
|
1962
|
-
#### Vmware Not Managed Node List Interface List Static IPv6 Address Cluster Static IP
|
|
1963
|
-
|
|
1964
|
-
<a id="deep-a76954"></a>Deeply nested **IP** block collapsed for readability.
|
|
1965
|
-
|
|
1966
|
-
#### Vmware Not Managed Node List Interface List Static IPv6 Address Node Static IP
|
|
1967
|
-
|
|
1968
|
-
<a id="deep-e0fa74"></a>Deeply nested **IP** block collapsed for readability.
|
|
1969
|
-
|
|
1970
|
-
#### Vmware Not Managed Node List Interface List VLAN Interface
|
|
1971
|
-
|
|
1972
|
-
<a id="deep-a2b927"></a>Deeply nested **Interface** block collapsed for readability.
|
|
1973
|
-
|
|
1974
613
|
---
|
|
1975
614
|
|
|
1976
615
|
## Common Types
|