@robinmordasiewicz/f5xc-terraform-mcp 3.0.1 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/dist/docs/data-sources/addon_service.md +143 -0
  2. package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
  3. package/dist/docs/data-sources/addon_subscription.md +134 -0
  4. package/dist/docs/data-sources/allowed_tenant.md +134 -0
  5. package/dist/docs/data-sources/api_credential.md +134 -0
  6. package/dist/docs/data-sources/bigip_irule.md +134 -0
  7. package/dist/docs/data-sources/child_tenant.md +134 -0
  8. package/dist/docs/data-sources/child_tenant_manager.md +134 -0
  9. package/dist/docs/data-sources/contact.md +134 -0
  10. package/dist/docs/data-sources/customer_support.md +134 -0
  11. package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
  12. package/dist/docs/data-sources/dns_lb_pool.md +134 -0
  13. package/dist/docs/data-sources/dns_load_balancer.md +134 -0
  14. package/dist/docs/data-sources/dns_zone.md +145 -0
  15. package/dist/docs/data-sources/geo_location_set.md +134 -0
  16. package/dist/docs/data-sources/ike1.md +134 -0
  17. package/dist/docs/data-sources/ike2.md +134 -0
  18. package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
  19. package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
  20. package/dist/docs/data-sources/infraprotect_asn.md +134 -0
  21. package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
  22. package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
  23. package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
  24. package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
  25. package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
  26. package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
  27. package/dist/docs/data-sources/k8s_cluster.md +134 -0
  28. package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
  29. package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
  30. package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
  31. package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
  32. package/dist/docs/data-sources/managed_tenant.md +134 -0
  33. package/dist/docs/data-sources/namespace.md +141 -0
  34. package/dist/docs/data-sources/oidc_provider.md +134 -0
  35. package/dist/docs/data-sources/quota.md +134 -0
  36. package/dist/docs/data-sources/registration.md +134 -0
  37. package/dist/docs/data-sources/report_config.md +134 -0
  38. package/dist/docs/data-sources/role.md +134 -0
  39. package/dist/docs/data-sources/secret_policy.md +134 -0
  40. package/dist/docs/data-sources/secret_policy_rule.md +134 -0
  41. package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
  42. package/dist/docs/data-sources/srv6_network_slice.md +134 -0
  43. package/dist/docs/data-sources/tenant_profile.md +134 -0
  44. package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
  45. package/dist/docs/data-sources/token.md +134 -0
  46. package/dist/docs/data-sources/tpm_api_key.md +134 -0
  47. package/dist/docs/data-sources/tpm_category.md +134 -0
  48. package/dist/docs/data-sources/tpm_manager.md +134 -0
  49. package/dist/docs/data-sources/virtual_k8s.md +134 -0
  50. package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
  51. package/dist/docs/resources/addon_subscription.md +213 -0
  52. package/dist/docs/resources/allowed_tenant.md +181 -0
  53. package/dist/docs/resources/api_credential.md +184 -0
  54. package/dist/docs/resources/bigip_irule.md +173 -0
  55. package/dist/docs/resources/child_tenant.md +237 -0
  56. package/dist/docs/resources/child_tenant_manager.md +201 -0
  57. package/dist/docs/resources/contact.md +187 -0
  58. package/dist/docs/resources/customer_support.md +253 -0
  59. package/dist/docs/resources/dns_lb_health_check.md +249 -0
  60. package/dist/docs/resources/dns_lb_pool.md +310 -0
  61. package/dist/docs/resources/dns_load_balancer.md +309 -0
  62. package/dist/docs/resources/dns_zone.md +790 -0
  63. package/dist/docs/resources/geo_location_set.md +180 -0
  64. package/dist/docs/resources/ike1.md +216 -0
  65. package/dist/docs/resources/ike2.md +210 -0
  66. package/dist/docs/resources/ike_phase1_profile.md +224 -0
  67. package/dist/docs/resources/ike_phase2_profile.md +214 -0
  68. package/dist/docs/resources/infraprotect_asn.md +183 -0
  69. package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
  70. package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
  71. package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
  72. package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
  73. package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
  74. package/dist/docs/resources/infraprotect_tunnel.md +289 -0
  75. package/dist/docs/resources/k8s_cluster.md +326 -0
  76. package/dist/docs/resources/k8s_cluster_role.md +222 -0
  77. package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
  78. package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
  79. package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
  80. package/dist/docs/resources/managed_tenant.md +193 -0
  81. package/dist/docs/resources/namespace.md +170 -0
  82. package/dist/docs/resources/oidc_provider.md +291 -0
  83. package/dist/docs/resources/quota.md +187 -0
  84. package/dist/docs/resources/registration.md +489 -0
  85. package/dist/docs/resources/report_config.md +237 -0
  86. package/dist/docs/resources/role.md +183 -0
  87. package/dist/docs/resources/secret_policy.md +240 -0
  88. package/dist/docs/resources/secret_policy_rule.md +198 -0
  89. package/dist/docs/resources/securemesh_site_v2.md +2027 -0
  90. package/dist/docs/resources/srv6_network_slice.md +175 -0
  91. package/dist/docs/resources/tenant_profile.md +233 -0
  92. package/dist/docs/resources/ticket_tracking_system.md +195 -0
  93. package/dist/docs/resources/token.md +170 -0
  94. package/dist/docs/resources/tpm_api_key.md +191 -0
  95. package/dist/docs/resources/tpm_category.md +191 -0
  96. package/dist/docs/resources/tpm_manager.md +167 -0
  97. package/dist/docs/resources/virtual_k8s.md +209 -0
  98. package/dist/docs/resources/voltshare_admin_policy.md +271 -0
  99. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  100. package/dist/docs/specifications/api/README.md +1 -1
  101. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  102. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  103. package/dist/docs/specifications/api/domains/api.json +173 -173
  104. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  105. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  106. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  107. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  108. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  109. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  110. package/dist/docs/specifications/api/domains/ce_management.json +111 -111
  111. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  112. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  113. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  114. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  115. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  116. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  117. package/dist/docs/specifications/api/domains/dns.json +148 -148
  118. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  119. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  120. package/dist/docs/specifications/api/domains/network.json +230 -230
  121. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  122. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  123. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  124. package/dist/docs/specifications/api/domains/observability.json +102 -102
  125. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  126. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  127. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  128. package/dist/docs/specifications/api/domains/shape.json +313 -313
  129. package/dist/docs/specifications/api/domains/sites.json +349 -349
  130. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  131. package/dist/docs/specifications/api/domains/support.json +108 -108
  132. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  133. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  134. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  135. package/dist/docs/specifications/api/domains/users.json +66 -66
  136. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  137. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  138. package/dist/docs/specifications/api/domains/waf.json +139 -139
  139. package/dist/docs/specifications/api/index.json +99 -4
  140. package/dist/docs/specifications/api/openapi.json +2616 -2616
  141. package/dist/docs/specifications/api/openapi.yaml +2616 -2616
  142. package/package.json +1 -1
