@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.
- package/dist/docs/data-sources/addon_service.md +143 -0
- package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
- package/dist/docs/data-sources/addon_subscription.md +134 -0
- package/dist/docs/data-sources/allowed_tenant.md +134 -0
- package/dist/docs/data-sources/api_credential.md +134 -0
- package/dist/docs/data-sources/bigip_irule.md +134 -0
- package/dist/docs/data-sources/child_tenant.md +134 -0
- package/dist/docs/data-sources/child_tenant_manager.md +134 -0
- package/dist/docs/data-sources/contact.md +134 -0
- package/dist/docs/data-sources/customer_support.md +134 -0
- package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
- package/dist/docs/data-sources/dns_lb_pool.md +134 -0
- package/dist/docs/data-sources/dns_load_balancer.md +134 -0
- package/dist/docs/data-sources/dns_zone.md +145 -0
- package/dist/docs/data-sources/geo_location_set.md +134 -0
- package/dist/docs/data-sources/ike1.md +134 -0
- package/dist/docs/data-sources/ike2.md +134 -0
- package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
- package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
- package/dist/docs/data-sources/infraprotect_asn.md +134 -0
- package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
- package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
- package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
- package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
- package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
- package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
- package/dist/docs/data-sources/k8s_cluster.md +134 -0
- package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
- package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
- package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
- package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
- package/dist/docs/data-sources/managed_tenant.md +134 -0
- package/dist/docs/data-sources/namespace.md +141 -0
- package/dist/docs/data-sources/oidc_provider.md +134 -0
- package/dist/docs/data-sources/quota.md +134 -0
- package/dist/docs/data-sources/registration.md +134 -0
- package/dist/docs/data-sources/report_config.md +134 -0
- package/dist/docs/data-sources/role.md +134 -0
- package/dist/docs/data-sources/secret_policy.md +134 -0
- package/dist/docs/data-sources/secret_policy_rule.md +134 -0
- package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
- package/dist/docs/data-sources/srv6_network_slice.md +134 -0
- package/dist/docs/data-sources/tenant_profile.md +134 -0
- package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
- package/dist/docs/data-sources/token.md +134 -0
- package/dist/docs/data-sources/tpm_api_key.md +134 -0
- package/dist/docs/data-sources/tpm_category.md +134 -0
- package/dist/docs/data-sources/tpm_manager.md +134 -0
- package/dist/docs/data-sources/virtual_k8s.md +134 -0
- package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
- package/dist/docs/resources/addon_subscription.md +213 -0
- package/dist/docs/resources/allowed_tenant.md +181 -0
- package/dist/docs/resources/api_credential.md +184 -0
- package/dist/docs/resources/bigip_irule.md +173 -0
- package/dist/docs/resources/child_tenant.md +237 -0
- package/dist/docs/resources/child_tenant_manager.md +201 -0
- package/dist/docs/resources/contact.md +187 -0
- package/dist/docs/resources/customer_support.md +253 -0
- package/dist/docs/resources/dns_lb_health_check.md +249 -0
- package/dist/docs/resources/dns_lb_pool.md +310 -0
- package/dist/docs/resources/dns_load_balancer.md +309 -0
- package/dist/docs/resources/dns_zone.md +790 -0
- package/dist/docs/resources/geo_location_set.md +180 -0
- package/dist/docs/resources/ike1.md +216 -0
- package/dist/docs/resources/ike2.md +210 -0
- package/dist/docs/resources/ike_phase1_profile.md +224 -0
- package/dist/docs/resources/ike_phase2_profile.md +214 -0
- package/dist/docs/resources/infraprotect_asn.md +183 -0
- package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
- package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
- package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
- package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
- package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
- package/dist/docs/resources/infraprotect_tunnel.md +289 -0
- package/dist/docs/resources/k8s_cluster.md +326 -0
- package/dist/docs/resources/k8s_cluster_role.md +222 -0
- package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
- package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
- package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
- package/dist/docs/resources/managed_tenant.md +193 -0
- package/dist/docs/resources/namespace.md +170 -0
- package/dist/docs/resources/oidc_provider.md +291 -0
- package/dist/docs/resources/quota.md +187 -0
- package/dist/docs/resources/registration.md +489 -0
- package/dist/docs/resources/report_config.md +237 -0
- package/dist/docs/resources/role.md +183 -0
- package/dist/docs/resources/secret_policy.md +240 -0
- package/dist/docs/resources/secret_policy_rule.md +198 -0
- package/dist/docs/resources/securemesh_site_v2.md +2027 -0
- package/dist/docs/resources/srv6_network_slice.md +175 -0
- package/dist/docs/resources/tenant_profile.md +233 -0
- package/dist/docs/resources/ticket_tracking_system.md +195 -0
- package/dist/docs/resources/token.md +170 -0
- package/dist/docs/resources/tpm_api_key.md +191 -0
- package/dist/docs/resources/tpm_category.md +191 -0
- package/dist/docs/resources/tpm_manager.md +167 -0
- package/dist/docs/resources/virtual_k8s.md +209 -0
- package/dist/docs/resources/voltshare_admin_policy.md +271 -0
- package/dist/docs/specifications/api/CHANGELOG.md +4 -4
- package/dist/docs/specifications/api/README.md +1 -1
- package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
- package/dist/docs/specifications/api/domains/ai_services.json +21 -21
- package/dist/docs/specifications/api/domains/api.json +173 -173
- package/dist/docs/specifications/api/domains/authentication.json +45 -45
- package/dist/docs/specifications/api/domains/bigip.json +94 -94
- package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
- package/dist/docs/specifications/api/domains/blindfold.json +109 -109
- package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
- package/dist/docs/specifications/api/domains/cdn.json +177 -177
- package/dist/docs/specifications/api/domains/ce_management.json +111 -111
- package/dist/docs/specifications/api/domains/certificates.json +75 -75
- package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
- package/dist/docs/specifications/api/domains/container_services.json +91 -91
- package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
- package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
- package/dist/docs/specifications/api/domains/ddos.json +154 -154
- package/dist/docs/specifications/api/domains/dns.json +148 -148
- package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
- package/dist/docs/specifications/api/domains/marketplace.json +103 -103
- package/dist/docs/specifications/api/domains/network.json +230 -230
- package/dist/docs/specifications/api/domains/network_security.json +187 -187
- package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
- package/dist/docs/specifications/api/domains/object_storage.json +12 -12
- package/dist/docs/specifications/api/domains/observability.json +102 -102
- package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
- package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
- package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
- package/dist/docs/specifications/api/domains/shape.json +313 -313
- package/dist/docs/specifications/api/domains/sites.json +349 -349
- package/dist/docs/specifications/api/domains/statistics.json +225 -225
- package/dist/docs/specifications/api/domains/support.json +108 -108
- package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
- package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
- package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
- package/dist/docs/specifications/api/domains/users.json +66 -66
- package/dist/docs/specifications/api/domains/virtual.json +244 -244
- package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
- package/dist/docs/specifications/api/domains/waf.json +139 -139
- package/dist/docs/specifications/api/index.json +99 -4
- package/dist/docs/specifications/api/openapi.json +2616 -2616
- package/dist/docs/specifications/api/openapi.yaml +2616 -2616
- package/package.json +1 -1
|
@@ -0,0 +1,790 @@
|
|
|
1
|
+
---
|
|
2
|
+
page_title: "f5xc_dns_zone Resource - 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 (Resource)
|
|
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 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 Zone Resource Example
|
|
18
|
+
# Manages DNS Zone in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
|
|
19
|
+
|
|
20
|
+
# Basic DNS Zone configuration
|
|
21
|
+
resource "f5xc_dns_zone" "example" {
|
|
22
|
+
name = "example-dns-zone"
|
|
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 Zone configuration
|
|
35
|
+
# Primary DNS zone
|
|
36
|
+
primary {
|
|
37
|
+
soa_record_parameters {
|
|
38
|
+
refresh = 86400
|
|
39
|
+
retry = 7200
|
|
40
|
+
expire = 3600000
|
|
41
|
+
ttl = 86400
|
|
42
|
+
neg_ttl = 1800
|
|
43
|
+
}
|
|
44
|
+
default_rr_set_group {}
|
|
45
|
+
default_soa_parameters {}
|
|
46
|
+
dnssec_mode {
|
|
47
|
+
disable {}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
<!-- schema generated by tfplugindocs -->
|
|
54
|
+
## Argument Reference
|
|
55
|
+
|
|
56
|
+
### Metadata Argument Reference
|
|
57
|
+
|
|
58
|
+
<a id="name"></a>• [`name`](#name) - Required String<br>Domain name for the DNS Zone (e.g., example.com). Must be a valid DNS domain name
|
|
59
|
+
|
|
60
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Required String<br>Namespace where the DNS Zone will be created
|
|
61
|
+
|
|
62
|
+
<a id="annotations"></a>• [`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
|
|
63
|
+
|
|
64
|
+
<a id="description"></a>• [`description`](#description) - Optional String<br>Human readable description for the object
|
|
65
|
+
|
|
66
|
+
<a id="disable"></a>• [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
|
|
67
|
+
|
|
68
|
+
<a id="labels"></a>• [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
|
|
69
|
+
|
|
70
|
+
### Spec Argument Reference
|
|
71
|
+
|
|
72
|
+
-> **One of the following:**
|
|
73
|
+
• <a id="primary"></a>[`primary`](#primary) - Optional Block<br>PrimaryDNSCreateSpecType<br>See [Primary](#primary) below for details.
|
|
74
|
+
<br><br>• <a id="secondary"></a>[`secondary`](#secondary) - Optional Block<br>SecondaryDNSCreateSpecType
|
|
75
|
+
|
|
76
|
+
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block
|
|
77
|
+
|
|
78
|
+
### Attributes Reference
|
|
79
|
+
|
|
80
|
+
In addition to all arguments above, the following attributes are exported:
|
|
81
|
+
|
|
82
|
+
<a id="id"></a>• [`id`](#id) - Optional String<br>Unique identifier for the resource
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
#### Primary
|
|
87
|
+
|
|
88
|
+
A [`primary`](#primary) block supports the following:
|
|
89
|
+
|
|
90
|
+
<a id="primary-allow-http-lb-managed-records"></a>• [`allow_http_lb_managed_records`](#primary-allow-http-lb-managed-records) - Optional Bool<br>Option to allow user-created HTTP, TCP, and CDN load balancer related resource records to be automatically managed in a protected RRset
|
|
91
|
+
|
|
92
|
+
<a id="primary-default-rr-set-group"></a>• [`default_rr_set_group`](#primary-default-rr-set-group) - Optional Block<br>Add and manage DNS resource record sets part of Default set group<br>See [Default Rr Set Group](#primary-default-rr-set-group) below.
|
|
93
|
+
|
|
94
|
+
<a id="primary-default-soa-parameters"></a>• [`default_soa_parameters`](#primary-default-soa-parameters) - Optional Block<br>Enable this option
|
|
95
|
+
|
|
96
|
+
<a id="primary-dnssec-mode"></a>• [`dnssec_mode`](#primary-dnssec-mode) - Optional Block<br>Disable<br>See [Dnssec Mode](#primary-dnssec-mode) below.
|
|
97
|
+
|
|
98
|
+
<a id="primary-rr-set-group"></a>• [`rr_set_group`](#primary-rr-set-group) - Optional Block<br>Create and manage set groups, and resource record sets within them, x-ves-io-managed set is managed by F5<br>See [Rr Set Group](#primary-rr-set-group) below.
|
|
99
|
+
|
|
100
|
+
<a id="primary-soa-parameters"></a>• [`soa_parameters`](#primary-soa-parameters) - Optional Block<br>SOARecordParameterConfig<br>See [Soa Parameters](#primary-soa-parameters) below.
|
|
101
|
+
|
|
102
|
+
#### Primary Default Rr Set Group
|
|
103
|
+
|
|
104
|
+
A [`default_rr_set_group`](#primary-default-rr-set-group) block (within [`primary`](#primary)) supports the following:
|
|
105
|
+
|
|
106
|
+
<a id="primary-default-rr-set-group-a-record"></a>• [`a_record`](#primary-default-rr-set-group-a-record) - Optional Block<br>DNSAResourceRecord. A Records<br>See [A Record](#primary-default-rr-set-group-a-record) below.
|
|
107
|
+
|
|
108
|
+
<a id="record-6a4ef0"></a>• [`aaaa_record`](#record-6a4ef0) - Optional Block<br>DNSAAAAResourceRecord. RecordSet for AAAA Records<br>See [Aaaa Record](#record-6a4ef0) below.
|
|
109
|
+
|
|
110
|
+
<a id="record-026644"></a>• [`afsdb_record`](#record-026644) - Optional Block<br>DNS AFSDB Record. DNS AFSDB Record<br>See [Afsdb Record](#record-026644) below.
|
|
111
|
+
|
|
112
|
+
<a id="record-6e32d8"></a>• [`alias_record`](#record-6e32d8) - Optional Block<br>DNSAliasResourceRecord<br>See [Alias Record](#record-6e32d8) below.
|
|
113
|
+
|
|
114
|
+
<a id="primary-default-rr-set-group-caa-record"></a>• [`caa_record`](#primary-default-rr-set-group-caa-record) - Optional Block<br>DNSCAAResourceRecord<br>See [Caa Record](#primary-default-rr-set-group-caa-record) below.
|
|
115
|
+
|
|
116
|
+
<a id="primary-default-rr-set-group-cds-record"></a>• [`cds_record`](#primary-default-rr-set-group-cds-record) - Optional Block<br>DNS CDS Record. DNS CDS Record<br>See [Cds Record](#primary-default-rr-set-group-cds-record) below.
|
|
117
|
+
|
|
118
|
+
<a id="record-3ef094"></a>• [`cert_record`](#record-3ef094) - Optional Block<br>DNS CERT Record. DNS CERT Record<br>See [Cert Record](#record-3ef094) below.
|
|
119
|
+
|
|
120
|
+
<a id="record-8b5bff"></a>• [`cname_record`](#record-8b5bff) - Optional Block<br>DNSCNAMEResourceRecord<br>See [Cname Record](#record-8b5bff) below.
|
|
121
|
+
|
|
122
|
+
<a id="spec-4eb13e"></a>• [`description_spec`](#spec-4eb13e) - Optional String<br>Comment
|
|
123
|
+
|
|
124
|
+
<a id="primary-default-rr-set-group-ds-record"></a>• [`ds_record`](#primary-default-rr-set-group-ds-record) - Optional Block<br>DNS DS Record. DNS DS Record<br>See [Ds Record](#primary-default-rr-set-group-ds-record) below.
|
|
125
|
+
|
|
126
|
+
<a id="record-d72d9f"></a>• [`eui48_record`](#record-d72d9f) - Optional Block<br>DNS EUI48 Record. DNS EUI48 Record<br>See [Eui48 Record](#record-d72d9f) below.
|
|
127
|
+
|
|
128
|
+
<a id="record-d3d028"></a>• [`eui64_record`](#record-d3d028) - Optional Block<br>DNS EUI64 Record. DNS EUI64 Record<br>See [Eui64 Record](#record-d3d028) below.
|
|
129
|
+
|
|
130
|
+
<a id="primary-default-rr-set-group-lb-record"></a>• [`lb_record`](#primary-default-rr-set-group-lb-record) - Optional Block<br>DNS Load Balancer Record. DNS Load Balancer Record<br>See [LB Record](#primary-default-rr-set-group-lb-record) below.
|
|
131
|
+
|
|
132
|
+
<a id="primary-default-rr-set-group-loc-record"></a>• [`loc_record`](#primary-default-rr-set-group-loc-record) - Optional Block<br>DNS LOC Record. DNS LOC Record<br>See [Loc Record](#primary-default-rr-set-group-loc-record) below.
|
|
133
|
+
|
|
134
|
+
<a id="primary-default-rr-set-group-mx-record"></a>• [`mx_record`](#primary-default-rr-set-group-mx-record) - Optional Block<br>DNSMXResourceRecord<br>See [Mx Record](#primary-default-rr-set-group-mx-record) below.
|
|
135
|
+
|
|
136
|
+
<a id="record-16470e"></a>• [`naptr_record`](#record-16470e) - Optional Block<br>DNS NAPTR Record. DNS NAPTR Record<br>See [Naptr Record](#record-16470e) below.
|
|
137
|
+
|
|
138
|
+
<a id="primary-default-rr-set-group-ns-record"></a>• [`ns_record`](#primary-default-rr-set-group-ns-record) - Optional Block<br>DNSNSResourceRecord<br>See [Ns Record](#primary-default-rr-set-group-ns-record) below.
|
|
139
|
+
|
|
140
|
+
<a id="primary-default-rr-set-group-ptr-record"></a>• [`ptr_record`](#primary-default-rr-set-group-ptr-record) - Optional Block<br>DNSPTRResourceRecord<br>See [Ptr Record](#primary-default-rr-set-group-ptr-record) below.
|
|
141
|
+
|
|
142
|
+
<a id="primary-default-rr-set-group-srv-record"></a>• [`srv_record`](#primary-default-rr-set-group-srv-record) - Optional Block<br>DNSSRVResourceRecord<br>See [Srv Record](#primary-default-rr-set-group-srv-record) below.
|
|
143
|
+
|
|
144
|
+
<a id="record-cc1927"></a>• [`sshfp_record`](#record-cc1927) - Optional Block<br>DNS SSHFP Record. DNS SSHFP Record<br>See [Sshfp Record](#record-cc1927) below.
|
|
145
|
+
|
|
146
|
+
<a id="record-db5883"></a>• [`tlsa_record`](#record-db5883) - Optional Block<br>DNS TLSA Record. DNS TLSA Record<br>See [Tlsa Record](#record-db5883) below.
|
|
147
|
+
|
|
148
|
+
<a id="primary-default-rr-set-group-ttl"></a>• [`ttl`](#primary-default-rr-set-group-ttl) - Optional Number<br>Time to live
|
|
149
|
+
|
|
150
|
+
<a id="primary-default-rr-set-group-txt-record"></a>• [`txt_record`](#primary-default-rr-set-group-txt-record) - Optional Block<br>DNSTXTResourceRecord<br>See [Txt Record](#primary-default-rr-set-group-txt-record) below.
|
|
151
|
+
|
|
152
|
+
#### Primary Default Rr Set Group A Record
|
|
153
|
+
|
|
154
|
+
An [`a_record`](#primary-default-rr-set-group-a-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
155
|
+
|
|
156
|
+
<a id="name-59b7b8"></a>• [`name`](#name-59b7b8) - Optional String<br>Record Name (Excluding Domain name). A Record name, please provide only the specific subdomain or record name without the base domain
|
|
157
|
+
|
|
158
|
+
<a id="values-6ab550"></a>• [`values`](#values-6ab550) - Optional List<br>IPv4 Addresses. A valid IPv4 address, for example: 1.1.1.1
|
|
159
|
+
|
|
160
|
+
#### Primary Default Rr Set Group Aaaa Record
|
|
161
|
+
|
|
162
|
+
An [`aaaa_record`](#record-6a4ef0) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
163
|
+
|
|
164
|
+
<a id="name-c55d66"></a>• [`name`](#name-c55d66) - Optional String<br>Record Name (Excluding Domain name). AAAA Record name, please provide only the specific subdomain or record name without the base domain
|
|
165
|
+
|
|
166
|
+
<a id="values-6b9908"></a>• [`values`](#values-6b9908) - Optional List<br>IPv6 Addresses. A valid IPv6 address, for example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334
|
|
167
|
+
|
|
168
|
+
#### Primary Default Rr Set Group Afsdb Record
|
|
169
|
+
|
|
170
|
+
An [`afsdb_record`](#record-026644) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
171
|
+
|
|
172
|
+
<a id="name-996289"></a>• [`name`](#name-996289) - Optional String<br>Record Name (Excluding Domain name). AFSDB Record name, please provide only the specific subdomain or record name without the base domain
|
|
173
|
+
|
|
174
|
+
<a id="values-776b5a"></a>• [`values`](#values-776b5a) - Optional Block<br>AFSDB Value<br>See [Values](#values-776b5a) below.
|
|
175
|
+
|
|
176
|
+
#### Primary Default Rr Set Group Afsdb Record Values
|
|
177
|
+
|
|
178
|
+
<a id="deep-7224a6"></a>Deeply nested **Values** block collapsed for readability.
|
|
179
|
+
|
|
180
|
+
#### Primary Default Rr Set Group Alias Record
|
|
181
|
+
|
|
182
|
+
An [`alias_record`](#record-6e32d8) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
183
|
+
|
|
184
|
+
<a id="value-da5681"></a>• [`value`](#value-da5681) - Optional String<br>Domain. A valid domain name, for example: example.com
|
|
185
|
+
|
|
186
|
+
#### Primary Default Rr Set Group Caa Record
|
|
187
|
+
|
|
188
|
+
A [`caa_record`](#primary-default-rr-set-group-caa-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
189
|
+
|
|
190
|
+
<a id="name-5c8e96"></a>• [`name`](#name-5c8e96) - Optional String<br>Record Name (Excluding Domain name). CAA Record name, please provide only the specific subdomain or record name without the base domain
|
|
191
|
+
|
|
192
|
+
<a id="values-41ba0e"></a>• [`values`](#values-41ba0e) - Optional Block<br>CAA Record Value<br>See [Values](#values-41ba0e) below.
|
|
193
|
+
|
|
194
|
+
#### Primary Default Rr Set Group Caa Record Values
|
|
195
|
+
|
|
196
|
+
<a id="deep-31a8bf"></a>Deeply nested **Values** block collapsed for readability.
|
|
197
|
+
|
|
198
|
+
#### Primary Default Rr Set Group Cds Record
|
|
199
|
+
|
|
200
|
+
A [`cds_record`](#primary-default-rr-set-group-cds-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
201
|
+
|
|
202
|
+
<a id="name-54ff93"></a>• [`name`](#name-54ff93) - Optional String<br>Record Name (Excluding Domain name). CDS Record name, please provide only the specific subdomain or record name without the base domain
|
|
203
|
+
|
|
204
|
+
<a id="values-970128"></a>• [`values`](#values-970128) - Optional Block<br>DS Value<br>See [Values](#values-970128) below.
|
|
205
|
+
|
|
206
|
+
#### Primary Default Rr Set Group Cds Record Values
|
|
207
|
+
|
|
208
|
+
<a id="deep-6b61a3"></a>Deeply nested **Values** block collapsed for readability.
|
|
209
|
+
|
|
210
|
+
#### Primary Default Rr Set Group Cds Record Values Sha1 Digest
|
|
211
|
+
|
|
212
|
+
<a id="deep-336942"></a>Deeply nested **Digest** block collapsed for readability.
|
|
213
|
+
|
|
214
|
+
#### Primary Default Rr Set Group Cds Record Values Sha256 Digest
|
|
215
|
+
|
|
216
|
+
<a id="deep-2d3a7f"></a>Deeply nested **Digest** block collapsed for readability.
|
|
217
|
+
|
|
218
|
+
#### Primary Default Rr Set Group Cds Record Values Sha384 Digest
|
|
219
|
+
|
|
220
|
+
<a id="deep-107b34"></a>Deeply nested **Digest** block collapsed for readability.
|
|
221
|
+
|
|
222
|
+
#### Primary Default Rr Set Group Cert Record
|
|
223
|
+
|
|
224
|
+
A [`cert_record`](#record-3ef094) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
225
|
+
|
|
226
|
+
<a id="name-f59c0d"></a>• [`name`](#name-f59c0d) - Optional String<br>Record Name (Excluding Domain name). CERT Record name, please provide only the specific subdomain or record name without the base domain
|
|
227
|
+
|
|
228
|
+
<a id="values-753772"></a>• [`values`](#values-753772) - Optional Block<br>CERT Value<br>See [Values](#values-753772) below.
|
|
229
|
+
|
|
230
|
+
#### Primary Default Rr Set Group Cert Record Values
|
|
231
|
+
|
|
232
|
+
<a id="deep-4cedd5"></a>Deeply nested **Values** block collapsed for readability.
|
|
233
|
+
|
|
234
|
+
#### Primary Default Rr Set Group Cname Record
|
|
235
|
+
|
|
236
|
+
A [`cname_record`](#record-8b5bff) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
237
|
+
|
|
238
|
+
<a id="name-73c139"></a>• [`name`](#name-73c139) - Optional String<br>Record Name (Excluding Domain name). CName Record name, please provide only the specific subdomain or record name without the base domain
|
|
239
|
+
|
|
240
|
+
<a id="value-8158f9"></a>• [`value`](#value-8158f9) - Optional String<br>Domain
|
|
241
|
+
|
|
242
|
+
#### Primary Default Rr Set Group Ds Record
|
|
243
|
+
|
|
244
|
+
A [`ds_record`](#primary-default-rr-set-group-ds-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
245
|
+
|
|
246
|
+
<a id="name-4472e4"></a>• [`name`](#name-4472e4) - Optional String<br>Record Name (Excluding Domain name). DS Record name, please provide only the specific subdomain or record name without the base domain
|
|
247
|
+
|
|
248
|
+
<a id="values-6934cb"></a>• [`values`](#values-6934cb) - Optional Block<br>DS Value<br>See [Values](#values-6934cb) below.
|
|
249
|
+
|
|
250
|
+
#### Primary Default Rr Set Group Ds Record Values
|
|
251
|
+
|
|
252
|
+
<a id="deep-235ea7"></a>Deeply nested **Values** block collapsed for readability.
|
|
253
|
+
|
|
254
|
+
#### Primary Default Rr Set Group Ds Record Values Sha1 Digest
|
|
255
|
+
|
|
256
|
+
<a id="deep-093891"></a>Deeply nested **Digest** block collapsed for readability.
|
|
257
|
+
|
|
258
|
+
#### Primary Default Rr Set Group Ds Record Values Sha256 Digest
|
|
259
|
+
|
|
260
|
+
<a id="deep-b950dc"></a>Deeply nested **Digest** block collapsed for readability.
|
|
261
|
+
|
|
262
|
+
#### Primary Default Rr Set Group Ds Record Values Sha384 Digest
|
|
263
|
+
|
|
264
|
+
<a id="deep-6d3795"></a>Deeply nested **Digest** block collapsed for readability.
|
|
265
|
+
|
|
266
|
+
#### Primary Default Rr Set Group Eui48 Record
|
|
267
|
+
|
|
268
|
+
An [`eui48_record`](#record-d72d9f) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
269
|
+
|
|
270
|
+
<a id="name-fcad11"></a>• [`name`](#name-fcad11) - Optional String<br>Record Name (Excluding Domain name). EUI48 Record name, please provide only the specific subdomain or record name without the base domain
|
|
271
|
+
|
|
272
|
+
<a id="value-9c7097"></a>• [`value`](#value-9c7097) - Optional String<br>EUI48 Identifier. A valid eui48 identifier, for example: 01-23-45-67-89-ab
|
|
273
|
+
|
|
274
|
+
#### Primary Default Rr Set Group Eui64 Record
|
|
275
|
+
|
|
276
|
+
An [`eui64_record`](#record-d3d028) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
277
|
+
|
|
278
|
+
<a id="name-148f42"></a>• [`name`](#name-148f42) - Optional String<br>Record Name (Excluding Domain name). EUI64 Record name, please provide only the specific subdomain or record name without the base domain
|
|
279
|
+
|
|
280
|
+
<a id="value-9f20fd"></a>• [`value`](#value-9f20fd) - Optional String<br>EUI64 Identifier. A valid EUI64 identifier, for example: 01-23-45-67-89-ab-cd-ef
|
|
281
|
+
|
|
282
|
+
#### Primary Default Rr Set Group LB Record
|
|
283
|
+
|
|
284
|
+
A [`lb_record`](#primary-default-rr-set-group-lb-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
285
|
+
|
|
286
|
+
<a id="name-423e27"></a>• [`name`](#name-423e27) - Optional String<br>Record Name (Excluding Domain name). Load Balancer record name (except for SRV DNS Load balancer record) should be a simple record name and not a subdomain of a subdomain
|
|
287
|
+
|
|
288
|
+
<a id="value-4b593b"></a>• [`value`](#value-4b593b) - 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 [Value](#value-4b593b) below.
|
|
289
|
+
|
|
290
|
+
#### Primary Default Rr Set Group LB Record Value
|
|
291
|
+
|
|
292
|
+
<a id="deep-b51e9f"></a>Deeply nested **Value** block collapsed for readability.
|
|
293
|
+
|
|
294
|
+
#### Primary Default Rr Set Group Loc Record
|
|
295
|
+
|
|
296
|
+
A [`loc_record`](#primary-default-rr-set-group-loc-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
297
|
+
|
|
298
|
+
<a id="name-568c6c"></a>• [`name`](#name-568c6c) - Optional String<br>Record Name (Excluding Domain name). LOC Record name, please provide only the specific subdomain or record name without the base domain
|
|
299
|
+
|
|
300
|
+
<a id="values-17d6e4"></a>• [`values`](#values-17d6e4) - Optional Block<br>LOC Value<br>See [Values](#values-17d6e4) below.
|
|
301
|
+
|
|
302
|
+
#### Primary Default Rr Set Group Loc Record Values
|
|
303
|
+
|
|
304
|
+
<a id="deep-6917cb"></a>Deeply nested **Values** block collapsed for readability.
|
|
305
|
+
|
|
306
|
+
#### Primary Default Rr Set Group Mx Record
|
|
307
|
+
|
|
308
|
+
A [`mx_record`](#primary-default-rr-set-group-mx-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
309
|
+
|
|
310
|
+
<a id="name-0ee04c"></a>• [`name`](#name-0ee04c) - Optional String<br>Record Name (Excluding Domain name). MX Record name, please provide only the specific subdomain or record name without the base domain
|
|
311
|
+
|
|
312
|
+
<a id="values-032997"></a>• [`values`](#values-032997) - Optional Block<br>MX Record Value<br>See [Values](#values-032997) below.
|
|
313
|
+
|
|
314
|
+
#### Primary Default Rr Set Group Mx Record Values
|
|
315
|
+
|
|
316
|
+
<a id="deep-877222"></a>Deeply nested **Values** block collapsed for readability.
|
|
317
|
+
|
|
318
|
+
#### Primary Default Rr Set Group Naptr Record
|
|
319
|
+
|
|
320
|
+
A [`naptr_record`](#record-16470e) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
321
|
+
|
|
322
|
+
<a id="name-9ba043"></a>• [`name`](#name-9ba043) - Optional String<br>Record Name (Excluding Domain name). NAPTR Record name, please provide only the specific subdomain or record name without the base domain
|
|
323
|
+
|
|
324
|
+
<a id="values-8f9cd5"></a>• [`values`](#values-8f9cd5) - Optional Block<br>NAPTR Value<br>See [Values](#values-8f9cd5) below.
|
|
325
|
+
|
|
326
|
+
#### Primary Default Rr Set Group Naptr Record Values
|
|
327
|
+
|
|
328
|
+
<a id="deep-26168f"></a>Deeply nested **Values** block collapsed for readability.
|
|
329
|
+
|
|
330
|
+
#### Primary Default Rr Set Group Ns Record
|
|
331
|
+
|
|
332
|
+
A [`ns_record`](#primary-default-rr-set-group-ns-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
333
|
+
|
|
334
|
+
<a id="name-816a8e"></a>• [`name`](#name-816a8e) - Optional String<br>Record Name (Excluding Domain name). NS Record name, please provide only the specific subdomain or record name without the base domain
|
|
335
|
+
|
|
336
|
+
<a id="values-0b1572"></a>• [`values`](#values-0b1572) - Optional List<br>Name Servers
|
|
337
|
+
|
|
338
|
+
#### Primary Default Rr Set Group Ptr Record
|
|
339
|
+
|
|
340
|
+
A [`ptr_record`](#primary-default-rr-set-group-ptr-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
341
|
+
|
|
342
|
+
<a id="name-87ab5a"></a>• [`name`](#name-87ab5a) - Optional String<br>Record Name (Excluding Domain name). PTR Record name, please provide only the specific subdomain or record name without the base domain
|
|
343
|
+
|
|
344
|
+
<a id="values-987974"></a>• [`values`](#values-987974) - Optional List<br>Domain Name
|
|
345
|
+
|
|
346
|
+
#### Primary Default Rr Set Group Srv Record
|
|
347
|
+
|
|
348
|
+
A [`srv_record`](#primary-default-rr-set-group-srv-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
349
|
+
|
|
350
|
+
<a id="name-d7e083"></a>• [`name`](#name-d7e083) - Optional String<br>Record Name (Excluding Domain name). SRV Record name, please provide only the specific subdomain or record name without the base domain
|
|
351
|
+
|
|
352
|
+
<a id="values-41fcb0"></a>• [`values`](#values-41fcb0) - Optional Block<br>SRV Value<br>See [Values](#values-41fcb0) below.
|
|
353
|
+
|
|
354
|
+
#### Primary Default Rr Set Group Srv Record Values
|
|
355
|
+
|
|
356
|
+
<a id="deep-6da59a"></a>Deeply nested **Values** block collapsed for readability.
|
|
357
|
+
|
|
358
|
+
#### Primary Default Rr Set Group Sshfp Record
|
|
359
|
+
|
|
360
|
+
A [`sshfp_record`](#record-cc1927) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
361
|
+
|
|
362
|
+
<a id="name-dba42e"></a>• [`name`](#name-dba42e) - Optional String<br>Record Name (Excluding Domain name). SSHFP Record name, please provide only the specific subdomain or record name without the base domain
|
|
363
|
+
|
|
364
|
+
<a id="values-eea3f2"></a>• [`values`](#values-eea3f2) - Optional Block<br>SSHFP Value<br>See [Values](#values-eea3f2) below.
|
|
365
|
+
|
|
366
|
+
#### Primary Default Rr Set Group Sshfp Record Values
|
|
367
|
+
|
|
368
|
+
<a id="deep-240021"></a>Deeply nested **Values** block collapsed for readability.
|
|
369
|
+
|
|
370
|
+
#### Primary Default Rr Set Group Sshfp Record Values Sha1 Fingerprint
|
|
371
|
+
|
|
372
|
+
<a id="deep-080f3e"></a>Deeply nested **Fingerprint** block collapsed for readability.
|
|
373
|
+
|
|
374
|
+
#### Primary Default Rr Set Group Sshfp Record Values Sha256 Fingerprint
|
|
375
|
+
|
|
376
|
+
<a id="deep-95a797"></a>Deeply nested **Fingerprint** block collapsed for readability.
|
|
377
|
+
|
|
378
|
+
#### Primary Default Rr Set Group Tlsa Record
|
|
379
|
+
|
|
380
|
+
A [`tlsa_record`](#record-db5883) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
381
|
+
|
|
382
|
+
<a id="name-687010"></a>• [`name`](#name-687010) - Optional String<br>Record Name (Excluding Domain name). TLSA Record name, please provide only the specific subdomain or record name without the base domain
|
|
383
|
+
|
|
384
|
+
<a id="values-49e48c"></a>• [`values`](#values-49e48c) - Optional Block<br>TLSA Value<br>See [Values](#values-49e48c) below.
|
|
385
|
+
|
|
386
|
+
#### Primary Default Rr Set Group Tlsa Record Values
|
|
387
|
+
|
|
388
|
+
<a id="deep-1962b2"></a>Deeply nested **Values** block collapsed for readability.
|
|
389
|
+
|
|
390
|
+
#### Primary Default Rr Set Group Txt Record
|
|
391
|
+
|
|
392
|
+
A [`txt_record`](#primary-default-rr-set-group-txt-record) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
393
|
+
|
|
394
|
+
<a id="name-ea3275"></a>• [`name`](#name-ea3275) - Optional String<br>Record Name (Excluding Domain name). TXT Record name, please provide only the specific subdomain or record name without the base domain
|
|
395
|
+
|
|
396
|
+
<a id="values-49770a"></a>• [`values`](#values-49770a) - Optional List<br>Text
|
|
397
|
+
|
|
398
|
+
#### Primary Dnssec Mode
|
|
399
|
+
|
|
400
|
+
A [`dnssec_mode`](#primary-dnssec-mode) block (within [`primary`](#primary)) supports the following:
|
|
401
|
+
|
|
402
|
+
<a id="primary-dnssec-mode-disable"></a>• [`disable`](#primary-dnssec-mode-disable) - Optional Block<br>Enable this option
|
|
403
|
+
|
|
404
|
+
<a id="primary-dnssec-mode-enable"></a>• [`enable`](#primary-dnssec-mode-enable) - Optional Block<br>Enable. DNSSEC enable
|
|
405
|
+
|
|
406
|
+
#### Primary Rr Set Group
|
|
407
|
+
|
|
408
|
+
A [`rr_set_group`](#primary-rr-set-group) block (within [`primary`](#primary)) supports the following:
|
|
409
|
+
|
|
410
|
+
<a id="primary-rr-set-group-metadata"></a>• [`metadata`](#primary-rr-set-group-metadata) - Optional Block<br>Message Metadata. 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 and replace APIs<br>See [Metadata](#primary-rr-set-group-metadata) below.
|
|
411
|
+
|
|
412
|
+
<a id="primary-rr-set-group-rr-set"></a>• [`rr_set`](#primary-rr-set-group-rr-set) - Optional Block<br>Resource Record Sets. Collection of DNS resource record sets<br>See [Rr Set](#primary-rr-set-group-rr-set) below.
|
|
413
|
+
|
|
414
|
+
#### Primary Rr Set Group Metadata
|
|
415
|
+
|
|
416
|
+
A [`metadata`](#primary-rr-set-group-metadata) block (within [`primary.rr_set_group`](#primary-rr-set-group)) supports the following:
|
|
417
|
+
|
|
418
|
+
<a id="spec-383031"></a>• [`description_spec`](#spec-383031) - Optional String<br>Description. Human readable description
|
|
419
|
+
|
|
420
|
+
<a id="primary-rr-set-group-metadata-name"></a>• [`name`](#primary-rr-set-group-metadata-name) - Optional String<br>Name. This is the name of the message. The value of name has to follow DNS-1035 format
|
|
421
|
+
|
|
422
|
+
#### Primary Rr Set Group Rr Set
|
|
423
|
+
|
|
424
|
+
A [`rr_set`](#primary-rr-set-group-rr-set) block (within [`primary.rr_set_group`](#primary-rr-set-group)) supports the following:
|
|
425
|
+
|
|
426
|
+
<a id="primary-rr-set-group-rr-set-a-record"></a>• [`a_record`](#primary-rr-set-group-rr-set-a-record) - Optional Block<br>DNSAResourceRecord. A Records<br>See [A Record](#primary-rr-set-group-rr-set-a-record) below.
|
|
427
|
+
|
|
428
|
+
<a id="primary-rr-set-group-rr-set-aaaa-record"></a>• [`aaaa_record`](#primary-rr-set-group-rr-set-aaaa-record) - Optional Block<br>DNSAAAAResourceRecord. RecordSet for AAAA Records<br>See [Aaaa Record](#primary-rr-set-group-rr-set-aaaa-record) below.
|
|
429
|
+
|
|
430
|
+
<a id="record-5fff7a"></a>• [`afsdb_record`](#record-5fff7a) - Optional Block<br>DNS AFSDB Record. DNS AFSDB Record<br>See [Afsdb Record](#record-5fff7a) below.
|
|
431
|
+
|
|
432
|
+
<a id="record-62faa8"></a>• [`alias_record`](#record-62faa8) - Optional Block<br>DNSAliasResourceRecord<br>See [Alias Record](#record-62faa8) below.
|
|
433
|
+
|
|
434
|
+
<a id="primary-rr-set-group-rr-set-caa-record"></a>• [`caa_record`](#primary-rr-set-group-rr-set-caa-record) - Optional Block<br>DNSCAAResourceRecord<br>See [Caa Record](#primary-rr-set-group-rr-set-caa-record) below.
|
|
435
|
+
|
|
436
|
+
<a id="primary-rr-set-group-rr-set-cds-record"></a>• [`cds_record`](#primary-rr-set-group-rr-set-cds-record) - Optional Block<br>DNS CDS Record. DNS CDS Record<br>See [Cds Record](#primary-rr-set-group-rr-set-cds-record) below.
|
|
437
|
+
|
|
438
|
+
<a id="primary-rr-set-group-rr-set-cert-record"></a>• [`cert_record`](#primary-rr-set-group-rr-set-cert-record) - Optional Block<br>DNS CERT Record. DNS CERT Record<br>See [Cert Record](#primary-rr-set-group-rr-set-cert-record) below.
|
|
439
|
+
|
|
440
|
+
<a id="record-c00906"></a>• [`cname_record`](#record-c00906) - Optional Block<br>DNSCNAMEResourceRecord<br>See [Cname Record](#record-c00906) below.
|
|
441
|
+
|
|
442
|
+
<a id="spec-fe6497"></a>• [`description_spec`](#spec-fe6497) - Optional String<br>Comment
|
|
443
|
+
|
|
444
|
+
<a id="primary-rr-set-group-rr-set-ds-record"></a>• [`ds_record`](#primary-rr-set-group-rr-set-ds-record) - Optional Block<br>DNS DS Record. DNS DS Record<br>See [Ds Record](#primary-rr-set-group-rr-set-ds-record) below.
|
|
445
|
+
|
|
446
|
+
<a id="record-9b288e"></a>• [`eui48_record`](#record-9b288e) - Optional Block<br>DNS EUI48 Record. DNS EUI48 Record<br>See [Eui48 Record](#record-9b288e) below.
|
|
447
|
+
|
|
448
|
+
<a id="record-4ddc4d"></a>• [`eui64_record`](#record-4ddc4d) - Optional Block<br>DNS EUI64 Record. DNS EUI64 Record<br>See [Eui64 Record](#record-4ddc4d) below.
|
|
449
|
+
|
|
450
|
+
<a id="primary-rr-set-group-rr-set-lb-record"></a>• [`lb_record`](#primary-rr-set-group-rr-set-lb-record) - Optional Block<br>DNS Load Balancer Record. DNS Load Balancer Record<br>See [LB Record](#primary-rr-set-group-rr-set-lb-record) below.
|
|
451
|
+
|
|
452
|
+
<a id="primary-rr-set-group-rr-set-loc-record"></a>• [`loc_record`](#primary-rr-set-group-rr-set-loc-record) - Optional Block<br>DNS LOC Record. DNS LOC Record<br>See [Loc Record](#primary-rr-set-group-rr-set-loc-record) below.
|
|
453
|
+
|
|
454
|
+
<a id="primary-rr-set-group-rr-set-mx-record"></a>• [`mx_record`](#primary-rr-set-group-rr-set-mx-record) - Optional Block<br>DNSMXResourceRecord<br>See [Mx Record](#primary-rr-set-group-rr-set-mx-record) below.
|
|
455
|
+
|
|
456
|
+
<a id="record-8d4520"></a>• [`naptr_record`](#record-8d4520) - Optional Block<br>DNS NAPTR Record. DNS NAPTR Record<br>See [Naptr Record](#record-8d4520) below.
|
|
457
|
+
|
|
458
|
+
<a id="primary-rr-set-group-rr-set-ns-record"></a>• [`ns_record`](#primary-rr-set-group-rr-set-ns-record) - Optional Block<br>DNSNSResourceRecord<br>See [Ns Record](#primary-rr-set-group-rr-set-ns-record) below.
|
|
459
|
+
|
|
460
|
+
<a id="primary-rr-set-group-rr-set-ptr-record"></a>• [`ptr_record`](#primary-rr-set-group-rr-set-ptr-record) - Optional Block<br>DNSPTRResourceRecord<br>See [Ptr Record](#primary-rr-set-group-rr-set-ptr-record) below.
|
|
461
|
+
|
|
462
|
+
<a id="primary-rr-set-group-rr-set-srv-record"></a>• [`srv_record`](#primary-rr-set-group-rr-set-srv-record) - Optional Block<br>DNSSRVResourceRecord<br>See [Srv Record](#primary-rr-set-group-rr-set-srv-record) below.
|
|
463
|
+
|
|
464
|
+
<a id="record-736138"></a>• [`sshfp_record`](#record-736138) - Optional Block<br>DNS SSHFP Record. DNS SSHFP Record<br>See [Sshfp Record](#record-736138) below.
|
|
465
|
+
|
|
466
|
+
<a id="primary-rr-set-group-rr-set-tlsa-record"></a>• [`tlsa_record`](#primary-rr-set-group-rr-set-tlsa-record) - Optional Block<br>DNS TLSA Record. DNS TLSA Record<br>See [Tlsa Record](#primary-rr-set-group-rr-set-tlsa-record) below.
|
|
467
|
+
|
|
468
|
+
<a id="primary-rr-set-group-rr-set-ttl"></a>• [`ttl`](#primary-rr-set-group-rr-set-ttl) - Optional Number<br>Time to live
|
|
469
|
+
|
|
470
|
+
<a id="primary-rr-set-group-rr-set-txt-record"></a>• [`txt_record`](#primary-rr-set-group-rr-set-txt-record) - Optional Block<br>DNSTXTResourceRecord<br>See [Txt Record](#primary-rr-set-group-rr-set-txt-record) below.
|
|
471
|
+
|
|
472
|
+
#### Primary Rr Set Group Rr Set A Record
|
|
473
|
+
|
|
474
|
+
<a id="deep-533e88"></a>Deeply nested **Record** block collapsed for readability.
|
|
475
|
+
|
|
476
|
+
#### Primary Rr Set Group Rr Set Aaaa Record
|
|
477
|
+
|
|
478
|
+
<a id="deep-42bc39"></a>Deeply nested **Record** block collapsed for readability.
|
|
479
|
+
|
|
480
|
+
#### Primary Rr Set Group Rr Set Afsdb Record
|
|
481
|
+
|
|
482
|
+
<a id="deep-477f8d"></a>Deeply nested **Record** block collapsed for readability.
|
|
483
|
+
|
|
484
|
+
#### Primary Rr Set Group Rr Set Afsdb Record Values
|
|
485
|
+
|
|
486
|
+
<a id="deep-7e2a54"></a>Deeply nested **Values** block collapsed for readability.
|
|
487
|
+
|
|
488
|
+
#### Primary Rr Set Group Rr Set Alias Record
|
|
489
|
+
|
|
490
|
+
<a id="deep-482a6d"></a>Deeply nested **Record** block collapsed for readability.
|
|
491
|
+
|
|
492
|
+
#### Primary Rr Set Group Rr Set Caa Record
|
|
493
|
+
|
|
494
|
+
<a id="deep-66ae76"></a>Deeply nested **Record** block collapsed for readability.
|
|
495
|
+
|
|
496
|
+
#### Primary Rr Set Group Rr Set Caa Record Values
|
|
497
|
+
|
|
498
|
+
<a id="deep-c100ec"></a>Deeply nested **Values** block collapsed for readability.
|
|
499
|
+
|
|
500
|
+
#### Primary Rr Set Group Rr Set Cds Record
|
|
501
|
+
|
|
502
|
+
<a id="deep-89f1fe"></a>Deeply nested **Record** block collapsed for readability.
|
|
503
|
+
|
|
504
|
+
#### Primary Rr Set Group Rr Set Cds Record Values
|
|
505
|
+
|
|
506
|
+
<a id="deep-ca260e"></a>Deeply nested **Values** block collapsed for readability.
|
|
507
|
+
|
|
508
|
+
#### Primary Rr Set Group Rr Set Cds Record Values Sha1 Digest
|
|
509
|
+
|
|
510
|
+
<a id="deep-8ef0c5"></a>Deeply nested **Digest** block collapsed for readability.
|
|
511
|
+
|
|
512
|
+
#### Primary Rr Set Group Rr Set Cds Record Values Sha256 Digest
|
|
513
|
+
|
|
514
|
+
<a id="deep-affe0f"></a>Deeply nested **Digest** block collapsed for readability.
|
|
515
|
+
|
|
516
|
+
#### Primary Rr Set Group Rr Set Cds Record Values Sha384 Digest
|
|
517
|
+
|
|
518
|
+
<a id="deep-023fe9"></a>Deeply nested **Digest** block collapsed for readability.
|
|
519
|
+
|
|
520
|
+
#### Primary Rr Set Group Rr Set Cert Record
|
|
521
|
+
|
|
522
|
+
<a id="deep-91c89f"></a>Deeply nested **Record** block collapsed for readability.
|
|
523
|
+
|
|
524
|
+
#### Primary Rr Set Group Rr Set Cert Record Values
|
|
525
|
+
|
|
526
|
+
<a id="deep-d23a7c"></a>Deeply nested **Values** block collapsed for readability.
|
|
527
|
+
|
|
528
|
+
#### Primary Rr Set Group Rr Set Cname Record
|
|
529
|
+
|
|
530
|
+
<a id="deep-ebf6fd"></a>Deeply nested **Record** block collapsed for readability.
|
|
531
|
+
|
|
532
|
+
#### Primary Rr Set Group Rr Set Ds Record
|
|
533
|
+
|
|
534
|
+
<a id="deep-56b2e6"></a>Deeply nested **Record** block collapsed for readability.
|
|
535
|
+
|
|
536
|
+
#### Primary Rr Set Group Rr Set Ds Record Values
|
|
537
|
+
|
|
538
|
+
<a id="deep-cc2512"></a>Deeply nested **Values** block collapsed for readability.
|
|
539
|
+
|
|
540
|
+
#### Primary Rr Set Group Rr Set Ds Record Values Sha1 Digest
|
|
541
|
+
|
|
542
|
+
<a id="deep-58123e"></a>Deeply nested **Digest** block collapsed for readability.
|
|
543
|
+
|
|
544
|
+
#### Primary Rr Set Group Rr Set Ds Record Values Sha256 Digest
|
|
545
|
+
|
|
546
|
+
<a id="deep-551194"></a>Deeply nested **Digest** block collapsed for readability.
|
|
547
|
+
|
|
548
|
+
#### Primary Rr Set Group Rr Set Ds Record Values Sha384 Digest
|
|
549
|
+
|
|
550
|
+
<a id="deep-7a7126"></a>Deeply nested **Digest** block collapsed for readability.
|
|
551
|
+
|
|
552
|
+
#### Primary Rr Set Group Rr Set Eui48 Record
|
|
553
|
+
|
|
554
|
+
<a id="deep-407753"></a>Deeply nested **Record** block collapsed for readability.
|
|
555
|
+
|
|
556
|
+
#### Primary Rr Set Group Rr Set Eui64 Record
|
|
557
|
+
|
|
558
|
+
<a id="deep-b94961"></a>Deeply nested **Record** block collapsed for readability.
|
|
559
|
+
|
|
560
|
+
#### Primary Rr Set Group Rr Set LB Record
|
|
561
|
+
|
|
562
|
+
<a id="deep-6258c5"></a>Deeply nested **Record** block collapsed for readability.
|
|
563
|
+
|
|
564
|
+
#### Primary Rr Set Group Rr Set LB Record Value
|
|
565
|
+
|
|
566
|
+
<a id="deep-96233f"></a>Deeply nested **Value** block collapsed for readability.
|
|
567
|
+
|
|
568
|
+
#### Primary Rr Set Group Rr Set Loc Record
|
|
569
|
+
|
|
570
|
+
<a id="deep-fdb347"></a>Deeply nested **Record** block collapsed for readability.
|
|
571
|
+
|
|
572
|
+
#### Primary Rr Set Group Rr Set Loc Record Values
|
|
573
|
+
|
|
574
|
+
<a id="deep-706e2d"></a>Deeply nested **Values** block collapsed for readability.
|
|
575
|
+
|
|
576
|
+
#### Primary Rr Set Group Rr Set Mx Record
|
|
577
|
+
|
|
578
|
+
<a id="deep-7baabe"></a>Deeply nested **Record** block collapsed for readability.
|
|
579
|
+
|
|
580
|
+
#### Primary Rr Set Group Rr Set Mx Record Values
|
|
581
|
+
|
|
582
|
+
<a id="deep-cc2223"></a>Deeply nested **Values** block collapsed for readability.
|
|
583
|
+
|
|
584
|
+
#### Primary Rr Set Group Rr Set Naptr Record
|
|
585
|
+
|
|
586
|
+
<a id="deep-4722da"></a>Deeply nested **Record** block collapsed for readability.
|
|
587
|
+
|
|
588
|
+
#### Primary Rr Set Group Rr Set Naptr Record Values
|
|
589
|
+
|
|
590
|
+
<a id="deep-978399"></a>Deeply nested **Values** block collapsed for readability.
|
|
591
|
+
|
|
592
|
+
#### Primary Rr Set Group Rr Set Ns Record
|
|
593
|
+
|
|
594
|
+
<a id="deep-d1e54f"></a>Deeply nested **Record** block collapsed for readability.
|
|
595
|
+
|
|
596
|
+
#### Primary Rr Set Group Rr Set Ptr Record
|
|
597
|
+
|
|
598
|
+
<a id="deep-22ef4c"></a>Deeply nested **Record** block collapsed for readability.
|
|
599
|
+
|
|
600
|
+
#### Primary Rr Set Group Rr Set Srv Record
|
|
601
|
+
|
|
602
|
+
<a id="deep-fd89f4"></a>Deeply nested **Record** block collapsed for readability.
|
|
603
|
+
|
|
604
|
+
#### Primary Rr Set Group Rr Set Srv Record Values
|
|
605
|
+
|
|
606
|
+
<a id="deep-468bb2"></a>Deeply nested **Values** block collapsed for readability.
|
|
607
|
+
|
|
608
|
+
#### Primary Rr Set Group Rr Set Sshfp Record
|
|
609
|
+
|
|
610
|
+
<a id="deep-902aa9"></a>Deeply nested **Record** block collapsed for readability.
|
|
611
|
+
|
|
612
|
+
#### Primary Rr Set Group Rr Set Sshfp Record Values
|
|
613
|
+
|
|
614
|
+
<a id="deep-8adb01"></a>Deeply nested **Values** block collapsed for readability.
|
|
615
|
+
|
|
616
|
+
#### Primary Rr Set Group Rr Set Sshfp Record Values Sha1 Fingerprint
|
|
617
|
+
|
|
618
|
+
<a id="deep-2e2d00"></a>Deeply nested **Fingerprint** block collapsed for readability.
|
|
619
|
+
|
|
620
|
+
#### Primary Rr Set Group Rr Set Sshfp Record Values Sha256 Fingerprint
|
|
621
|
+
|
|
622
|
+
<a id="deep-af6d05"></a>Deeply nested **Fingerprint** block collapsed for readability.
|
|
623
|
+
|
|
624
|
+
#### Primary Rr Set Group Rr Set Tlsa Record
|
|
625
|
+
|
|
626
|
+
<a id="deep-5be176"></a>Deeply nested **Record** block collapsed for readability.
|
|
627
|
+
|
|
628
|
+
#### Primary Rr Set Group Rr Set Tlsa Record Values
|
|
629
|
+
|
|
630
|
+
<a id="deep-a25b62"></a>Deeply nested **Values** block collapsed for readability.
|
|
631
|
+
|
|
632
|
+
#### Primary Rr Set Group Rr Set Txt Record
|
|
633
|
+
|
|
634
|
+
<a id="deep-6399bb"></a>Deeply nested **Record** block collapsed for readability.
|
|
635
|
+
|
|
636
|
+
#### Primary Soa Parameters
|
|
637
|
+
|
|
638
|
+
A [`soa_parameters`](#primary-soa-parameters) block (within [`primary`](#primary)) supports the following:
|
|
639
|
+
|
|
640
|
+
<a id="primary-soa-parameters-expire"></a>• [`expire`](#primary-soa-parameters-expire) - Optional Number<br>Expire. expire value indicates when secondary nameservers should stop answering request for this zone if primary does not respond
|
|
641
|
+
|
|
642
|
+
<a id="primary-soa-parameters-negative-ttl"></a>• [`negative_ttl`](#primary-soa-parameters-negative-ttl) - Optional Number<br>Negative TTL. negative TTL value indicates how long to cache non-existent resource record for this zone
|
|
643
|
+
|
|
644
|
+
<a id="primary-soa-parameters-refresh"></a>• [`refresh`](#primary-soa-parameters-refresh) - Optional Number<br>Refresh interval. refresh value indicates when secondary nameservers should query for the SOA record to detect zone changes
|
|
645
|
+
|
|
646
|
+
<a id="primary-soa-parameters-retry"></a>• [`retry`](#primary-soa-parameters-retry) - Optional Number<br>Retry Interval. retry value indicates when secondary nameservers should retry to request the serial number if primary does not respond
|
|
647
|
+
|
|
648
|
+
<a id="primary-soa-parameters-ttl"></a>• [`ttl`](#primary-soa-parameters-ttl) - Optional Number<br>TTL. SOA record time to live (in seconds)
|
|
649
|
+
|
|
650
|
+
#### Secondary
|
|
651
|
+
|
|
652
|
+
A [`secondary`](#secondary) block supports the following:
|
|
653
|
+
|
|
654
|
+
<a id="secondary-primary-servers"></a>• [`primary_servers`](#secondary-primary-servers) - Optional List<br>DNS Primary Server IP
|
|
655
|
+
|
|
656
|
+
<a id="secondary-tsig-key-algorithm"></a>• [`tsig_key_algorithm`](#secondary-tsig-key-algorithm) - Optional String Defaults to `UNDEFINED`<br>Possible values are `HMAC_MD5`, `UNDEFINED`, `HMAC_SHA1`, `HMAC_SHA224`, `HMAC_SHA256`, `HMAC_SHA384`, `HMAC_SHA512`<br>[Enum: HMAC_MD5|UNDEFINED|HMAC_SHA1|HMAC_SHA224|HMAC_SHA256|HMAC_SHA384|HMAC_SHA512] TSIG Key Algorithm. TSIG key value must be compatible with the specified algorithm - UNDEFINED: UNDEFINED - HMAC_MD5: HMAC_MD5 - HMAC_SHA1: HMAC_SHA1 - HMAC_SHA224: HMAC_SHA224 - HMAC_SHA256: HMAC_SHA256 - HMAC_SHA384: HMAC_SHA384 - HMAC_SHA512: HMAC_SHA512
|
|
657
|
+
|
|
658
|
+
<a id="secondary-tsig-key-name"></a>• [`tsig_key_name`](#secondary-tsig-key-name) - Optional String<br>TSIG Key Name. TSIG key name as used in TSIG protocol extension
|
|
659
|
+
|
|
660
|
+
<a id="secondary-tsig-key-value"></a>• [`tsig_key_value`](#secondary-tsig-key-value) - Optional Block<br>Secret. SecretType is used in an object to indicate a sensitive/confidential field<br>See [Tsig Key Value](#secondary-tsig-key-value) below.
|
|
661
|
+
|
|
662
|
+
#### Secondary Tsig Key Value
|
|
663
|
+
|
|
664
|
+
A [`tsig_key_value`](#secondary-tsig-key-value) block (within [`secondary`](#secondary)) supports the following:
|
|
665
|
+
|
|
666
|
+
<a id="info-dc8549"></a>• [`blindfold_secret_info`](#info-dc8549) - Optional Block<br>Blindfold Secret. BlindfoldSecretInfoType specifies information about the Secret managed by F5XC Secret Management<br>See [Blindfold Secret Info](#info-dc8549) below.
|
|
667
|
+
|
|
668
|
+
<a id="info-712cd8"></a>• [`clear_secret_info`](#info-712cd8) - Optional Block<br>In-Clear Secret. ClearSecretInfoType specifies information about the Secret that is not encrypted<br>See [Clear Secret Info](#info-712cd8) below.
|
|
669
|
+
|
|
670
|
+
#### Secondary Tsig Key Value Blindfold Secret Info
|
|
671
|
+
|
|
672
|
+
A [`blindfold_secret_info`](#info-dc8549) block (within [`secondary.tsig_key_value`](#secondary-tsig-key-value)) supports the following:
|
|
673
|
+
|
|
674
|
+
<a id="provider-9d03fe"></a>• [`decryption_provider`](#provider-9d03fe) - Optional String<br>Decryption Provider. Name of the Secret Management Access object that contains information about the backend Secret Management service
|
|
675
|
+
|
|
676
|
+
<a id="location-ef4bdb"></a>• [`location`](#location-ef4bdb) - Optional String<br>Location. Location is the uri_ref. It could be in URL format for string:/// Or it could be a path if the store provider is an HTTP/HTTPS location
|
|
677
|
+
|
|
678
|
+
<a id="provider-be11a9"></a>• [`store_provider`](#provider-be11a9) - Optional String<br>Store Provider. Name of the Secret Management Access object that contains information about the store to get encrypted bytes This field needs to be provided only if the URL scheme is not string:///
|
|
679
|
+
|
|
680
|
+
#### Secondary Tsig Key Value Clear Secret Info
|
|
681
|
+
|
|
682
|
+
A [`clear_secret_info`](#info-712cd8) block (within [`secondary.tsig_key_value`](#secondary-tsig-key-value)) supports the following:
|
|
683
|
+
|
|
684
|
+
<a id="ref-f21028"></a>• [`provider_ref`](#ref-f21028) - Optional String<br>Provider. Name of the Secret Management Access object that contains information about the store to get encrypted bytes This field needs to be provided only if the URL scheme is not string:///
|
|
685
|
+
|
|
686
|
+
<a id="url-f87f89"></a>• [`url`](#url-f87f89) - Optional String<br>URL. URL of the secret. Currently supported URL schemes is string:///. For string:/// scheme, Secret needs to be encoded Base64 format. When asked for this secret, caller will get Secret bytes after Base64 decoding
|
|
687
|
+
|
|
688
|
+
#### Timeouts
|
|
689
|
+
|
|
690
|
+
A [`timeouts`](#timeouts) block supports the following:
|
|
691
|
+
|
|
692
|
+
<a id="timeouts-create"></a>• [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
|
|
693
|
+
|
|
694
|
+
<a id="timeouts-delete"></a>• [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
|
|
695
|
+
|
|
696
|
+
<a id="timeouts-read"></a>• [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
|
|
697
|
+
|
|
698
|
+
<a id="timeouts-update"></a>• [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
|
|
699
|
+
|
|
700
|
+
---
|
|
701
|
+
|
|
702
|
+
## Common Types
|
|
703
|
+
|
|
704
|
+
The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
|
|
705
|
+
|
|
706
|
+
### Object Reference {#common-object-reference}
|
|
707
|
+
|
|
708
|
+
Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
|
|
709
|
+
|
|
710
|
+
| Field | Type | Description |
|
|
711
|
+
| ----- | ---- | ----------- |
|
|
712
|
+
| `name` | String | Name of the referenced object |
|
|
713
|
+
| `namespace` | String | Namespace containing the referenced object |
|
|
714
|
+
| `tenant` | String | Tenant of the referenced object (system-managed) |
|
|
715
|
+
|
|
716
|
+
### Transformers {#common-transformers}
|
|
717
|
+
|
|
718
|
+
Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
|
|
719
|
+
|
|
720
|
+
| Value | Description |
|
|
721
|
+
| ----- | ----------- |
|
|
722
|
+
| `LOWER_CASE` | Convert to lowercase |
|
|
723
|
+
| `UPPER_CASE` | Convert to uppercase |
|
|
724
|
+
| `BASE64_DECODE` | Decode base64 content |
|
|
725
|
+
| `NORMALIZE_PATH` | Normalize URL path |
|
|
726
|
+
| `REMOVE_WHITESPACE` | Remove whitespace characters |
|
|
727
|
+
| `URL_DECODE` | Decode URL-encoded characters |
|
|
728
|
+
| `TRIM_LEFT` | Trim leading whitespace |
|
|
729
|
+
| `TRIM_RIGHT` | Trim trailing whitespace |
|
|
730
|
+
| `TRIM` | Trim both leading and trailing whitespace |
|
|
731
|
+
|
|
732
|
+
### HTTP Methods {#common-http-methods}
|
|
733
|
+
|
|
734
|
+
HTTP methods used for request matching.
|
|
735
|
+
|
|
736
|
+
| Value | Description |
|
|
737
|
+
| ----- | ----------- |
|
|
738
|
+
| `ANY` | Match any HTTP method |
|
|
739
|
+
| `GET` | HTTP GET request |
|
|
740
|
+
| `HEAD` | HTTP HEAD request |
|
|
741
|
+
| `POST` | HTTP POST request |
|
|
742
|
+
| `PUT` | HTTP PUT request |
|
|
743
|
+
| `DELETE` | HTTP DELETE request |
|
|
744
|
+
| `CONNECT` | HTTP CONNECT request |
|
|
745
|
+
| `OPTIONS` | HTTP OPTIONS request |
|
|
746
|
+
| `TRACE` | HTTP TRACE request |
|
|
747
|
+
| `PATCH` | HTTP PATCH request |
|
|
748
|
+
| `COPY` | HTTP COPY request (WebDAV) |
|
|
749
|
+
|
|
750
|
+
### TLS Fingerprints {#common-tls-fingerprints}
|
|
751
|
+
|
|
752
|
+
TLS fingerprint categories for malicious client detection.
|
|
753
|
+
|
|
754
|
+
| Value | Description |
|
|
755
|
+
| ----- | ----------- |
|
|
756
|
+
| `TLS_FINGERPRINT_NONE` | No fingerprint matching |
|
|
757
|
+
| `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
|
|
758
|
+
| `ADWARE` | Adware-associated fingerprints |
|
|
759
|
+
| `DRIDEX` | Dridex malware fingerprints |
|
|
760
|
+
| `GOOTKIT` | Gootkit malware fingerprints |
|
|
761
|
+
| `RANSOMWARE` | Ransomware-associated fingerprints |
|
|
762
|
+
| `TRICKBOT` | Trickbot malware fingerprints |
|
|
763
|
+
|
|
764
|
+
### IP Threat Categories {#common-ip-threat-categories}
|
|
765
|
+
|
|
766
|
+
IP address threat categories for security filtering.
|
|
767
|
+
|
|
768
|
+
| Value | Description |
|
|
769
|
+
| ----- | ----------- |
|
|
770
|
+
| `SPAM_SOURCES` | Known spam sources |
|
|
771
|
+
| `WINDOWS_EXPLOITS` | Windows exploit sources |
|
|
772
|
+
| `WEB_ATTACKS` | Web attack sources |
|
|
773
|
+
| `BOTNETS` | Known botnet IPs |
|
|
774
|
+
| `SCANNERS` | Network scanner IPs |
|
|
775
|
+
| `REPUTATION` | Poor reputation IPs |
|
|
776
|
+
| `PHISHING` | Phishing-related IPs |
|
|
777
|
+
| `PROXY` | Anonymous proxy IPs |
|
|
778
|
+
| `MOBILE_THREATS` | Mobile threat sources |
|
|
779
|
+
| `TOR_PROXY` | Tor exit nodes |
|
|
780
|
+
| `DENIAL_OF_SERVICE` | DoS attack sources |
|
|
781
|
+
| `NETWORK` | Known bad network ranges |
|
|
782
|
+
|
|
783
|
+
## Import
|
|
784
|
+
|
|
785
|
+
Import is supported using the following syntax:
|
|
786
|
+
|
|
787
|
+
```shell
|
|
788
|
+
# Import using namespace/name format
|
|
789
|
+
terraform import f5xc_dns_zone.example system/example
|
|
790
|
+
```
|