@robinmordasiewicz/f5xc-terraform-mcp 3.0.0 → 3.0.2

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 (99) 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/package.json +1 -1
@@ -0,0 +1,134 @@
1
+ ---
2
+ page_title: "f5xc_dns_lb_health_check Data Source - terraform-provider-f5xc"
3
+ subcategory: "DNS"
4
+ description: |-
5
+ Manages DNS Load Balancer Health Check in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_dns_lb_health_check (Data Source)
9
+
10
+ Manages DNS Load Balancer Health Check 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 data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
13
+
14
+ ## Example Usage
15
+
16
+ ```terraform
17
+ # DNS LB Health Check Data Source Example
18
+ # Retrieves information about an existing DNS LB Health Check
19
+
20
+ # Look up an existing DNS LB Health Check by name
21
+ data "f5xc_dns_lb_health_check" "example" {
22
+ name = "example-dns-lb-health-check"
23
+ namespace = "system"
24
+ }
25
+
26
+ # Example: Use the data source in another resource
27
+ # output "dns_lb_health_check_id" {
28
+ # value = data.f5xc_dns_lb_health_check.example.id
29
+ # }
30
+ ```
31
+
32
+ <!-- schema generated by tfplugindocs -->
33
+ ## Argument Reference
34
+
35
+ ### Metadata Argument Reference
36
+
37
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the DNSLBHealthCheck
38
+
39
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the DNSLBHealthCheck exists
40
+
41
+ ### Attributes Reference
42
+
43
+ In addition to all arguments above, the following attributes are exported:
44
+
45
+ <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations applied to this resource
46
+
47
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Description of the DNSLBHealthCheck
48
+
49
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
50
+
51
+ <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels applied to this resource
52
+
53
+ ---
54
+
55
+ ## Common Types
56
+
57
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
58
+
59
+ ### Object Reference {#common-object-reference}
60
+
61
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
62
+
63
+ | Field | Type | Description |
64
+ | ----- | ---- | ----------- |
65
+ | `name` | String | Name of the referenced object |
66
+ | `namespace` | String | Namespace containing the referenced object |
67
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
68
+
69
+ ### Transformers {#common-transformers}
70
+
71
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
72
+
73
+ | Value | Description |
74
+ | ----- | ----------- |
75
+ | `LOWER_CASE` | Convert to lowercase |
76
+ | `UPPER_CASE` | Convert to uppercase |
77
+ | `BASE64_DECODE` | Decode base64 content |
78
+ | `NORMALIZE_PATH` | Normalize URL path |
79
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
80
+ | `URL_DECODE` | Decode URL-encoded characters |
81
+ | `TRIM_LEFT` | Trim leading whitespace |
82
+ | `TRIM_RIGHT` | Trim trailing whitespace |
83
+ | `TRIM` | Trim both leading and trailing whitespace |
84
+
85
+ ### HTTP Methods {#common-http-methods}
86
+
87
+ HTTP methods used for request matching.
88
+
89
+ | Value | Description |
90
+ | ----- | ----------- |
91
+ | `ANY` | Match any HTTP method |
92
+ | `GET` | HTTP GET request |
93
+ | `HEAD` | HTTP HEAD request |
94
+ | `POST` | HTTP POST request |
95
+ | `PUT` | HTTP PUT request |
96
+ | `DELETE` | HTTP DELETE request |
97
+ | `CONNECT` | HTTP CONNECT request |
98
+ | `OPTIONS` | HTTP OPTIONS request |
99
+ | `TRACE` | HTTP TRACE request |
100
+ | `PATCH` | HTTP PATCH request |
101
+ | `COPY` | HTTP COPY request (WebDAV) |
102
+
103
+ ### TLS Fingerprints {#common-tls-fingerprints}
104
+
105
+ TLS fingerprint categories for malicious client detection.
106
+
107
+ | Value | Description |
108
+ | ----- | ----------- |
109
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
110
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
111
+ | `ADWARE` | Adware-associated fingerprints |
112
+ | `DRIDEX` | Dridex malware fingerprints |
113
+ | `GOOTKIT` | Gootkit malware fingerprints |
114
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
115
+ | `TRICKBOT` | Trickbot malware fingerprints |
116
+
117
+ ### IP Threat Categories {#common-ip-threat-categories}
118
+
119
+ IP address threat categories for security filtering.
120
+
121
+ | Value | Description |
122
+ | ----- | ----------- |
123
+ | `SPAM_SOURCES` | Known spam sources |
124
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
125
+ | `WEB_ATTACKS` | Web attack sources |
126
+ | `BOTNETS` | Known botnet IPs |
127
+ | `SCANNERS` | Network scanner IPs |
128
+ | `REPUTATION` | Poor reputation IPs |
129
+ | `PHISHING` | Phishing-related IPs |
130
+ | `PROXY` | Anonymous proxy IPs |
131
+ | `MOBILE_THREATS` | Mobile threat sources |
132
+ | `TOR_PROXY` | Tor exit nodes |
133
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
134
+ | `NETWORK` | Known bad network ranges |
@@ -0,0 +1,134 @@
1
+ ---
2
+ page_title: "f5xc_dns_lb_pool Data Source - terraform-provider-f5xc"
3
+ subcategory: "DNS"
4
+ description: |-
5
+ Manages DNS Load Balancer Pool in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_dns_lb_pool (Data Source)
9
+
10
+ Manages DNS Load Balancer Pool 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 data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
13
+
14
+ ## Example Usage
15
+
16
+ ```terraform
17
+ # DNS LB Pool Data Source Example
18
+ # Retrieves information about an existing DNS LB Pool
19
+
20
+ # Look up an existing DNS LB Pool by name
21
+ data "f5xc_dns_lb_pool" "example" {
22
+ name = "example-dns-lb-pool"
23
+ namespace = "system"
24
+ }
25
+
26
+ # Example: Use the data source in another resource
27
+ # output "dns_lb_pool_id" {
28
+ # value = data.f5xc_dns_lb_pool.example.id
29
+ # }
30
+ ```
31
+
32
+ <!-- schema generated by tfplugindocs -->
33
+ ## Argument Reference
34
+
35
+ ### Metadata Argument Reference
36
+
37
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the DNSLBPool
38
+
39
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the DNSLBPool exists
40
+
41
+ ### Attributes Reference
42
+
43
+ In addition to all arguments above, the following attributes are exported:
44
+
45
+ <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations applied to this resource
46
+
47
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Description of the DNSLBPool
48
+
49
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
50
+
51
+ <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels applied to this resource
52
+
53
+ ---
54
+
55
+ ## Common Types
56
+
57
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
58
+
59
+ ### Object Reference {#common-object-reference}
60
+
61
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
62
+
63
+ | Field | Type | Description |
64
+ | ----- | ---- | ----------- |
65
+ | `name` | String | Name of the referenced object |
66
+ | `namespace` | String | Namespace containing the referenced object |
67
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
68
+
69
+ ### Transformers {#common-transformers}
70
+
71
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
72
+
73
+ | Value | Description |
74
+ | ----- | ----------- |
75
+ | `LOWER_CASE` | Convert to lowercase |
76
+ | `UPPER_CASE` | Convert to uppercase |
77
+ | `BASE64_DECODE` | Decode base64 content |
78
+ | `NORMALIZE_PATH` | Normalize URL path |
79
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
80
+ | `URL_DECODE` | Decode URL-encoded characters |
81
+ | `TRIM_LEFT` | Trim leading whitespace |
82
+ | `TRIM_RIGHT` | Trim trailing whitespace |
83
+ | `TRIM` | Trim both leading and trailing whitespace |
84
+
85
+ ### HTTP Methods {#common-http-methods}
86
+
87
+ HTTP methods used for request matching.
88
+
89
+ | Value | Description |
90
+ | ----- | ----------- |
91
+ | `ANY` | Match any HTTP method |
92
+ | `GET` | HTTP GET request |
93
+ | `HEAD` | HTTP HEAD request |
94
+ | `POST` | HTTP POST request |
95
+ | `PUT` | HTTP PUT request |
96
+ | `DELETE` | HTTP DELETE request |
97
+ | `CONNECT` | HTTP CONNECT request |
98
+ | `OPTIONS` | HTTP OPTIONS request |
99
+ | `TRACE` | HTTP TRACE request |
100
+ | `PATCH` | HTTP PATCH request |
101
+ | `COPY` | HTTP COPY request (WebDAV) |
102
+
103
+ ### TLS Fingerprints {#common-tls-fingerprints}
104
+
105
+ TLS fingerprint categories for malicious client detection.
106
+
107
+ | Value | Description |
108
+ | ----- | ----------- |
109
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
110
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
111
+ | `ADWARE` | Adware-associated fingerprints |
112
+ | `DRIDEX` | Dridex malware fingerprints |
113
+ | `GOOTKIT` | Gootkit malware fingerprints |
114
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
115
+ | `TRICKBOT` | Trickbot malware fingerprints |
116
+
117
+ ### IP Threat Categories {#common-ip-threat-categories}
118
+
119
+ IP address threat categories for security filtering.
120
+
121
+ | Value | Description |
122
+ | ----- | ----------- |
123
+ | `SPAM_SOURCES` | Known spam sources |
124
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
125
+ | `WEB_ATTACKS` | Web attack sources |
126
+ | `BOTNETS` | Known botnet IPs |
127
+ | `SCANNERS` | Network scanner IPs |
128
+ | `REPUTATION` | Poor reputation IPs |
129
+ | `PHISHING` | Phishing-related IPs |
130
+ | `PROXY` | Anonymous proxy IPs |
131
+ | `MOBILE_THREATS` | Mobile threat sources |
132
+ | `TOR_PROXY` | Tor exit nodes |
133
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
134
+ | `NETWORK` | Known bad network ranges |
@@ -0,0 +1,134 @@
1
+ ---
2
+ page_title: "f5xc_dns_load_balancer Data Source - 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 (Data Source)
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 data source, 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 Data Source Example
18
+ # Retrieves information about an existing DNS Load Balancer
19
+
20
+ # Look up an existing DNS Load Balancer by name
21
+ data "f5xc_dns_load_balancer" "example" {
22
+ name = "example-dns-load-balancer"
23
+ namespace = "system"
24
+ }
25
+
26
+ # Example: Use the data source in another resource
27
+ # output "dns_load_balancer_id" {
28
+ # value = data.f5xc_dns_load_balancer.example.id
29
+ # }
30
+ ```
31
+
32
+ <!-- schema generated by tfplugindocs -->
33
+ ## Argument Reference
34
+
35
+ ### Metadata Argument Reference
36
+
37
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the DNSLoadBalancer
38
+
39
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the DNSLoadBalancer exists
40
+
41
+ ### Attributes Reference
42
+
43
+ In addition to all arguments above, the following attributes are exported:
44
+
45
+ <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations applied to this resource
46
+
47
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Description of the DNSLoadBalancer
48
+
49
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
50
+
51
+ <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels applied to this resource
52
+
53
+ ---
54
+
55
+ ## Common Types
56
+
57
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
58
+
59
+ ### Object Reference {#common-object-reference}
60
+
61
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
62
+
63
+ | Field | Type | Description |
64
+ | ----- | ---- | ----------- |
65
+ | `name` | String | Name of the referenced object |
66
+ | `namespace` | String | Namespace containing the referenced object |
67
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
68
+
69
+ ### Transformers {#common-transformers}
70
+
71
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
72
+
73
+ | Value | Description |
74
+ | ----- | ----------- |
75
+ | `LOWER_CASE` | Convert to lowercase |
76
+ | `UPPER_CASE` | Convert to uppercase |
77
+ | `BASE64_DECODE` | Decode base64 content |
78
+ | `NORMALIZE_PATH` | Normalize URL path |
79
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
80
+ | `URL_DECODE` | Decode URL-encoded characters |
81
+ | `TRIM_LEFT` | Trim leading whitespace |
82
+ | `TRIM_RIGHT` | Trim trailing whitespace |
83
+ | `TRIM` | Trim both leading and trailing whitespace |
84
+
85
+ ### HTTP Methods {#common-http-methods}
86
+
87
+ HTTP methods used for request matching.
88
+
89
+ | Value | Description |
90
+ | ----- | ----------- |
91
+ | `ANY` | Match any HTTP method |
92
+ | `GET` | HTTP GET request |
93
+ | `HEAD` | HTTP HEAD request |
94
+ | `POST` | HTTP POST request |
95
+ | `PUT` | HTTP PUT request |
96
+ | `DELETE` | HTTP DELETE request |
97
+ | `CONNECT` | HTTP CONNECT request |
98
+ | `OPTIONS` | HTTP OPTIONS request |
99
+ | `TRACE` | HTTP TRACE request |
100
+ | `PATCH` | HTTP PATCH request |
101
+ | `COPY` | HTTP COPY request (WebDAV) |
102
+
103
+ ### TLS Fingerprints {#common-tls-fingerprints}
104
+
105
+ TLS fingerprint categories for malicious client detection.
106
+
107
+ | Value | Description |
108
+ | ----- | ----------- |
109
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
110
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
111
+ | `ADWARE` | Adware-associated fingerprints |
112
+ | `DRIDEX` | Dridex malware fingerprints |
113
+ | `GOOTKIT` | Gootkit malware fingerprints |
114
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
115
+ | `TRICKBOT` | Trickbot malware fingerprints |
116
+
117
+ ### IP Threat Categories {#common-ip-threat-categories}
118
+
119
+ IP address threat categories for security filtering.
120
+
121
+ | Value | Description |
122
+ | ----- | ----------- |
123
+ | `SPAM_SOURCES` | Known spam sources |
124
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
125
+ | `WEB_ATTACKS` | Web attack sources |
126
+ | `BOTNETS` | Known botnet IPs |
127
+ | `SCANNERS` | Network scanner IPs |
128
+ | `REPUTATION` | Poor reputation IPs |
129
+ | `PHISHING` | Phishing-related IPs |
130
+ | `PROXY` | Anonymous proxy IPs |
131
+ | `MOBILE_THREATS` | Mobile threat sources |
132
+ | `TOR_PROXY` | Tor exit nodes |
133
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
134
+ | `NETWORK` | Known bad network ranges |
@@ -0,0 +1,145 @@
1
+ ---
2
+ page_title: "f5xc_dns_zone Data Source - terraform-provider-f5xc"
3
+ subcategory: "DNS"
4
+ description: |-
5
+ Manages DNS Zone in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_dns_zone (Data Source)
9
+
10
+ Manages DNS Zone 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 data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
13
+
14
+ ## Example Usage
15
+
16
+ ```terraform
17
+ # DNS Zone Data Source Example
18
+ # Retrieves information about an existing DNS Zone
19
+
20
+ # Look up an existing DNS Zone by name
21
+ data "f5xc_dns_zone" "example" {
22
+ name = "example-dns-zone"
23
+ namespace = "system"
24
+ }
25
+
26
+ # Example: Use the data source in another resource
27
+ # output "dns_zone_id" {
28
+ # value = data.f5xc_dns_zone.example.id
29
+ # }
30
+
31
+ # Example: Reference DNS zone in DNS load balancer
32
+ # resource "f5xc_dns_load_balancer" "example" {
33
+ # name = "example-dns-lb"
34
+ # namespace = "system"
35
+ #
36
+ # dns_zone {
37
+ # name = data.f5xc_dns_zone.example.name
38
+ # namespace = data.f5xc_dns_zone.example.namespace
39
+ # }
40
+ # }
41
+ ```
42
+
43
+ <!-- schema generated by tfplugindocs -->
44
+ ## Argument Reference
45
+
46
+ ### Metadata Argument Reference
47
+
48
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the DNSZone
49
+
50
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the DNSZone exists
51
+
52
+ ### Attributes Reference
53
+
54
+ In addition to all arguments above, the following attributes are exported:
55
+
56
+ <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations applied to this resource
57
+
58
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Description of the DNSZone
59
+
60
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
61
+
62
+ <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels applied to this resource
63
+
64
+ ---
65
+
66
+ ## Common Types
67
+
68
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
69
+
70
+ ### Object Reference {#common-object-reference}
71
+
72
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
73
+
74
+ | Field | Type | Description |
75
+ | ----- | ---- | ----------- |
76
+ | `name` | String | Name of the referenced object |
77
+ | `namespace` | String | Namespace containing the referenced object |
78
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
79
+
80
+ ### Transformers {#common-transformers}
81
+
82
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
83
+
84
+ | Value | Description |
85
+ | ----- | ----------- |
86
+ | `LOWER_CASE` | Convert to lowercase |
87
+ | `UPPER_CASE` | Convert to uppercase |
88
+ | `BASE64_DECODE` | Decode base64 content |
89
+ | `NORMALIZE_PATH` | Normalize URL path |
90
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
91
+ | `URL_DECODE` | Decode URL-encoded characters |
92
+ | `TRIM_LEFT` | Trim leading whitespace |
93
+ | `TRIM_RIGHT` | Trim trailing whitespace |
94
+ | `TRIM` | Trim both leading and trailing whitespace |
95
+
96
+ ### HTTP Methods {#common-http-methods}
97
+
98
+ HTTP methods used for request matching.
99
+
100
+ | Value | Description |
101
+ | ----- | ----------- |
102
+ | `ANY` | Match any HTTP method |
103
+ | `GET` | HTTP GET request |
104
+ | `HEAD` | HTTP HEAD request |
105
+ | `POST` | HTTP POST request |
106
+ | `PUT` | HTTP PUT request |
107
+ | `DELETE` | HTTP DELETE request |
108
+ | `CONNECT` | HTTP CONNECT request |
109
+ | `OPTIONS` | HTTP OPTIONS request |
110
+ | `TRACE` | HTTP TRACE request |
111
+ | `PATCH` | HTTP PATCH request |
112
+ | `COPY` | HTTP COPY request (WebDAV) |
113
+
114
+ ### TLS Fingerprints {#common-tls-fingerprints}
115
+
116
+ TLS fingerprint categories for malicious client detection.
117
+
118
+ | Value | Description |
119
+ | ----- | ----------- |
120
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
121
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
122
+ | `ADWARE` | Adware-associated fingerprints |
123
+ | `DRIDEX` | Dridex malware fingerprints |
124
+ | `GOOTKIT` | Gootkit malware fingerprints |
125
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
126
+ | `TRICKBOT` | Trickbot malware fingerprints |
127
+
128
+ ### IP Threat Categories {#common-ip-threat-categories}
129
+
130
+ IP address threat categories for security filtering.
131
+
132
+ | Value | Description |
133
+ | ----- | ----------- |
134
+ | `SPAM_SOURCES` | Known spam sources |
135
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
136
+ | `WEB_ATTACKS` | Web attack sources |
137
+ | `BOTNETS` | Known botnet IPs |
138
+ | `SCANNERS` | Network scanner IPs |
139
+ | `REPUTATION` | Poor reputation IPs |
140
+ | `PHISHING` | Phishing-related IPs |
141
+ | `PROXY` | Anonymous proxy IPs |
142
+ | `MOBILE_THREATS` | Mobile threat sources |
143
+ | `TOR_PROXY` | Tor exit nodes |
144
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
145
+ | `NETWORK` | Known bad network ranges |
@@ -0,0 +1,134 @@
1
+ ---
2
+ page_title: "f5xc_geo_location_set Data Source - terraform-provider-f5xc"
3
+ subcategory: "Cloud Resources"
4
+ description: |-
5
+ Manages Geolocation Set in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_geo_location_set (Data Source)
9
+
10
+ Manages Geolocation Set in F5 Distributed Cloud.
11
+
12
+ ~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
13
+
14
+ ## Example Usage
15
+
16
+ ```terraform
17
+ # Geo Location Set Data Source Example
18
+ # Retrieves information about an existing Geo Location Set
19
+
20
+ # Look up an existing Geo Location Set by name
21
+ data "f5xc_geo_location_set" "example" {
22
+ name = "example-geo-location-set"
23
+ namespace = "system"
24
+ }
25
+
26
+ # Example: Use the data source in another resource
27
+ # output "geo_location_set_id" {
28
+ # value = data.f5xc_geo_location_set.example.id
29
+ # }
30
+ ```
31
+
32
+ <!-- schema generated by tfplugindocs -->
33
+ ## Argument Reference
34
+
35
+ ### Metadata Argument Reference
36
+
37
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the GeoLocationSet
38
+
39
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the GeoLocationSet exists
40
+
41
+ ### Attributes Reference
42
+
43
+ In addition to all arguments above, the following attributes are exported:
44
+
45
+ <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations applied to this resource
46
+
47
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Description of the GeoLocationSet
48
+
49
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
50
+
51
+ <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels applied to this resource
52
+
53
+ ---
54
+
55
+ ## Common Types
56
+
57
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
58
+
59
+ ### Object Reference {#common-object-reference}
60
+
61
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
62
+
63
+ | Field | Type | Description |
64
+ | ----- | ---- | ----------- |
65
+ | `name` | String | Name of the referenced object |
66
+ | `namespace` | String | Namespace containing the referenced object |
67
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
68
+
69
+ ### Transformers {#common-transformers}
70
+
71
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
72
+
73
+ | Value | Description |
74
+ | ----- | ----------- |
75
+ | `LOWER_CASE` | Convert to lowercase |
76
+ | `UPPER_CASE` | Convert to uppercase |
77
+ | `BASE64_DECODE` | Decode base64 content |
78
+ | `NORMALIZE_PATH` | Normalize URL path |
79
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
80
+ | `URL_DECODE` | Decode URL-encoded characters |
81
+ | `TRIM_LEFT` | Trim leading whitespace |
82
+ | `TRIM_RIGHT` | Trim trailing whitespace |
83
+ | `TRIM` | Trim both leading and trailing whitespace |
84
+
85
+ ### HTTP Methods {#common-http-methods}
86
+
87
+ HTTP methods used for request matching.
88
+
89
+ | Value | Description |
90
+ | ----- | ----------- |
91
+ | `ANY` | Match any HTTP method |
92
+ | `GET` | HTTP GET request |
93
+ | `HEAD` | HTTP HEAD request |
94
+ | `POST` | HTTP POST request |
95
+ | `PUT` | HTTP PUT request |
96
+ | `DELETE` | HTTP DELETE request |
97
+ | `CONNECT` | HTTP CONNECT request |
98
+ | `OPTIONS` | HTTP OPTIONS request |
99
+ | `TRACE` | HTTP TRACE request |
100
+ | `PATCH` | HTTP PATCH request |
101
+ | `COPY` | HTTP COPY request (WebDAV) |
102
+
103
+ ### TLS Fingerprints {#common-tls-fingerprints}
104
+
105
+ TLS fingerprint categories for malicious client detection.
106
+
107
+ | Value | Description |
108
+ | ----- | ----------- |
109
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
110
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
111
+ | `ADWARE` | Adware-associated fingerprints |
112
+ | `DRIDEX` | Dridex malware fingerprints |
113
+ | `GOOTKIT` | Gootkit malware fingerprints |
114
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
115
+ | `TRICKBOT` | Trickbot malware fingerprints |
116
+
117
+ ### IP Threat Categories {#common-ip-threat-categories}
118
+
119
+ IP address threat categories for security filtering.
120
+
121
+ | Value | Description |
122
+ | ----- | ----------- |
123
+ | `SPAM_SOURCES` | Known spam sources |
124
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
125
+ | `WEB_ATTACKS` | Web attack sources |
126
+ | `BOTNETS` | Known botnet IPs |
127
+ | `SCANNERS` | Network scanner IPs |
128
+ | `REPUTATION` | Poor reputation IPs |
129
+ | `PHISHING` | Phishing-related IPs |
130
+ | `PROXY` | Anonymous proxy IPs |
131
+ | `MOBILE_THREATS` | Mobile threat sources |
132
+ | `TOR_PROXY` | Tor exit nodes |
133
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
134
+ | `NETWORK` | Known bad network ranges |