@@ -0,0 +1,309 @@
1
+ ---
2
+ page_title: "f5xc_dns_load_balancer Resource - terraform-provider-f5xc"
3
+ subcategory: "DNS"
4
+ description: |-
5
+ Manages DNS Load Balancer in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_dns_load_balancer (Resource)
9
+
10
+ Manages DNS Load Balancer in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
11
+
12
+ ~> **Note** For more information about this resource, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
13
+
14
+ ## Example Usage
15
+
16
+ ```terraform
17
+ # DNS Load Balancer Resource Example
18
+ # Manages DNS Load Balancer in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
19
+
20
+ # Basic DNS Load Balancer configuration
21
+ resource "f5xc_dns_load_balancer" "example" {
22
+ name = "example-dns-load-balancer"
23
+ namespace = "staging"
24
+
25
+ labels = {
26
+ environment = "production"
27
+ managed_by = "terraform"
28
+ }
29
+
30
+ annotations = {
31
+ "owner" = "platform-team"
32
+ }
33
+
34
+ # DNS Load Balancer configuration
35
+ record_type = "A"
36
+
37
+ # DNS zone reference
38
+ dns_zone {
39
+ name = "example-dns-zone"
40
+ namespace = "staging"
41
+ }
42
+
43
+ # Rule-based load balancing
44
+ rule_list {
45
+ rules {
46
+ geo_location_set {
47
+ name = "us-geo"
48
+ namespace = "shared"
49
+ }
50
+ pool {
51
+ name = "us-pool"
52
+ namespace = "staging"
53
+ }
54
+ score = 100
55
+ }
56
+ }
57
+ }
58
+ ```
59
+
60
+ <!-- schema generated by tfplugindocs -->
61
+ ## Argument Reference
62
+
63
+ ### Metadata Argument Reference
64
+
65
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the DNS Load Balancer. Must be unique within the namespace
66
+
67
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the DNS Load Balancer will be created
68
+
69
+ <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
70
+
71
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
72
+
73
+ <a id="disable"></a>&#x2022; [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
74
+
75
+ <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
76
+
77
+ ### Spec Argument Reference
78
+
79
+ <a id="fallback-pool"></a>&#x2022; [`fallback_pool`](#fallback-pool) - 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 [Fallback Pool](#fallback-pool) below for details.
80
+
81
+ <a id="record-type"></a>&#x2022; [`record_type`](#record-type) - Optional String Defaults to `A`<br>Possible values are `A`, `AAAA`, `MX`, `CNAME`, `SRV`<br>[Enum: A|AAAA|MX|CNAME|SRV] Resource Record Type. Resource Record Type - A: A - AAAA: AAAA - MX: MX - CNAME: CNAME - SRV: SRV
82
+
83
+ <a id="response-cache"></a>&#x2022; [`response_cache`](#response-cache) - Optional Block<br>Response Cache. Response Cache<br>See [Response Cache](#response-cache) below for details.
84
+
85
+ <a id="rule-list"></a>&#x2022; [`rule_list`](#rule-list) - Optional Block<br>Load Balancing Rule List. List of the Load Balancing Rules<br>See [Rule List](#rule-list) below for details.
86
+
87
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
88
+
89
+ ### Attributes Reference
90
+
91
+ In addition to all arguments above, the following attributes are exported:
92
+
93
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
94
+
95
+ ---
96
+
97
+ #### Fallback Pool
98
+
99
+ <a id="objref-0a2995"></a>Uses standard [Object Reference](#common-object-reference) fields (name, namespace, tenant).
100
+
101
+ #### Response Cache
102
+
103
+ A [`response_cache`](#response-cache) block supports the following:
104
+
105
+ <a id="parameters-3b3c71"></a>&#x2022; [`default_response_cache_parameters`](#parameters-3b3c71) - Optional Block<br>Enable this option
106
+
107
+ <a id="response-cache-disable"></a>&#x2022; [`disable`](#response-cache-disable) - Optional Block<br>Enable this option
108
+
109
+ <a id="parameters-0ffd09"></a>&#x2022; [`response_cache_parameters`](#parameters-0ffd09) - Optional Block<br>Response Cache Parameters<br>See [Response Cache Parameters](#parameters-0ffd09) below.
110
+
111
+ #### Response Cache Response Cache Parameters
112
+
113
+ A [`response_cache_parameters`](#parameters-0ffd09) block (within [`response_cache`](#response-cache)) supports the following:
114
+
115
+ <a id="ipv4-f27f02"></a>&#x2022; [`cache_cidr_ipv4`](#ipv4-f27f02) - Optional Number<br>Length of IPv4 CIDR masks. Length of CIDR masks used to group IPv4 clients
116
+
117
+ <a id="ipv6-f739d0"></a>&#x2022; [`cache_cidr_ipv6`](#ipv6-f739d0) - Optional Number<br>Length of IPv6 CIDR masks. Length of CIDR masks used to group IPv6 clients
118
+
119
+ <a id="ttl-3f40f9"></a>&#x2022; [`cache_ttl`](#ttl-3f40f9) - Optional Number<br>TTL. TTL for response cache
120
+
121
+ #### Rule List
122
+
123
+ A [`rule_list`](#rule-list) block supports the following:
124
+
125
+ <a id="rule-list-rules"></a>&#x2022; [`rules`](#rule-list-rules) - Optional Block<br>Load Balancing Rules. Rules to perform load balancing<br>See [Rules](#rule-list-rules) below.
126
+
127
+ #### Rule List Rules
128
+
129
+ A [`rules`](#rule-list-rules) block (within [`rule_list`](#rule-list)) supports the following:
130
+
131
+ <a id="rule-list-rules-asn-list"></a>&#x2022; [`asn_list`](#rule-list-rules-asn-list) - Optional Block<br>ASN Match List. An unordered set of RFC 6793 defined 4-byte AS numbers that can be used to create allow or deny lists for use in network policy or service policy. It can be used to create the allow list only for DNS Load Balancer<br>See [Asn List](#rule-list-rules-asn-list) below.
132
+
133
+ <a id="rule-list-rules-asn-matcher"></a>&#x2022; [`asn_matcher`](#rule-list-rules-asn-matcher) - Optional Block<br>ASN Matcher. Match any AS number contained in the list of bgp_asn_sets<br>See [Asn Matcher](#rule-list-rules-asn-matcher) below.
134
+
135
+ <a id="selector-5f4505"></a>&#x2022; [`geo_location_label_selector`](#selector-5f4505) - Optional Block<br>Label Selector. This type can be used to establish a 'selector reference' from one object(called selector) to a set of other objects(called selectees) based on the value of expresssions. A label selector is a label query over a set of resources. An empty label selector matches all objects. A null label selector matches no objects. Label selector is immutable. expressions is a list of strings of label selection expression. Each string has ',' separated values which are 'AND' and all strings are logically 'OR'. BNF for expression string `<selector-syntax>` ::= `<requirement>` | `<requirement>` ',' `<selector-syntax>` `<requirement>` ::= [!] KEY [ `<set-based-restriction>` | `<exact-match-restriction>` ] `<set-based-restriction>` ::= '' | `<inclusion-exclusion>` `<value-set>` `<inclusion-exclusion>` ::= `<inclusion>` | `<exclusion>` `<exclusion>` ::= 'notin' `<inclusion>` ::= 'in' `<value-set>` ::= '(' `<values>` ')' `<values>` ::= VALUE | VALUE ',' `<values>` `<exact-match-restriction>` ::= ['='|'=='|'!='] VALUE<br>See [Geo Location Label Selector](#selector-5f4505) below.
136
+
137
+ <a id="rule-list-rules-geo-location-set"></a>&#x2022; [`geo_location_set`](#rule-list-rules-geo-location-set) - 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 [Geo Location Set](#rule-list-rules-geo-location-set) below.
138
+
139
+ <a id="rule-list-rules-ip-prefix-list"></a>&#x2022; [`ip_prefix_list`](#rule-list-rules-ip-prefix-list) - Optional Block<br>IP Prefix Match List. List of IP Prefix strings to match against<br>See [IP Prefix List](#rule-list-rules-ip-prefix-list) below.
140
+
141
+ <a id="rule-list-rules-ip-prefix-set"></a>&#x2022; [`ip_prefix_set`](#rule-list-rules-ip-prefix-set) - Optional Block<br>IP Prefix Matcher. Match any IP prefix contained in the list of ip_prefix_sets. The result of the match is inverted if invert_matcher is true<br>See [IP Prefix Set](#rule-list-rules-ip-prefix-set) below.
142
+
143
+ <a id="rule-list-rules-pool"></a>&#x2022; [`pool`](#rule-list-rules-pool) - 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 [Pool](#rule-list-rules-pool) below.
144
+
145
+ <a id="rule-list-rules-score"></a>&#x2022; [`score`](#rule-list-rules-score) - Optional Number<br>Score. When multiple load balancing rules match a query, the one with the highest score is chosen
146
+
147
+ #### Rule List Rules Asn List
148
+
149
+ An [`asn_list`](#rule-list-rules-asn-list) block (within [`rule_list.rules`](#rule-list-rules)) supports the following:
150
+
151
+ <a id="rule-list-rules-asn-list-as-numbers"></a>&#x2022; [`as_numbers`](#rule-list-rules-asn-list-as-numbers) - Optional List<br>AS Numbers. An unordered set of RFC 6793 defined 4-byte AS numbers that can be used to create allow or deny lists for use in network policy or service policy. It can be used to create the allow list only for DNS Load Balancer
152
+
153
+ #### Rule List Rules Asn Matcher
154
+
155
+ An [`asn_matcher`](#rule-list-rules-asn-matcher) block (within [`rule_list.rules`](#rule-list-rules)) supports the following:
156
+
157
+ <a id="rule-list-rules-asn-matcher-asn-sets"></a>&#x2022; [`asn_sets`](#rule-list-rules-asn-matcher-asn-sets) - Optional Block<br>BGP ASN Sets. A list of references to bgp_asn_set objects<br>See [Asn Sets](#rule-list-rules-asn-matcher-asn-sets) below.
158
+
159
+ #### Rule List Rules Asn Matcher Asn Sets
160
+
161
+ An [`asn_sets`](#rule-list-rules-asn-matcher-asn-sets) block (within [`rule_list.rules.asn_matcher`](#rule-list-rules-asn-matcher)) supports the following:
162
+
163
+ <a id="kind-bd89a0"></a>&#x2022; [`kind`](#kind-bd89a0) - Optional String<br>Object reference kind
164
+
165
+ <a id="name-378ca0"></a>&#x2022; [`name`](#name-378ca0) - Optional String<br>Object reference name
166
+
167
+ <a id="namespace-963f1b"></a>&#x2022; [`namespace`](#namespace-963f1b) - Optional String<br>Object reference namespace
168
+
169
+ <a id="tenant-c46e8d"></a>&#x2022; [`tenant`](#tenant-c46e8d) - Optional String<br>Object reference tenant
170
+
171
+ <a id="uid-ec2c4e"></a>&#x2022; [`uid`](#uid-ec2c4e) - Optional String<br>Object reference UID
172
+
173
+ #### Rule List Rules Geo Location Label Selector
174
+
175
+ A [`geo_location_label_selector`](#selector-5f4505) block (within [`rule_list.rules`](#rule-list-rules)) supports the following:
176
+
177
+ <a id="expressions-7e492b"></a>&#x2022; [`expressions`](#expressions-7e492b) - Optional List<br>Selector Expression. expressions contains the kubernetes style label expression for selections
178
+
179
+ #### Rule List Rules Geo Location Set
180
+
181
+ <a id="objref-f57bc9"></a>Uses standard [Object Reference](#common-object-reference) fields (name, namespace, tenant).
182
+
183
+ #### Rule List Rules IP Prefix List
184
+
185
+ An [`ip_prefix_list`](#rule-list-rules-ip-prefix-list) block (within [`rule_list.rules`](#rule-list-rules)) supports the following:
186
+
187
+ <a id="match-e89cea"></a>&#x2022; [`invert_match`](#match-e89cea) - Optional Bool<br>Invert Match Result. Invert the match result
188
+
189
+ <a id="prefixes-3033cf"></a>&#x2022; [`ip_prefixes`](#prefixes-3033cf) - Optional List<br>IPv4 Prefix List. List of IPv4 prefix strings
190
+
191
+ #### Rule List Rules IP Prefix Set
192
+
193
+ An [`ip_prefix_set`](#rule-list-rules-ip-prefix-set) block (within [`rule_list.rules`](#rule-list-rules)) supports the following:
194
+
195
+ <a id="matcher-727022"></a>&#x2022; [`invert_matcher`](#matcher-727022) - Optional Bool<br>Invert IP Matcher. Invert the match result
196
+
197
+ <a id="sets-74d68b"></a>&#x2022; [`prefix_sets`](#sets-74d68b) - Optional Block<br>IP Prefix Sets. A list of references to ip_prefix_set objects<br>See [Prefix Sets](#sets-74d68b) below.
198
+
199
+ #### Rule List Rules IP Prefix Set Prefix Sets
200
+
201
+ <a id="deep-073082"></a>Deeply nested **Sets** block collapsed for readability.
202
+
203
+ #### Rule List Rules Pool
204
+
205
+ <a id="objref-113d67"></a>Uses standard [Object Reference](#common-object-reference) fields (name, namespace, tenant).
206
+
207
+ #### Timeouts
208
+
209
+ A [`timeouts`](#timeouts) block supports the following:
210
+
211
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
212
+
213
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
214
+
215
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
216
+
217
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
218
+
219
+ ---
220
+
221
+ ## Common Types
222
+
223
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
224
+
225
+ ### Object Reference {#common-object-reference}
226
+
227
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
228
+
229
+ | Field | Type | Description |
230
+ | ----- | ---- | ----------- |
231
+ | `name` | String | Name of the referenced object |
232
+ | `namespace` | String | Namespace containing the referenced object |
233
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
234
+
235
+ ### Transformers {#common-transformers}
236
+
237
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
238
+
239
+ | Value | Description |
240
+ | ----- | ----------- |
241
+ | `LOWER_CASE` | Convert to lowercase |
242
+ | `UPPER_CASE` | Convert to uppercase |
243
+ | `BASE64_DECODE` | Decode base64 content |
244
+ | `NORMALIZE_PATH` | Normalize URL path |
245
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
246
+ | `URL_DECODE` | Decode URL-encoded characters |
247
+ | `TRIM_LEFT` | Trim leading whitespace |
248
+ | `TRIM_RIGHT` | Trim trailing whitespace |
249
+ | `TRIM` | Trim both leading and trailing whitespace |
250
+
251
+ ### HTTP Methods {#common-http-methods}
252
+
253
+ HTTP methods used for request matching.
254
+
255
+ | Value | Description |
256
+ | ----- | ----------- |
257
+ | `ANY` | Match any HTTP method |
258
+ | `GET` | HTTP GET request |
259
+ | `HEAD` | HTTP HEAD request |
260
+ | `POST` | HTTP POST request |
261
+ | `PUT` | HTTP PUT request |
262
+ | `DELETE` | HTTP DELETE request |
263
+ | `CONNECT` | HTTP CONNECT request |
264
+ | `OPTIONS` | HTTP OPTIONS request |
265
+ | `TRACE` | HTTP TRACE request |
266
+ | `PATCH` | HTTP PATCH request |
267
+ | `COPY` | HTTP COPY request (WebDAV) |
268
+
269
+ ### TLS Fingerprints {#common-tls-fingerprints}
270
+
271
+ TLS fingerprint categories for malicious client detection.
272
+
273
+ | Value | Description |
274
+ | ----- | ----------- |
275
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
276
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
277
+ | `ADWARE` | Adware-associated fingerprints |
278
+ | `DRIDEX` | Dridex malware fingerprints |
279
+ | `GOOTKIT` | Gootkit malware fingerprints |
280
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
281
+ | `TRICKBOT` | Trickbot malware fingerprints |
282
+
283
+ ### IP Threat Categories {#common-ip-threat-categories}
284
+
285
+ IP address threat categories for security filtering.
286
+
287
+ | Value | Description |
288
+ | ----- | ----------- |
289
+ | `SPAM_SOURCES` | Known spam sources |
290
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
291
+ | `WEB_ATTACKS` | Web attack sources |
292
+ | `BOTNETS` | Known botnet IPs |
293
+ | `SCANNERS` | Network scanner IPs |
294
+ | `REPUTATION` | Poor reputation IPs |
295
+ | `PHISHING` | Phishing-related IPs |
296
+ | `PROXY` | Anonymous proxy IPs |
297
+ | `MOBILE_THREATS` | Mobile threat sources |
298
+ | `TOR_PROXY` | Tor exit nodes |
299
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
300
+ | `NETWORK` | Known bad network ranges |
301
+
302
+ ## Import
303
+
304
+ Import is supported using the following syntax:
305
+
306
+ ```shell
307
+ # Import using namespace/name format
308
+ terraform import f5xc_dns_load_balancer.example system/example
309
+ ```