@robinmordasiewicz/f5xc-terraform-mcp 3.10.1 → 3.10.3
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/dist/docs/data-sources/discovery.md +2 -2
- package/dist/docs/data-sources/irule.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/policer.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/data-sources/workload.md +2 -2
- package/dist/docs/resources/advertise_policy.md +10 -10
- package/dist/docs/resources/alert_policy.md +9 -9
- package/dist/docs/resources/alert_receiver.md +4 -4
- package/dist/docs/resources/api_definition.md +2 -2
- package/dist/docs/resources/api_testing.md +6 -6
- package/dist/docs/resources/apm.md +8 -8
- package/dist/docs/resources/app_firewall.md +19 -19
- package/dist/docs/resources/app_setting.md +5 -5
- package/dist/docs/resources/app_type.md +3 -3
- package/dist/docs/resources/aws_tgw_site.md +50 -50
- package/dist/docs/resources/aws_vpc_site.md +66 -66
- package/dist/docs/resources/azure_vnet_site.md +93 -93
- package/dist/docs/resources/bgp.md +6 -6
- package/dist/docs/resources/bgp_routing_policy.md +7 -7
- package/dist/docs/resources/cdn_cache_rule.md +2 -2
- package/dist/docs/resources/cdn_loadbalancer.md +122 -122
- package/dist/docs/resources/cloud_connect.md +4 -4
- package/dist/docs/resources/cloud_credentials.md +2 -2
- package/dist/docs/resources/cloud_link.md +3 -3
- package/dist/docs/resources/cluster.md +18 -18
- package/dist/docs/resources/dc_cluster_group.md +4 -4
- package/dist/docs/resources/discovery.md +259 -8
- package/dist/docs/resources/dns_domain.md +2 -2
- package/dist/docs/resources/endpoint.md +5 -5
- package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
- package/dist/docs/resources/external_connector.md +7 -7
- package/dist/docs/resources/fast_acl.md +2 -2
- package/dist/docs/resources/fast_acl_rule.md +2 -2
- package/dist/docs/resources/fleet.md +25 -25
- package/dist/docs/resources/forward_proxy_policy.md +15 -15
- package/dist/docs/resources/forwarding_class.md +5 -5
- package/dist/docs/resources/gcp_vpc_site.md +37 -37
- package/dist/docs/resources/global_log_receiver.md +104 -104
- package/dist/docs/resources/healthcheck.md +2 -2
- package/dist/docs/resources/http_loadbalancer.md +287 -287
- package/dist/docs/resources/irule.md +7 -5
- package/dist/docs/resources/log_receiver.md +104 -104
- package/dist/docs/resources/malicious_user_mitigation.md +6 -6
- package/dist/docs/resources/nat_policy.md +10 -10
- package/dist/docs/resources/network_connector.md +9 -9
- package/dist/docs/resources/network_firewall.md +3 -3
- package/dist/docs/resources/network_interface.md +28 -28
- package/dist/docs/resources/network_policy.md +210 -37
- package/dist/docs/resources/network_policy_view.md +16 -16
- package/dist/docs/resources/nfv_service.md +26 -26
- package/dist/docs/resources/origin_pool.md +48 -48
- package/dist/docs/resources/policer.md +50 -10
- package/dist/docs/resources/policy_based_routing.md +8 -8
- package/dist/docs/resources/protocol_inspection.md +4 -4
- package/dist/docs/resources/proxy.md +23 -23
- package/dist/docs/resources/rate_limiter.md +1 -1
- package/dist/docs/resources/rate_limiter_policy.md +8 -8
- package/dist/docs/resources/route.md +36 -36
- package/dist/docs/resources/secret_management_access.md +8 -8
- package/dist/docs/resources/securemesh_site.md +97 -97
- package/dist/docs/resources/segment.md +4 -4
- package/dist/docs/resources/service_policy.md +44 -44
- package/dist/docs/resources/service_policy_rule.md +37 -37
- package/dist/docs/resources/site.md +241 -613
- package/dist/docs/resources/site_mesh_group.md +8 -8
- package/dist/docs/resources/subnet.md +5 -5
- package/dist/docs/resources/tcp_loadbalancer.md +37 -37
- package/dist/docs/resources/tunnel.md +4 -4
- package/dist/docs/resources/udp_loadbalancer.md +9 -9
- package/dist/docs/resources/user_identification.md +10 -10
- package/dist/docs/resources/virtual_host.md +42 -42
- package/dist/docs/resources/virtual_network.md +4 -4
- package/dist/docs/resources/voltstack_site.md +59 -59
- package/dist/docs/resources/waf_exclusion_policy.md +5 -5
- package/dist/docs/resources/workload.md +9 -2951
- package/dist/metadata/resource-metadata.json +379 -613
- package/dist/metadata/validation-patterns.json +1 -1
- package/dist/tools/auth.js +38 -15
- package/dist/tools/auth.js.map +1 -1
- package/dist/tools/discover.d.ts.map +1 -1
- package/dist/tools/discover.js +36 -0
- package/dist/tools/discover.js.map +1 -1
- package/package.json +1 -1
|
@@ -79,8 +79,8 @@ resource "f5xc_voltstack_site" "example" {
|
|
|
79
79
|
<a id="address"></a>• [`address`](#address) - Optional String<br>Site's geographical address that can be used to determine its latitude and longitude
|
|
80
80
|
|
|
81
81
|
-> **One of the following:**
|
|
82
|
-
• <a id="allow-all-usb"></a>[`allow_all_usb`](#allow-all-usb) - Optional Block<br>
|
|
83
|
-
<br><br>• <a id="deny-all-usb"></a>[`deny_all_usb`](#deny-all-usb) - Optional Block<br>
|
|
82
|
+
• <a id="allow-all-usb"></a>[`allow_all_usb`](#allow-all-usb) - Optional Block<br>Enable this option
|
|
83
|
+
<br><br>• <a id="deny-all-usb"></a>[`deny_all_usb`](#deny-all-usb) - Optional Block<br>Enable this option
|
|
84
84
|
<br><br>• <a id="usb-policy"></a>[`usb_policy`](#usb-policy) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
|
|
85
85
|
|
|
86
86
|
-> **One of the following:**
|
|
@@ -99,21 +99,21 @@ resource "f5xc_voltstack_site" "example" {
|
|
|
99
99
|
-> **One of the following:**
|
|
100
100
|
• <a id="custom-storage-config"></a>[`custom_storage_config`](#custom-storage-config) - Optional Block<br>VssStorageConfiguration
|
|
101
101
|
|
|
102
|
-
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>
|
|
102
|
+
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>Enable this option
|
|
103
103
|
|
|
104
|
-
<a id="default-network-config"></a>• [`default_network_config`](#default-network-config) - Optional Block<br>
|
|
104
|
+
<a id="default-network-config"></a>• [`default_network_config`](#default-network-config) - Optional Block<br>Enable this option
|
|
105
105
|
|
|
106
106
|
-> **One of the following:**
|
|
107
|
-
• <a id="default-sriov-interface"></a>[`default_sriov_interface`](#default-sriov-interface) - Optional Block<br>
|
|
107
|
+
• <a id="default-sriov-interface"></a>[`default_sriov_interface`](#default-sriov-interface) - Optional Block<br>Enable this option
|
|
108
108
|
|
|
109
|
-
<a id="default-storage-config"></a>• [`default_storage_config`](#default-storage-config) - Optional Block<br>
|
|
109
|
+
<a id="default-storage-config"></a>• [`default_storage_config`](#default-storage-config) - Optional Block<br>Enable this option
|
|
110
110
|
|
|
111
111
|
-> **One of the following:**
|
|
112
|
-
• <a id="disable-gpu"></a>[`disable_gpu`](#disable-gpu) - Optional Block<br>
|
|
113
|
-
<br><br>• <a id="enable-gpu"></a>[`enable_gpu`](#enable-gpu) - Optional Block<br>
|
|
112
|
+
• <a id="disable-gpu"></a>[`disable_gpu`](#disable-gpu) - Optional Block<br>Enable this option
|
|
113
|
+
<br><br>• <a id="enable-gpu"></a>[`enable_gpu`](#enable-gpu) - Optional Block<br>Enable this option
|
|
114
114
|
|
|
115
115
|
-> **One of the following:**
|
|
116
|
-
• <a id="disable-vm"></a>[`disable_vm`](#disable-vm) - Optional Block<br>
|
|
116
|
+
• <a id="disable-vm"></a>[`disable_vm`](#disable-vm) - Optional Block<br>Enable this option
|
|
117
117
|
|
|
118
118
|
<a id="enable-vgpu"></a>• [`enable_vgpu`](#enable-vgpu) - Optional Block<br>Licensing configuration for NVIDIA vGPU
|
|
119
119
|
|
|
@@ -129,15 +129,15 @@ resource "f5xc_voltstack_site" "example" {
|
|
|
129
129
|
|
|
130
130
|
-> **One of the following:**
|
|
131
131
|
• <a id="log-receiver"></a>[`log_receiver`](#log-receiver) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
|
|
132
|
-
<br><br>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>
|
|
132
|
+
<br><br>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Enable this option
|
|
133
133
|
|
|
134
134
|
<a id="master-node-configuration"></a>• [`master_node_configuration`](#master-node-configuration) - Optional Block<br>Configuration of master nodes
|
|
135
135
|
|
|
136
|
-
<a id="no-bond-devices"></a>• [`no_bond_devices`](#no-bond-devices) - Optional Block<br>
|
|
136
|
+
<a id="no-bond-devices"></a>• [`no_bond_devices`](#no-bond-devices) - Optional Block<br>Enable this option
|
|
137
137
|
|
|
138
|
-
<a id="no-k8s-cluster"></a>• [`no_k8s_cluster`](#no-k8s-cluster) - Optional Block<br>
|
|
138
|
+
<a id="no-k8s-cluster"></a>• [`no_k8s_cluster`](#no-k8s-cluster) - Optional Block<br>Enable this option
|
|
139
139
|
|
|
140
|
-
<a id="no-local-control-plane"></a>• [`no_local_control_plane`](#no-local-control-plane) - Optional Block<br>
|
|
140
|
+
<a id="no-local-control-plane"></a>• [`no_local_control_plane`](#no-local-control-plane) - Optional Block<br>Enable this option
|
|
141
141
|
|
|
142
142
|
<a id="offline-survivability-mode"></a>• [`offline_survivability_mode`](#offline-survivability-mode) - Optional Block<br>Offline Survivability allows the Site to continue functioning normally without traffic loss during periods of connectivity loss to the Regional Edge (RE) or the Global Controller (GC). When this feature is enabled, a site can continue to function as is with existing configuration for upto 7
|
|
143
143
|
|
|
@@ -171,13 +171,13 @@ A [`blocked_services`](#blocked-services) block supports the following:
|
|
|
171
171
|
|
|
172
172
|
A [`blocked_sevice`](#blocked-services-blocked-sevice) block (within [`blocked_services`](#blocked-services)) supports the following:
|
|
173
173
|
|
|
174
|
-
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>
|
|
174
|
+
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Enable this option
|
|
175
175
|
|
|
176
176
|
<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] 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
|
|
177
177
|
|
|
178
|
-
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>
|
|
178
|
+
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
|
|
179
179
|
|
|
180
|
-
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>
|
|
180
|
+
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>Enable this option
|
|
181
181
|
|
|
182
182
|
#### Bond Device List
|
|
183
183
|
|
|
@@ -189,7 +189,7 @@ A [`bond_device_list`](#bond-device-list) block supports the following:
|
|
|
189
189
|
|
|
190
190
|
A [`bond_devices`](#bond-device-list-bond-devices) block (within [`bond_device_list`](#bond-device-list)) supports the following:
|
|
191
191
|
|
|
192
|
-
<a id="backup-c22794"></a>• [`active_backup`](#backup-c22794) - Optional Block<br>
|
|
192
|
+
<a id="backup-c22794"></a>• [`active_backup`](#backup-c22794) - Optional Block<br>Enable this option
|
|
193
193
|
|
|
194
194
|
<a id="bond-device-list-bond-devices-devices"></a>• [`devices`](#bond-device-list-bond-devices-devices) - Optional List<br>Ethernet devices that will make up this bond
|
|
195
195
|
|
|
@@ -237,23 +237,23 @@ A [`custom_network_config`](#custom-network-config) block supports the following
|
|
|
237
237
|
|
|
238
238
|
<a id="custom-network-config-bgp-router-id"></a>• [`bgp_router_id`](#custom-network-config-bgp-router-id) - Optional String<br>Optional BGP router ID that can be used as parameter for BGP configuration when BGP is configured to fetch BGP router ID from site object
|
|
239
239
|
|
|
240
|
-
<a id="custom-network-config-default-config"></a>• [`default_config`](#custom-network-config-default-config) - Optional Block<br>
|
|
240
|
+
<a id="custom-network-config-default-config"></a>• [`default_config`](#custom-network-config-default-config) - Optional Block<br>Enable this option
|
|
241
241
|
|
|
242
|
-
<a id="config-226341"></a>• [`default_interface_config`](#config-226341) - Optional Block<br>
|
|
242
|
+
<a id="config-226341"></a>• [`default_interface_config`](#config-226341) - Optional Block<br>Enable this option
|
|
243
243
|
|
|
244
|
-
<a id="config-ac20e7"></a>• [`default_sli_config`](#config-ac20e7) - Optional Block<br>
|
|
244
|
+
<a id="config-ac20e7"></a>• [`default_sli_config`](#config-ac20e7) - Optional Block<br>Enable this option
|
|
245
245
|
|
|
246
|
-
<a id="all-1d28e8"></a>• [`forward_proxy_allow_all`](#all-1d28e8) - Optional Block<br>
|
|
246
|
+
<a id="all-1d28e8"></a>• [`forward_proxy_allow_all`](#all-1d28e8) - Optional Block<br>Enable this option
|
|
247
247
|
|
|
248
248
|
<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.
|
|
249
249
|
|
|
250
250
|
<a id="custom-network-config-interface-list"></a>• [`interface_list`](#custom-network-config-interface-list) - Optional Block<br>Configure network interfaces for this App Stack site<br>See [Interface List](#custom-network-config-interface-list) below.
|
|
251
251
|
|
|
252
|
-
<a id="custom-network-config-no-forward-proxy"></a>• [`no_forward_proxy`](#custom-network-config-no-forward-proxy) - Optional Block<br>
|
|
252
|
+
<a id="custom-network-config-no-forward-proxy"></a>• [`no_forward_proxy`](#custom-network-config-no-forward-proxy) - Optional Block<br>Enable this option
|
|
253
253
|
|
|
254
|
-
<a id="custom-network-config-no-global-network"></a>• [`no_global_network`](#custom-network-config-no-global-network) - Optional Block<br>
|
|
254
|
+
<a id="custom-network-config-no-global-network"></a>• [`no_global_network`](#custom-network-config-no-global-network) - Optional Block<br>Enable this option
|
|
255
255
|
|
|
256
|
-
<a id="custom-network-config-no-network-policy"></a>• [`no_network_policy`](#custom-network-config-no-network-policy) - Optional Block<br>
|
|
256
|
+
<a id="custom-network-config-no-network-policy"></a>• [`no_network_policy`](#custom-network-config-no-network-policy) - Optional Block<br>Enable this option
|
|
257
257
|
|
|
258
258
|
<a id="nameserver-8c35de"></a>• [`outside_nameserver`](#nameserver-8c35de) - Optional String<br>Optional DNS server V4 IP to be used for name resolution in local network
|
|
259
259
|
|
|
@@ -265,9 +265,9 @@ A [`custom_network_config`](#custom-network-config) block supports the following
|
|
|
265
265
|
|
|
266
266
|
<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.
|
|
267
267
|
|
|
268
|
-
<a id="public-ip-5fd49f"></a>• [`sm_connection_public_ip`](#public-ip-5fd49f) - Optional Block<br>
|
|
268
|
+
<a id="public-ip-5fd49f"></a>• [`sm_connection_public_ip`](#public-ip-5fd49f) - Optional Block<br>Enable this option
|
|
269
269
|
|
|
270
|
-
<a id="pvt-ip-892ce0"></a>• [`sm_connection_pvt_ip`](#pvt-ip-892ce0) - Optional Block<br>
|
|
270
|
+
<a id="pvt-ip-892ce0"></a>• [`sm_connection_pvt_ip`](#pvt-ip-892ce0) - Optional Block<br>Enable this option
|
|
271
271
|
|
|
272
272
|
<a id="timeout-1607a1"></a>• [`tunnel_dead_timeout`](#timeout-1607a1) - Optional Number<br>Time interval, in millisec, within which any IPsec / SSL connection from the site going down is detected. When not set (== 0), a default value of 10000 msec will be used
|
|
273
273
|
|
|
@@ -339,9 +339,9 @@ An [`interface_list`](#custom-network-config-interface-list) block (within [`cus
|
|
|
339
339
|
|
|
340
340
|
An [`interfaces`](#interfaces-e1b75d) block (within [`custom_network_config.interface_list`](#custom-network-config-interface-list)) supports the following:
|
|
341
341
|
|
|
342
|
-
<a id="disabled-8e6c58"></a>• [`dc_cluster_group_connectivity_interface_disabled`](#disabled-8e6c58) - Optional Block<br>
|
|
342
|
+
<a id="disabled-8e6c58"></a>• [`dc_cluster_group_connectivity_interface_disabled`](#disabled-8e6c58) - Optional Block<br>Enable this option
|
|
343
343
|
|
|
344
|
-
<a id="enabled-976919"></a>• [`dc_cluster_group_connectivity_interface_enabled`](#enabled-976919) - Optional Block<br>
|
|
344
|
+
<a id="enabled-976919"></a>• [`dc_cluster_group_connectivity_interface_enabled`](#enabled-976919) - Optional Block<br>Enable this option
|
|
345
345
|
|
|
346
346
|
<a id="interface-5e9f68"></a>• [`dedicated_interface`](#interface-5e9f68) - Optional Block<br>Dedicated Interface. Dedicated Interface Configuration<br>See [Dedicated Interface](#interface-5e9f68) below.
|
|
347
347
|
|
|
@@ -467,9 +467,9 @@ An [`interfaces`](#interfaces-e1b75d) block (within [`custom_network_config.inte
|
|
|
467
467
|
|
|
468
468
|
A [`sli_config`](#custom-network-config-sli-config) block (within [`custom_network_config`](#custom-network-config)) supports the following:
|
|
469
469
|
|
|
470
|
-
<a id="routes-ece448"></a>• [`no_static_routes`](#routes-ece448) - Optional Block<br>
|
|
470
|
+
<a id="routes-ece448"></a>• [`no_static_routes`](#routes-ece448) - Optional Block<br>Enable this option
|
|
471
471
|
|
|
472
|
-
<a id="routes-ef5627"></a>• [`no_v6_static_routes`](#routes-ef5627) - Optional Block<br>
|
|
472
|
+
<a id="routes-ef5627"></a>• [`no_v6_static_routes`](#routes-ef5627) - Optional Block<br>Enable this option
|
|
473
473
|
|
|
474
474
|
<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.
|
|
475
475
|
|
|
@@ -525,11 +525,11 @@ A [`slo_config`](#custom-network-config-slo-config) block (within [`custom_netwo
|
|
|
525
525
|
|
|
526
526
|
<a id="custom-network-config-slo-config-labels"></a>• [`labels`](#custom-network-config-slo-config-labels) - Optional Block<br>Add Labels for this network, these labels can be used in firewall policy
|
|
527
527
|
|
|
528
|
-
<a id="group-babd4e"></a>• [`no_dc_cluster_group`](#group-babd4e) - Optional Block<br>
|
|
528
|
+
<a id="group-babd4e"></a>• [`no_dc_cluster_group`](#group-babd4e) - Optional Block<br>Enable this option
|
|
529
529
|
|
|
530
|
-
<a id="routes-9a2e74"></a>• [`no_static_routes`](#routes-9a2e74) - Optional Block<br>
|
|
530
|
+
<a id="routes-9a2e74"></a>• [`no_static_routes`](#routes-9a2e74) - Optional Block<br>Enable this option
|
|
531
531
|
|
|
532
|
-
<a id="routes-d536d3"></a>• [`no_static_v6_routes`](#routes-d536d3) - Optional Block<br>
|
|
532
|
+
<a id="routes-d536d3"></a>• [`no_static_v6_routes`](#routes-d536d3) - Optional Block<br>Enable this option
|
|
533
533
|
|
|
534
534
|
<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.
|
|
535
535
|
|
|
@@ -585,13 +585,13 @@ A [`static_routes`](#routes-f61105) block (within [`custom_network_config.slo_co
|
|
|
585
585
|
|
|
586
586
|
A [`custom_storage_config`](#custom-storage-config) block supports the following:
|
|
587
587
|
|
|
588
|
-
<a id="class-8a4650"></a>• [`default_storage_class`](#class-8a4650) - Optional Block<br>
|
|
588
|
+
<a id="class-8a4650"></a>• [`default_storage_class`](#class-8a4650) - Optional Block<br>Enable this option
|
|
589
589
|
|
|
590
|
-
<a id="custom-storage-config-no-static-routes"></a>• [`no_static_routes`](#custom-storage-config-no-static-routes) - Optional Block<br>
|
|
590
|
+
<a id="custom-storage-config-no-static-routes"></a>• [`no_static_routes`](#custom-storage-config-no-static-routes) - Optional Block<br>Enable this option
|
|
591
591
|
|
|
592
|
-
<a id="custom-storage-config-no-storage-device"></a>• [`no_storage_device`](#custom-storage-config-no-storage-device) - Optional Block<br>
|
|
592
|
+
<a id="custom-storage-config-no-storage-device"></a>• [`no_storage_device`](#custom-storage-config-no-storage-device) - Optional Block<br>Enable this option
|
|
593
593
|
|
|
594
|
-
<a id="interfaces-a4a448"></a>• [`no_storage_interfaces`](#interfaces-a4a448) - Optional Block<br>
|
|
594
|
+
<a id="interfaces-a4a448"></a>• [`no_storage_interfaces`](#interfaces-a4a448) - Optional Block<br>Enable this option
|
|
595
595
|
|
|
596
596
|
<a id="custom-storage-config-static-routes"></a>• [`static_routes`](#custom-storage-config-static-routes) - Optional Block<br>Static Routes List. List of static routes<br>See [Static Routes](#custom-storage-config-static-routes) below.
|
|
597
597
|
|
|
@@ -613,7 +613,7 @@ A [`static_routes`](#routes-38e4c5) block (within [`custom_storage_config.static
|
|
|
613
613
|
|
|
614
614
|
<a id="attrs-017f7f"></a>• [`attrs`](#attrs-017f7f) - Optional List Defaults to `ROUTE_ATTR_NO_OP`<br>Possible values are `ROUTE_ATTR_NO_OP`, `ROUTE_ATTR_ADVERTISE`, `ROUTE_ATTR_INSTALL_HOST`, `ROUTE_ATTR_INSTALL_FORWARDING`, `ROUTE_ATTR_MERGE_ONLY`<br>[Enum: ROUTE_ATTR_NO_OP|ROUTE_ATTR_ADVERTISE|ROUTE_ATTR_INSTALL_HOST|ROUTE_ATTR_INSTALL_FORWARDING|ROUTE_ATTR_MERGE_ONLY] List of attributes that control forwarding, dynamic routing and control plane (host) reachability
|
|
615
615
|
|
|
616
|
-
<a id="gateway-64b546"></a>• [`default_gateway`](#gateway-64b546) - Optional Block<br>
|
|
616
|
+
<a id="gateway-64b546"></a>• [`default_gateway`](#gateway-64b546) - Optional Block<br>Enable this option
|
|
617
617
|
|
|
618
618
|
<a id="address-3bde3d"></a>• [`ip_address`](#address-3bde3d) - Optional String<br>Traffic matching the IP prefixes is sent to this IP Address
|
|
619
619
|
|
|
@@ -975,7 +975,7 @@ A [`k8s_cluster`](#k8s-cluster) block supports the following:
|
|
|
975
975
|
|
|
976
976
|
A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the following:
|
|
977
977
|
|
|
978
|
-
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>
|
|
978
|
+
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
|
|
979
979
|
|
|
980
980
|
<a id="drain-7e30d4"></a>• [`enable_upgrade_drain`](#drain-7e30d4) - Optional Block<br>Specify batch upgrade settings for worker nodes within a site<br>See [Enable Upgrade Drain](#drain-7e30d4) below.
|
|
981
981
|
|
|
@@ -983,13 +983,13 @@ A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the fol
|
|
|
983
983
|
|
|
984
984
|
An [`enable_upgrade_drain`](#drain-7e30d4) block (within [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain)) supports the following:
|
|
985
985
|
|
|
986
|
-
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>
|
|
986
|
+
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
|
|
987
987
|
|
|
988
988
|
<a id="count-3aa796"></a>• [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
|
|
989
989
|
|
|
990
990
|
<a id="timeout-ac4ee9"></a>• [`drain_node_timeout`](#timeout-ac4ee9) - Optional Number<br>Seconds to wait before initiating upgrade on the next set of nodes. Setting it to 0 will wait indefinitely for all services on nodes to be upgraded gracefully before proceeding to the next set of nodes. (Warning: It may block upgrade if services on a node cannot be gracefully upgraded. It is
|
|
991
991
|
|
|
992
|
-
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>
|
|
992
|
+
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Enable this option
|
|
993
993
|
|
|
994
994
|
#### Local Control Plane
|
|
995
995
|
|
|
@@ -997,9 +997,9 @@ A [`local_control_plane`](#local-control-plane) block supports the following:
|
|
|
997
997
|
|
|
998
998
|
<a id="local-control-plane-bgp-config"></a>• [`bgp_config`](#local-control-plane-bgp-config) - Optional Block<br>BGP Configuration. BGP configuration parameters<br>See [BGP Config](#local-control-plane-bgp-config) below.
|
|
999
999
|
|
|
1000
|
-
<a id="local-control-plane-inside-vn"></a>• [`inside_vn`](#local-control-plane-inside-vn) - Optional Block<br>
|
|
1000
|
+
<a id="local-control-plane-inside-vn"></a>• [`inside_vn`](#local-control-plane-inside-vn) - Optional Block<br>Enable this option
|
|
1001
1001
|
|
|
1002
|
-
<a id="local-control-plane-outside-vn"></a>• [`outside_vn`](#local-control-plane-outside-vn) - Optional Block<br>
|
|
1002
|
+
<a id="local-control-plane-outside-vn"></a>• [`outside_vn`](#local-control-plane-outside-vn) - Optional Block<br>Enable this option
|
|
1003
1003
|
|
|
1004
1004
|
#### Local Control Plane BGP Config
|
|
1005
1005
|
|
|
@@ -1013,11 +1013,11 @@ A [`bgp_config`](#local-control-plane-bgp-config) block (within [`local_control_
|
|
|
1013
1013
|
|
|
1014
1014
|
A [`peers`](#local-control-plane-bgp-config-peers) block (within [`local_control_plane.bgp_config`](#local-control-plane-bgp-config)) supports the following:
|
|
1015
1015
|
|
|
1016
|
-
<a id="disabled-1a15e3"></a>• [`bfd_disabled`](#disabled-1a15e3) - Optional Block<br>
|
|
1016
|
+
<a id="disabled-1a15e3"></a>• [`bfd_disabled`](#disabled-1a15e3) - Optional Block<br>Enable this option
|
|
1017
1017
|
|
|
1018
1018
|
<a id="enabled-26ad69"></a>• [`bfd_enabled`](#enabled-26ad69) - Optional Block<br>BFD. BFD parameters<br>See [Bfd Enabled](#enabled-26ad69) below.
|
|
1019
1019
|
|
|
1020
|
-
<a id="disable-4f02ea"></a>• [`disable`](#disable-4f02ea) - Optional Block<br>
|
|
1020
|
+
<a id="disable-4f02ea"></a>• [`disable`](#disable-4f02ea) - Optional Block<br>Enable this option
|
|
1021
1021
|
|
|
1022
1022
|
<a id="external-a31b05"></a>• [`external`](#external-a31b05) - Optional Block<br>External BGP Peer. External BGP Peer parameters<br>See [External](#external-a31b05) below.
|
|
1023
1023
|
|
|
@@ -1025,9 +1025,9 @@ A [`peers`](#local-control-plane-bgp-config-peers) block (within [`local_control
|
|
|
1025
1025
|
|
|
1026
1026
|
<a id="metadata-fc2912"></a>• [`metadata`](#metadata-fc2912) - Optional Block<br>MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create<br>See [Metadata](#metadata-fc2912) below.
|
|
1027
1027
|
|
|
1028
|
-
<a id="disabled-002c76"></a>• [`passive_mode_disabled`](#disabled-002c76) - Optional Block<br>
|
|
1028
|
+
<a id="disabled-002c76"></a>• [`passive_mode_disabled`](#disabled-002c76) - Optional Block<br>Enable this option
|
|
1029
1029
|
|
|
1030
|
-
<a id="enabled-9a2bed"></a>• [`passive_mode_enabled`](#enabled-9a2bed) - Optional Block<br>
|
|
1030
|
+
<a id="enabled-9a2bed"></a>• [`passive_mode_enabled`](#enabled-9a2bed) - Optional Block<br>Enable this option
|
|
1031
1031
|
|
|
1032
1032
|
<a id="policies-2724a9"></a>• [`routing_policies`](#policies-2724a9) - Optional Block<br>List of rules which can be applied on all or particular nodes<br>See [Routing Policies](#policies-2724a9) below.
|
|
1033
1033
|
|
|
@@ -1045,21 +1045,21 @@ An [`external`](#external-a31b05) block (within [`local_control_plane.bgp_config
|
|
|
1045
1045
|
|
|
1046
1046
|
<a id="asn-85f2ad"></a>• [`asn`](#asn-85f2ad) - Optional Number<br>Autonomous System Number for BGP peer
|
|
1047
1047
|
|
|
1048
|
-
<a id="gateway-546434"></a>• [`default_gateway`](#gateway-546434) - Optional Block<br>
|
|
1048
|
+
<a id="gateway-546434"></a>• [`default_gateway`](#gateway-546434) - Optional Block<br>Enable this option
|
|
1049
1049
|
|
|
1050
|
-
<a id="gateway-v6-475482"></a>• [`default_gateway_v6`](#gateway-v6-475482) - Optional Block<br>
|
|
1050
|
+
<a id="gateway-v6-475482"></a>• [`default_gateway_v6`](#gateway-v6-475482) - Optional Block<br>Enable this option
|
|
1051
1051
|
|
|
1052
|
-
<a id="disable-b2f80e"></a>• [`disable`](#disable-b2f80e) - Optional Block<br>
|
|
1052
|
+
<a id="disable-b2f80e"></a>• [`disable`](#disable-b2f80e) - Optional Block<br>Enable this option
|
|
1053
1053
|
|
|
1054
|
-
<a id="disable-v6-d0e9ac"></a>• [`disable_v6`](#disable-v6-d0e9ac) - Optional Block<br>
|
|
1054
|
+
<a id="disable-v6-d0e9ac"></a>• [`disable_v6`](#disable-v6-d0e9ac) - Optional Block<br>Enable this option
|
|
1055
1055
|
|
|
1056
|
-
<a id="connector-4797fa"></a>• [`external_connector`](#connector-4797fa) - Optional Block<br>
|
|
1056
|
+
<a id="connector-4797fa"></a>• [`external_connector`](#connector-4797fa) - Optional Block<br>Enable this option
|
|
1057
1057
|
|
|
1058
1058
|
<a id="inet-10a45f"></a>• [`family_inet`](#inet-10a45f) - Optional Block<br>BGP Family Inet. Parameters for inet family<br>See [Family Inet](#inet-10a45f) below.
|
|
1059
1059
|
|
|
1060
|
-
<a id="site-47677d"></a>• [`from_site`](#site-47677d) - Optional Block<br>
|
|
1060
|
+
<a id="site-47677d"></a>• [`from_site`](#site-47677d) - Optional Block<br>Enable this option
|
|
1061
1061
|
|
|
1062
|
-
<a id="site-v6-f9f6c0"></a>• [`from_site_v6`](#site-v6-f9f6c0) - Optional Block<br>
|
|
1062
|
+
<a id="site-v6-f9f6c0"></a>• [`from_site_v6`](#site-v6-f9f6c0) - Optional Block<br>Enable this option
|
|
1063
1063
|
|
|
1064
1064
|
<a id="interface-5533f3"></a>• [`interface`](#interface-5533f3) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Interface](#interface-5533f3) below.
|
|
1065
1065
|
|
|
@@ -1067,7 +1067,7 @@ An [`external`](#external-a31b05) block (within [`local_control_plane.bgp_config
|
|
|
1067
1067
|
|
|
1068
1068
|
<a id="key-766f91"></a>• [`md5_auth_key`](#key-766f91) - Optional String<br>MD5 key for protecting BGP Sessions (RFC 2385)
|
|
1069
1069
|
|
|
1070
|
-
<a id="authentication-089c59"></a>• [`no_authentication`](#authentication-089c59) - Optional Block<br>
|
|
1070
|
+
<a id="authentication-089c59"></a>• [`no_authentication`](#authentication-089c59) - Optional Block<br>Enable this option
|
|
1071
1071
|
|
|
1072
1072
|
<a id="port-3f6206"></a>• [`port`](#port-3f6206) - Optional Number<br>Peer Port. Peer TCP port number
|
|
1073
1073
|
|
|
@@ -1141,15 +1141,15 @@ A [`master_node_configuration`](#master-node-configuration) block supports the f
|
|
|
1141
1141
|
|
|
1142
1142
|
An [`offline_survivability_mode`](#offline-survivability-mode) block supports the following:
|
|
1143
1143
|
|
|
1144
|
-
<a id="mode-565021"></a>• [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>
|
|
1144
|
+
<a id="mode-565021"></a>• [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>Enable this option
|
|
1145
1145
|
|
|
1146
|
-
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>
|
|
1146
|
+
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>Enable this option
|
|
1147
1147
|
|
|
1148
1148
|
#### OS
|
|
1149
1149
|
|
|
1150
1150
|
An [`os`](#os) block supports the following:
|
|
1151
1151
|
|
|
1152
|
-
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>
|
|
1152
|
+
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>Enable this option
|
|
1153
1153
|
|
|
1154
1154
|
<a id="os-operating-system-version"></a>• [`operating_system_version`](#os-operating-system-version) - Optional String<br>Specify a OS version to be used e.g. 9.2024.6
|
|
1155
1155
|
|
|
@@ -1173,7 +1173,7 @@ A [`sriov_interface`](#sriov-interfaces-sriov-interface) block (within [`sriov_i
|
|
|
1173
1173
|
|
|
1174
1174
|
A [`sw`](#sw) block supports the following:
|
|
1175
1175
|
|
|
1176
|
-
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>
|
|
1176
|
+
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>Enable this option
|
|
1177
1177
|
|
|
1178
1178
|
<a id="sw-volterra-software-version"></a>• [`volterra_software_version`](#sw-volterra-software-version) - Optional String<br>Specify a F5XC Software Version to be used e.g. Crt-20210329-1002
|
|
1179
1179
|
|
|
@@ -36,11 +36,11 @@ resource "f5xc_waf_exclusion_policy" "example" {
|
|
|
36
36
|
waf_exclusion_rules {
|
|
37
37
|
# Configure waf_exclusion_rules settings
|
|
38
38
|
}
|
|
39
|
-
#
|
|
39
|
+
# Enable this option
|
|
40
40
|
any_domain {
|
|
41
41
|
# Configure any_domain settings
|
|
42
42
|
}
|
|
43
|
-
#
|
|
43
|
+
# Enable this option
|
|
44
44
|
any_path {
|
|
45
45
|
# Configure any_path settings
|
|
46
46
|
}
|
|
@@ -94,9 +94,9 @@ A [`timeouts`](#timeouts) block supports the following:
|
|
|
94
94
|
|
|
95
95
|
A [`waf_exclusion_rules`](#waf-exclusion-rules) block supports the following:
|
|
96
96
|
|
|
97
|
-
<a id="waf-exclusion-rules-any-domain"></a>• [`any_domain`](#waf-exclusion-rules-any-domain) - Optional Block<br>
|
|
97
|
+
<a id="waf-exclusion-rules-any-domain"></a>• [`any_domain`](#waf-exclusion-rules-any-domain) - Optional Block<br>Enable this option
|
|
98
98
|
|
|
99
|
-
<a id="waf-exclusion-rules-any-path"></a>• [`any_path`](#waf-exclusion-rules-any-path) - Optional Block<br>
|
|
99
|
+
<a id="waf-exclusion-rules-any-path"></a>• [`any_path`](#waf-exclusion-rules-any-path) - Optional Block<br>Enable this option
|
|
100
100
|
|
|
101
101
|
<a id="control-b277f9"></a>• [`app_firewall_detection_control`](#control-b277f9) - Optional Block<br>Define the list of Signature IDs, Violations, Attack Types and Bot Names that should be excluded from triggering on the defined match criteria<br>See [App Firewall Detection Control](#control-b277f9) below.
|
|
102
102
|
|
|
@@ -114,7 +114,7 @@ A [`waf_exclusion_rules`](#waf-exclusion-rules) block supports the following:
|
|
|
114
114
|
|
|
115
115
|
<a id="waf-exclusion-rules-suffix-value"></a>• [`suffix_value`](#waf-exclusion-rules-suffix-value) - Optional String<br>Suffix of domain name e.g 'xyz.com' will match '*.xyz.com' and 'xyz.com'
|
|
116
116
|
|
|
117
|
-
<a id="waf-exclusion-rules-waf-skip-processing"></a>• [`waf_skip_processing`](#waf-exclusion-rules-waf-skip-processing) - Optional Block<br>
|
|
117
|
+
<a id="waf-exclusion-rules-waf-skip-processing"></a>• [`waf_skip_processing`](#waf-exclusion-rules-waf-skip-processing) - Optional Block<br>Enable this option
|
|
118
118
|
|
|
119
119
|
#### WAF Exclusion Rules App Firewall Detection Control
|
|
120
120
|
|