@robinmordasiewicz/f5xc-terraform-mcp 2.4.7 → 2.6.1
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/dns_zone.md +2 -2
- package/dist/docs/guides/advanced-http-loadbalancer.md +569 -0
- package/dist/docs/resources/api_credential.md +2 -2
- package/dist/docs/resources/cloud_connect.md +2 -2
- package/dist/docs/resources/dns_zone.md +496 -451
- package/dist/docs/resources/managed_tenant.md +2 -2
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_dns_zone Resource - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "DNS"
|
|
4
4
|
description: |-
|
|
5
|
-
[Category: DNS] [Namespace: not_required] Manages
|
|
5
|
+
[Category: DNS] [Namespace: not_required] Manages DNS Zone in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_dns_zone (Resource)
|
|
9
9
|
|
|
10
|
-
[Category: DNS] [Namespace: not_required] Manages
|
|
10
|
+
[Category: DNS] [Namespace: not_required] Manages DNS Zone in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** Please refer to [DNS Zone API docs](https://docs.cloud.f5.com/docs-v2/api/dns-zone) to learn more.
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ description: |-
|
|
|
15
15
|
|
|
16
16
|
```terraform
|
|
17
17
|
# DNS Zone Resource Example
|
|
18
|
-
# [Category: DNS] [Namespace: not_required] Manages
|
|
18
|
+
# [Category: DNS] [Namespace: not_required] Manages DNS Zone in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
|
|
19
19
|
|
|
20
20
|
# Basic DNS Zone configuration
|
|
21
21
|
resource "f5xc_dns_zone" "example" {
|
|
@@ -69,18 +69,9 @@ resource "f5xc_dns_zone" "example" {
|
|
|
69
69
|
|
|
70
70
|
### Spec Argument Reference
|
|
71
71
|
|
|
72
|
-
<a id="allow-http-lb-managed-records"></a>• [`allow_http_lb_managed_records`](#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
|
|
73
|
-
|
|
74
|
-
<a id="default-rr-set-group"></a>• [`default_rr_set_group`](#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](#default-rr-set-group) below for details.
|
|
75
|
-
|
|
76
72
|
-> **One of the following:**
|
|
77
|
-
• <a id="
|
|
78
|
-
|
|
79
|
-
<a id="dnssec-mode"></a>• [`dnssec_mode`](#dnssec-mode) - Optional Block<br>Disable<br>See [Dnssec Mode](#dnssec-mode) below for details.
|
|
80
|
-
|
|
81
|
-
<a id="rr-set-group"></a>• [`rr_set_group`](#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](#rr-set-group) below for details.
|
|
82
|
-
|
|
83
|
-
<a id="soa-parameters"></a>• [`soa_parameters`](#soa-parameters) - Optional Block<br>SOARecordParameterConfig
|
|
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
|
|
84
75
|
|
|
85
76
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block
|
|
86
77
|
|
|
@@ -92,879 +83,933 @@ In addition to all arguments above, the following attributes are exported:
|
|
|
92
83
|
|
|
93
84
|
---
|
|
94
85
|
|
|
95
|
-
####
|
|
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.
|
|
96
141
|
|
|
97
|
-
|
|
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.
|
|
98
143
|
|
|
99
|
-
<a id="
|
|
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.
|
|
100
145
|
|
|
101
|
-
<a id="
|
|
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.
|
|
102
147
|
|
|
103
|
-
<a id="default-rr-set-group-
|
|
148
|
+
<a id="primary-default-rr-set-group-ttl"></a>• [`ttl`](#primary-default-rr-set-group-ttl) - Optional Number<br>Time to live
|
|
104
149
|
|
|
105
|
-
<a id="default-rr-set-group-
|
|
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.
|
|
106
151
|
|
|
107
|
-
|
|
152
|
+
#### Primary Default Rr Set Group A Record
|
|
108
153
|
|
|
109
|
-
|
|
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:
|
|
110
155
|
|
|
111
|
-
<a id="
|
|
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
|
|
112
157
|
|
|
113
|
-
<a id="
|
|
158
|
+
<a id="values-6ab550"></a>• [`values`](#values-6ab550) - Optional List<br>IPv4 Addresses. A valid IPv4 address, for example: 1.1.1.1
|
|
114
159
|
|
|
115
|
-
|
|
160
|
+
#### Primary Default Rr Set Group Aaaa Record
|
|
116
161
|
|
|
117
|
-
|
|
162
|
+
An [`aaaa_record`](#record-6a4ef0) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
118
163
|
|
|
119
|
-
<a id="
|
|
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
|
|
120
165
|
|
|
121
|
-
<a id="
|
|
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
|
|
122
167
|
|
|
123
|
-
|
|
168
|
+
#### Primary Default Rr Set Group Afsdb Record
|
|
124
169
|
|
|
125
|
-
|
|
170
|
+
An [`afsdb_record`](#record-026644) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
126
171
|
|
|
127
|
-
<a id="
|
|
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
|
|
128
173
|
|
|
129
|
-
<a id="
|
|
174
|
+
<a id="values-776b5a"></a>• [`values`](#values-776b5a) - Optional Block<br>AFSDB Value<br>See [Values](#values-776b5a) below.
|
|
130
175
|
|
|
131
|
-
|
|
176
|
+
#### Primary Default Rr Set Group Afsdb Record Values
|
|
132
177
|
|
|
133
|
-
|
|
178
|
+
A [`values`](#values-776b5a) block (within [`primary.default_rr_set_group.afsdb_record`](#record-026644)) supports the following:
|
|
134
179
|
|
|
135
|
-
<a id="
|
|
180
|
+
<a id="hostname-e0989b"></a>• [`hostname`](#hostname-e0989b) - Optional String<br>Hostname. Server name of the AFS cell database server or the DCE name server
|
|
136
181
|
|
|
137
|
-
<a id="
|
|
182
|
+
<a id="subtype-c0b747"></a>• [`subtype`](#subtype-c0b747) - Optional String<br>Possible values are `NONE`, `AFSVolumeLocationServer`, `DCEAuthenticationServer`<br>[Enum: NONE|AFSVolumeLocationServer|DCEAuthenticationServer] AFSDB Record Subtype. AFS Volume Location Server or DCE Authentication Server. - NONE: NONE - AFSVolumeLocationServer: AFS Volume Location Server - DCEAuthenticationServer: DCE Authentication Server
|
|
138
183
|
|
|
139
|
-
|
|
184
|
+
#### Primary Default Rr Set Group Alias Record
|
|
140
185
|
|
|
141
|
-
|
|
186
|
+
An [`alias_record`](#record-6e32d8) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
142
187
|
|
|
143
|
-
<a id="
|
|
188
|
+
<a id="value-da5681"></a>• [`value`](#value-da5681) - Optional String<br>Domain. A valid domain name, for example: example.com
|
|
144
189
|
|
|
145
|
-
#### Default Rr Set Group
|
|
190
|
+
#### Primary Default Rr Set Group Caa Record
|
|
146
191
|
|
|
147
|
-
|
|
192
|
+
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:
|
|
148
193
|
|
|
149
|
-
<a id="
|
|
194
|
+
<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
|
|
150
195
|
|
|
151
|
-
<a id="
|
|
196
|
+
<a id="values-41ba0e"></a>• [`values`](#values-41ba0e) - Optional Block<br>CAA Record Value<br>See [Values](#values-41ba0e) below.
|
|
152
197
|
|
|
153
|
-
#### Default Rr Set Group
|
|
198
|
+
#### Primary Default Rr Set Group Caa Record Values
|
|
154
199
|
|
|
155
|
-
|
|
200
|
+
A [`values`](#values-41ba0e) block (within [`primary.default_rr_set_group.caa_record`](#primary-default-rr-set-group-caa-record)) supports the following:
|
|
156
201
|
|
|
157
|
-
<a id="
|
|
202
|
+
<a id="flags-b55355"></a>• [`flags`](#flags-b55355) - Optional Number<br>Flags. This flag should be an integer between 0 and 255
|
|
158
203
|
|
|
159
|
-
<a id="
|
|
204
|
+
<a id="tag-6b0674"></a>• [`tag`](#tag-6b0674) - Optional String<br>Tag. 'issuewild', 'iodef']
|
|
160
205
|
|
|
161
|
-
|
|
206
|
+
<a id="value-c7d485"></a>• [`value`](#value-c7d485) - Optional String<br>Value
|
|
162
207
|
|
|
163
|
-
|
|
208
|
+
#### Primary Default Rr Set Group Cds Record
|
|
164
209
|
|
|
165
|
-
|
|
210
|
+
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:
|
|
166
211
|
|
|
167
|
-
<a id="
|
|
212
|
+
<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
|
|
168
213
|
|
|
169
|
-
|
|
214
|
+
<a id="values-970128"></a>• [`values`](#values-970128) - Optional Block<br>DS Value<br>See [Values](#values-970128) below.
|
|
170
215
|
|
|
171
|
-
|
|
216
|
+
#### Primary Default Rr Set Group Cds Record Values
|
|
172
217
|
|
|
173
|
-
|
|
218
|
+
A [`values`](#values-970128) block (within [`primary.default_rr_set_group.cds_record`](#primary-default-rr-set-group-cds-record)) supports the following:
|
|
174
219
|
|
|
175
|
-
<a id="
|
|
220
|
+
<a id="algorithm-5ce8df"></a>• [`ds_key_algorithm`](#algorithm-5ce8df) - Optional String<br>Possible values are `UNSPECIFIED`, `RSASHA1`, `RSASHA1NSEC3SHA1`, `RSASHA256`, `RSASHA512`, `ECDSAP256SHA256`, `ECDSAP384SHA384`, `ED25519`, `ED448`<br>[Enum: UNSPECIFIED|RSASHA1|RSASHA1NSEC3SHA1|RSASHA256|RSASHA512|ECDSAP256SHA256|ECDSAP384SHA384|ED25519|ED448] DS Key algorithm. DS key value must be compatible with the specified algorithm. - UNSPECIFIED: UNSPECIFIED - RSASHA1: RSASHA1 - RSASHA1NSEC3SHA1: RSASHA1-NSEC3-SHA1 - RSASHA256: RSASHA256 - RSASHA512: RSASHA512 - ECDSAP256SHA256: ECDSAP256SHA256 - ECDSAP384SHA384: ECDSAP384SHA384 - ED25519: ED25519 - ED448: ED448
|
|
176
221
|
|
|
177
|
-
|
|
222
|
+
<a id="tag-552dbd"></a>• [`key_tag`](#tag-552dbd) - Optional Number<br>Key Tag. A short numeric value which can help quickly identify the referenced DNSKEY-record
|
|
178
223
|
|
|
179
|
-
|
|
224
|
+
<a id="digest-480d8f"></a>• [`sha1_digest`](#digest-480d8f) - Optional Block<br>SHA1 Digest<br>See [Sha1 Digest](#digest-480d8f) below.
|
|
180
225
|
|
|
181
|
-
<a id="
|
|
226
|
+
<a id="digest-9aa449"></a>• [`sha256_digest`](#digest-9aa449) - Optional Block<br>SHA256 Digest<br>See [Sha256 Digest](#digest-9aa449) below.
|
|
182
227
|
|
|
183
|
-
|
|
228
|
+
<a id="digest-552989"></a>• [`sha384_digest`](#digest-552989) - Optional Block<br>SHA384 Digest<br>See [Sha384 Digest](#digest-552989) below.
|
|
184
229
|
|
|
185
|
-
|
|
230
|
+
#### Primary Default Rr Set Group Cds Record Values Sha1 Digest
|
|
186
231
|
|
|
187
|
-
|
|
232
|
+
A [`sha1_digest`](#digest-480d8f) block (within [`primary.default_rr_set_group.cds_record.values`](#values-970128)) supports the following:
|
|
188
233
|
|
|
189
|
-
<a id="
|
|
234
|
+
<a id="digest-5ea72c"></a>• [`digest`](#digest-5ea72c) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
190
235
|
|
|
191
|
-
#### Default Rr Set Group
|
|
236
|
+
#### Primary Default Rr Set Group Cds Record Values Sha256 Digest
|
|
192
237
|
|
|
193
|
-
A [`
|
|
238
|
+
A [`sha256_digest`](#digest-9aa449) block (within [`primary.default_rr_set_group.cds_record.values`](#values-970128)) supports the following:
|
|
194
239
|
|
|
195
|
-
<a id="
|
|
240
|
+
<a id="digest-fbe559"></a>• [`digest`](#digest-fbe559) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
196
241
|
|
|
197
|
-
|
|
242
|
+
#### Primary Default Rr Set Group Cds Record Values Sha384 Digest
|
|
198
243
|
|
|
199
|
-
|
|
244
|
+
A [`sha384_digest`](#digest-552989) block (within [`primary.default_rr_set_group.cds_record.values`](#values-970128)) supports the following:
|
|
200
245
|
|
|
201
|
-
|
|
246
|
+
<a id="digest-6152e8"></a>• [`digest`](#digest-6152e8) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
202
247
|
|
|
203
|
-
|
|
248
|
+
#### Primary Default Rr Set Group Cert Record
|
|
204
249
|
|
|
205
|
-
|
|
250
|
+
A [`cert_record`](#record-3ef094) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
206
251
|
|
|
207
|
-
<a id="
|
|
252
|
+
<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
|
|
208
253
|
|
|
209
|
-
|
|
254
|
+
<a id="values-753772"></a>• [`values`](#values-753772) - Optional Block<br>CERT Value<br>See [Values](#values-753772) below.
|
|
210
255
|
|
|
211
|
-
|
|
256
|
+
#### Primary Default Rr Set Group Cert Record Values
|
|
212
257
|
|
|
213
|
-
|
|
258
|
+
A [`values`](#values-753772) block (within [`primary.default_rr_set_group.cert_record`](#record-3ef094)) supports the following:
|
|
214
259
|
|
|
215
|
-
<a id="
|
|
260
|
+
<a id="algorithm-9fd6d6"></a>• [`algorithm`](#algorithm-9fd6d6) - Optional String Defaults to `RESERVEDALGORITHM`<br>Possible values are `RESERVEDALGORITHM`, `RSAMD5`, `DH`, `DSASHA1`, `ECC`, `RSASHA1ALGORITHM`, `INDIRECT`, `PRIVATEDNS`, `PRIVATEOID`<br>[Enum: RESERVEDALGORITHM|RSAMD5|DH|DSASHA1|ECC|RSASHA1ALGORITHM|INDIRECT|PRIVATEDNS|PRIVATEOID] CERT Algorithm. CERT algorithm value must be compatible with the specified algorithm. - RESERVEDALGORITHM: RESERVEDALGORITHM - RSAMD5: RSAMD5 - DH: DH - DSASHA1: DSASHA1 - ECC: ECC - RSASHA1ALGORITHM: RSA-SHA1 - INDIRECT: INDIRECT - PRIVATEDNS: PRIVATEDNS - PRIVATEOID: PRIVATEOID
|
|
216
261
|
|
|
217
|
-
<a id="
|
|
262
|
+
<a id="tag-daa904"></a>• [`cert_key_tag`](#tag-daa904) - Optional Number<br>Key Tag
|
|
218
263
|
|
|
219
|
-
<a id="
|
|
264
|
+
<a id="type-f06fe6"></a>• [`cert_type`](#type-f06fe6) - Optional String Defaults to `INVALIDCERTTYPE`<br>Possible values are `INVALIDCERTTYPE`, `PKIX`, `SPKI`, `PGP`, `IPKIX`, `ISPKI`, `IPGP`, `ACPKIX`, `IACPKIX`, `URI_`, `OID`<br>[Enum: INVALIDCERTTYPE|PKIX|SPKI|PGP|IPKIX|ISPKI|IPGP|ACPKIX|IACPKIX|URI_|OID] CERT Type. CERT type value must be compatible with the specified types. - INVALIDCERTTYPE: INVALIDCERTTYPE - PKIX: PKIX - SPKI: SPKI - PGP: PGP - IPKIX: IPKIX - ISPKI: ISPKI - IPGP: IPGP - ACPKIX: ACPKIX - IACPKIX: IACPKIX - URI_: URI - OID: OID
|
|
220
265
|
|
|
221
|
-
<a id="
|
|
266
|
+
<a id="certificate-5deda0"></a>• [`certificate`](#certificate-5deda0) - Optional String<br>Certificate. Certificate in base 64 format
|
|
222
267
|
|
|
223
|
-
#### Default Rr Set Group
|
|
268
|
+
#### Primary Default Rr Set Group Cname Record
|
|
224
269
|
|
|
225
|
-
A [`
|
|
270
|
+
A [`cname_record`](#record-8b5bff) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
226
271
|
|
|
227
|
-
<a id="
|
|
272
|
+
<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
|
|
228
273
|
|
|
229
|
-
|
|
274
|
+
<a id="value-8158f9"></a>• [`value`](#value-8158f9) - Optional String<br>Domain
|
|
230
275
|
|
|
231
|
-
|
|
276
|
+
#### Primary Default Rr Set Group Ds Record
|
|
232
277
|
|
|
233
|
-
|
|
278
|
+
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:
|
|
234
279
|
|
|
235
|
-
|
|
280
|
+
<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
|
|
236
281
|
|
|
237
|
-
|
|
282
|
+
<a id="values-6934cb"></a>• [`values`](#values-6934cb) - Optional Block<br>DS Value<br>See [Values](#values-6934cb) below.
|
|
238
283
|
|
|
239
|
-
|
|
284
|
+
#### Primary Default Rr Set Group Ds Record Values
|
|
240
285
|
|
|
241
|
-
|
|
286
|
+
A [`values`](#values-6934cb) block (within [`primary.default_rr_set_group.ds_record`](#primary-default-rr-set-group-ds-record)) supports the following:
|
|
242
287
|
|
|
243
|
-
|
|
288
|
+
<a id="algorithm-e99332"></a>• [`ds_key_algorithm`](#algorithm-e99332) - Optional String<br>Possible values are `UNSPECIFIED`, `RSASHA1`, `RSASHA1NSEC3SHA1`, `RSASHA256`, `RSASHA512`, `ECDSAP256SHA256`, `ECDSAP384SHA384`, `ED25519`, `ED448`<br>[Enum: UNSPECIFIED|RSASHA1|RSASHA1NSEC3SHA1|RSASHA256|RSASHA512|ECDSAP256SHA256|ECDSAP384SHA384|ED25519|ED448] DS Key algorithm. DS key value must be compatible with the specified algorithm. - UNSPECIFIED: UNSPECIFIED - RSASHA1: RSASHA1 - RSASHA1NSEC3SHA1: RSASHA1-NSEC3-SHA1 - RSASHA256: RSASHA256 - RSASHA512: RSASHA512 - ECDSAP256SHA256: ECDSAP256SHA256 - ECDSAP384SHA384: ECDSAP384SHA384 - ED25519: ED25519 - ED448: ED448
|
|
244
289
|
|
|
245
|
-
<a id="
|
|
290
|
+
<a id="tag-cbe5f8"></a>• [`key_tag`](#tag-cbe5f8) - Optional Number<br>Key Tag. A short numeric value which can help quickly identify the referenced DNSKEY-record
|
|
246
291
|
|
|
247
|
-
<a id="
|
|
292
|
+
<a id="digest-e4a760"></a>• [`sha1_digest`](#digest-e4a760) - Optional Block<br>SHA1 Digest<br>See [Sha1 Digest](#digest-e4a760) below.
|
|
248
293
|
|
|
249
|
-
|
|
294
|
+
<a id="digest-0c570a"></a>• [`sha256_digest`](#digest-0c570a) - Optional Block<br>SHA256 Digest<br>See [Sha256 Digest](#digest-0c570a) below.
|
|
250
295
|
|
|
251
|
-
|
|
296
|
+
<a id="digest-dd0213"></a>• [`sha384_digest`](#digest-dd0213) - Optional Block<br>SHA384 Digest<br>See [Sha384 Digest](#digest-dd0213) below.
|
|
252
297
|
|
|
253
|
-
|
|
298
|
+
#### Primary Default Rr Set Group Ds Record Values Sha1 Digest
|
|
254
299
|
|
|
255
|
-
|
|
300
|
+
A [`sha1_digest`](#digest-e4a760) block (within [`primary.default_rr_set_group.ds_record.values`](#values-6934cb)) supports the following:
|
|
256
301
|
|
|
257
|
-
<a id="
|
|
302
|
+
<a id="digest-668333"></a>• [`digest`](#digest-668333) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
258
303
|
|
|
259
|
-
|
|
304
|
+
#### Primary Default Rr Set Group Ds Record Values Sha256 Digest
|
|
260
305
|
|
|
261
|
-
|
|
306
|
+
A [`sha256_digest`](#digest-0c570a) block (within [`primary.default_rr_set_group.ds_record.values`](#values-6934cb)) supports the following:
|
|
262
307
|
|
|
263
|
-
|
|
308
|
+
<a id="digest-e408eb"></a>• [`digest`](#digest-e408eb) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
264
309
|
|
|
265
|
-
|
|
310
|
+
#### Primary Default Rr Set Group Ds Record Values Sha384 Digest
|
|
266
311
|
|
|
267
|
-
|
|
312
|
+
A [`sha384_digest`](#digest-dd0213) block (within [`primary.default_rr_set_group.ds_record.values`](#values-6934cb)) supports the following:
|
|
268
313
|
|
|
269
|
-
|
|
314
|
+
<a id="digest-67ce20"></a>• [`digest`](#digest-67ce20) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
270
315
|
|
|
271
|
-
|
|
316
|
+
#### Primary Default Rr Set Group Eui48 Record
|
|
272
317
|
|
|
273
|
-
|
|
318
|
+
An [`eui48_record`](#record-d72d9f) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
274
319
|
|
|
275
|
-
<a id="
|
|
320
|
+
<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
|
|
276
321
|
|
|
277
|
-
|
|
322
|
+
<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
|
|
278
323
|
|
|
279
|
-
|
|
324
|
+
#### Primary Default Rr Set Group Eui64 Record
|
|
280
325
|
|
|
281
|
-
|
|
326
|
+
An [`eui64_record`](#record-d3d028) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
282
327
|
|
|
283
|
-
<a id="
|
|
328
|
+
<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
|
|
284
329
|
|
|
285
|
-
<a id="
|
|
330
|
+
<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
|
|
286
331
|
|
|
287
|
-
|
|
332
|
+
#### Primary Default Rr Set Group LB Record
|
|
288
333
|
|
|
289
|
-
|
|
334
|
+
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:
|
|
290
335
|
|
|
291
|
-
|
|
336
|
+
<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
|
|
292
337
|
|
|
293
|
-
|
|
338
|
+
<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.
|
|
294
339
|
|
|
295
|
-
|
|
340
|
+
#### Primary Default Rr Set Group LB Record Value
|
|
296
341
|
|
|
297
|
-
|
|
342
|
+
A [`value`](#value-4b593b) block (within [`primary.default_rr_set_group.lb_record`](#primary-default-rr-set-group-lb-record)) supports the following:
|
|
298
343
|
|
|
299
|
-
|
|
344
|
+
<a id="name-a1b878"></a>• [`name`](#name-a1b878) - Optional String<br>Name. When a configuration object(e.g. virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. route's) name
|
|
300
345
|
|
|
301
|
-
<a id="
|
|
346
|
+
<a id="namespace-a9237a"></a>• [`namespace`](#namespace-a9237a) - Optional String<br>Namespace. When a configuration object(e.g. virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. route's) namespace
|
|
302
347
|
|
|
303
|
-
|
|
348
|
+
<a id="tenant-bf0527"></a>• [`tenant`](#tenant-bf0527) - Optional String<br>Tenant. When a configuration object(e.g. virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. route's) tenant
|
|
304
349
|
|
|
305
|
-
|
|
350
|
+
#### Primary Default Rr Set Group Loc Record
|
|
306
351
|
|
|
307
|
-
|
|
352
|
+
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:
|
|
308
353
|
|
|
309
|
-
|
|
354
|
+
<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
|
|
310
355
|
|
|
311
|
-
|
|
356
|
+
<a id="values-17d6e4"></a>• [`values`](#values-17d6e4) - Optional Block<br>LOC Value<br>See [Values](#values-17d6e4) below.
|
|
312
357
|
|
|
313
|
-
|
|
358
|
+
#### Primary Default Rr Set Group Loc Record Values
|
|
314
359
|
|
|
315
|
-
|
|
360
|
+
A [`values`](#values-17d6e4) block (within [`primary.default_rr_set_group.loc_record`](#primary-default-rr-set-group-loc-record)) supports the following:
|
|
316
361
|
|
|
317
|
-
|
|
362
|
+
<a id="altitude-a40b5b"></a>• [`altitude`](#altitude-a40b5b) - Optional Number<br>Altitude. Altitude in meters
|
|
318
363
|
|
|
319
|
-
|
|
364
|
+
<a id="precision-364fc0"></a>• [`horizontal_precision`](#precision-364fc0) - Optional Number<br>Horizontal Precision. Horizontal Precision in meters
|
|
320
365
|
|
|
321
|
-
<a id="
|
|
366
|
+
<a id="degree-89fedb"></a>• [`latitude_degree`](#degree-89fedb) - Optional Number<br>Latitude degree. Latitude degree, an integer between 0 and 90, including 0 and 90
|
|
322
367
|
|
|
323
|
-
<a id="
|
|
368
|
+
<a id="hemisphere-0ca9de"></a>• [`latitude_hemisphere`](#hemisphere-0ca9de) - Optional String Defaults to `N`<br>Possible values are `N`, `S`<br>[Enum: N|S] Latitude hemisphere. Latitude hemisphere can only be N or S - N: North Hemisphere - S: South Hemisphere
|
|
324
369
|
|
|
325
|
-
|
|
370
|
+
<a id="minute-8c8fd8"></a>• [`latitude_minute`](#minute-8c8fd8) - Optional Number<br>Latitude minute. Latitude minute, an integer between 0 and 59, including 0 and 59
|
|
326
371
|
|
|
327
|
-
|
|
372
|
+
<a id="second-4a4333"></a>• [`latitude_second`](#second-4a4333) - Optional Number<br>Latitude second. Latitude second, an decimal between 0 and 59.999, including 0 and 59.999
|
|
328
373
|
|
|
329
|
-
<a id="
|
|
374
|
+
<a id="diameter-2de656"></a>• [`location_diameter`](#diameter-2de656) - Optional Number<br>Size. Diameter of a sphere enclosing the described entity, in meters
|
|
330
375
|
|
|
331
|
-
<a id="
|
|
376
|
+
<a id="degree-917d8d"></a>• [`longitude_degree`](#degree-917d8d) - Optional Number<br>Longitude degree. Longitude degree, an integer between 0 and 180, including 0 and 180
|
|
332
377
|
|
|
333
|
-
|
|
378
|
+
<a id="hemisphere-e39f91"></a>• [`longitude_hemisphere`](#hemisphere-e39f91) - Optional String Defaults to `E`<br>Possible values are `E`, `W`<br>[Enum: E|W] Longitude hemisphere. Longitude hemisphere can only be E or W - E: East Hemisphere - W: West Hemisphere
|
|
334
379
|
|
|
335
|
-
|
|
380
|
+
<a id="minute-150b65"></a>• [`longitude_minute`](#minute-150b65) - Optional Number<br>Longitude minute. Longitude minute, an integer between 0 and 59, including 0 and 59
|
|
336
381
|
|
|
337
|
-
<a id="
|
|
382
|
+
<a id="second-ca4864"></a>• [`longitude_second`](#second-ca4864) - Optional Number<br>Longitude second. Longitude second, an decimal between 0 and 59.999, including 0 and 59.999
|
|
338
383
|
|
|
339
|
-
<a id="
|
|
384
|
+
<a id="precision-18d85d"></a>• [`vertical_precision`](#precision-18d85d) - Optional Number<br>Vertical Precision. Vertical Precision in meters
|
|
340
385
|
|
|
341
|
-
|
|
386
|
+
#### Primary Default Rr Set Group Mx Record
|
|
342
387
|
|
|
343
|
-
|
|
388
|
+
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:
|
|
344
389
|
|
|
345
|
-
|
|
390
|
+
<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
|
|
346
391
|
|
|
347
|
-
<a id="
|
|
392
|
+
<a id="values-032997"></a>• [`values`](#values-032997) - Optional Block<br>MX Record Value<br>See [Values](#values-032997) below.
|
|
348
393
|
|
|
349
|
-
|
|
394
|
+
#### Primary Default Rr Set Group Mx Record Values
|
|
350
395
|
|
|
351
|
-
|
|
396
|
+
A [`values`](#values-032997) block (within [`primary.default_rr_set_group.mx_record`](#primary-default-rr-set-group-mx-record)) supports the following:
|
|
352
397
|
|
|
353
|
-
|
|
398
|
+
<a id="domain-d9fe22"></a>• [`domain`](#domain-d9fe22) - Optional String<br>Domain. Mail exchanger domain name, please provide the full hostname, for example: mail.example.com
|
|
354
399
|
|
|
355
|
-
<a id="
|
|
400
|
+
<a id="priority-d0c4f8"></a>• [`priority`](#priority-d0c4f8) - Optional Number<br>Priority. Mail exchanger priority code
|
|
356
401
|
|
|
357
|
-
|
|
402
|
+
#### Primary Default Rr Set Group Naptr Record
|
|
358
403
|
|
|
359
|
-
|
|
404
|
+
A [`naptr_record`](#record-16470e) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
360
405
|
|
|
361
|
-
<a id="
|
|
406
|
+
<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
|
|
362
407
|
|
|
363
|
-
<a id="
|
|
408
|
+
<a id="values-8f9cd5"></a>• [`values`](#values-8f9cd5) - Optional Block<br>NAPTR Value<br>See [Values](#values-8f9cd5) below.
|
|
364
409
|
|
|
365
|
-
|
|
410
|
+
#### Primary Default Rr Set Group Naptr Record Values
|
|
366
411
|
|
|
367
|
-
|
|
412
|
+
A [`values`](#values-8f9cd5) block (within [`primary.default_rr_set_group.naptr_record`](#record-16470e)) supports the following:
|
|
368
413
|
|
|
369
|
-
<a id="
|
|
414
|
+
<a id="flags-607938"></a>• [`flags`](#flags-607938) - Optional String<br>Flags. Flag to control aspects of the rewriting and interpretation of the fields in the record. At this time only four flags, S/A/U/P, are defined
|
|
370
415
|
|
|
371
|
-
<a id="
|
|
416
|
+
<a id="order-5557f4"></a>• [`order`](#order-5557f4) - Optional Number<br>Order. Order in which the NAPTR records must be processed. A lower number indicates a higher preference
|
|
372
417
|
|
|
373
|
-
<a id="
|
|
418
|
+
<a id="preference-11e76d"></a>• [`preference`](#preference-11e76d) - Optional Number<br>Preference. Preference when records have the same order. A lower number indicates a higher preference
|
|
374
419
|
|
|
375
|
-
<a id="
|
|
420
|
+
<a id="regexp-94586a"></a>• [`regexp`](#regexp-94586a) - Optional String<br>Regular Expression. Regular expression to construct the next domain name to lookup
|
|
376
421
|
|
|
377
|
-
<a id="
|
|
422
|
+
<a id="replacement-c2e688"></a>• [`replacement`](#replacement-c2e688) - Optional String<br>Replacement. The next NAME to query for NAPTR, SRV, or address records depending on the value of the flags field
|
|
378
423
|
|
|
379
|
-
|
|
424
|
+
<a id="service-e52a72"></a>• [`service`](#service-e52a72) - Optional String<br>Protocol Resolution Service. Specifies the service(s) available down this rewrite path
|
|
380
425
|
|
|
381
|
-
|
|
426
|
+
#### Primary Default Rr Set Group Ns Record
|
|
382
427
|
|
|
383
|
-
|
|
428
|
+
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:
|
|
384
429
|
|
|
385
|
-
<a id="
|
|
430
|
+
<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
|
|
386
431
|
|
|
387
|
-
|
|
432
|
+
<a id="values-0b1572"></a>• [`values`](#values-0b1572) - Optional List<br>Name Servers
|
|
388
433
|
|
|
389
|
-
|
|
434
|
+
#### Primary Default Rr Set Group Ptr Record
|
|
390
435
|
|
|
391
|
-
|
|
436
|
+
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:
|
|
392
437
|
|
|
393
|
-
<a id="
|
|
438
|
+
<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
|
|
394
439
|
|
|
395
|
-
|
|
440
|
+
<a id="values-987974"></a>• [`values`](#values-987974) - Optional List<br>Domain Name
|
|
396
441
|
|
|
397
|
-
|
|
442
|
+
#### Primary Default Rr Set Group Srv Record
|
|
398
443
|
|
|
399
|
-
|
|
444
|
+
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:
|
|
400
445
|
|
|
401
|
-
<a id="
|
|
446
|
+
<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
|
|
402
447
|
|
|
403
|
-
|
|
448
|
+
<a id="values-41fcb0"></a>• [`values`](#values-41fcb0) - Optional Block<br>SRV Value<br>See [Values](#values-41fcb0) below.
|
|
404
449
|
|
|
405
|
-
|
|
450
|
+
#### Primary Default Rr Set Group Srv Record Values
|
|
406
451
|
|
|
407
|
-
|
|
452
|
+
A [`values`](#values-41fcb0) block (within [`primary.default_rr_set_group.srv_record`](#primary-default-rr-set-group-srv-record)) supports the following:
|
|
408
453
|
|
|
409
|
-
<a id="
|
|
454
|
+
<a id="port-d00268"></a>• [`port`](#port-d00268) - Optional Number<br>Port. Port on which the service can be found
|
|
410
455
|
|
|
411
|
-
<a id="
|
|
456
|
+
<a id="priority-3268c6"></a>• [`priority`](#priority-3268c6) - Optional Number<br>Priority. Priority of the target. A lower number indicates a higher preference
|
|
412
457
|
|
|
413
|
-
<a id="
|
|
458
|
+
<a id="target-ee02b0"></a>• [`target`](#target-ee02b0) - Optional String<br>Target. Hostname of the machine providing the service
|
|
414
459
|
|
|
415
|
-
<a id="
|
|
460
|
+
<a id="weight-ffb163"></a>• [`weight`](#weight-ffb163) - Optional Number<br>Weight. Weight of the target. A higher number indicates a higher preference
|
|
416
461
|
|
|
417
|
-
|
|
462
|
+
#### Primary Default Rr Set Group Sshfp Record
|
|
418
463
|
|
|
419
|
-
|
|
464
|
+
A [`sshfp_record`](#record-cc1927) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
420
465
|
|
|
421
|
-
|
|
466
|
+
<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
|
|
422
467
|
|
|
423
|
-
<a id="
|
|
468
|
+
<a id="values-eea3f2"></a>• [`values`](#values-eea3f2) - Optional Block<br>SSHFP Value<br>See [Values](#values-eea3f2) below.
|
|
424
469
|
|
|
425
|
-
|
|
470
|
+
#### Primary Default Rr Set Group Sshfp Record Values
|
|
426
471
|
|
|
427
|
-
|
|
472
|
+
A [`values`](#values-eea3f2) block (within [`primary.default_rr_set_group.sshfp_record`](#record-cc1927)) supports the following:
|
|
428
473
|
|
|
429
|
-
|
|
474
|
+
<a id="algorithm-4d375f"></a>• [`algorithm`](#algorithm-4d375f) - Optional String Defaults to `UNSPECIFIEDALGORITHM`<br>Possible values are `UNSPECIFIEDALGORITHM`, `RSA`, `DSA`, `ECDSA`, `Ed25519`, `Ed448`<br>[Enum: UNSPECIFIEDALGORITHM|RSA|DSA|ECDSA|Ed25519|Ed448] SSHFP Algorithm. SSHFP algorithm value must be compatible with the specified algorithm. - UNSPECIFIEDALGORITHM: UNSPECIFIEDALGORITHM - RSA: RSA - DSA: DSA - ECDSA: ECDSA - Ed25519: Ed25519 - Ed448: Ed448
|
|
430
475
|
|
|
431
|
-
<a id="
|
|
476
|
+
<a id="fingerprint-cac69e"></a>• [`sha1_fingerprint`](#fingerprint-cac69e) - Optional Block<br>SHA1 Fingerprint<br>See [Sha1 Fingerprint](#fingerprint-cac69e) below.
|
|
432
477
|
|
|
433
|
-
<a id="
|
|
478
|
+
<a id="fingerprint-1174b8"></a>• [`sha256_fingerprint`](#fingerprint-1174b8) - Optional Block<br>SHA256 Fingerprint<br>See [Sha256 Fingerprint](#fingerprint-1174b8) below.
|
|
434
479
|
|
|
435
|
-
#### Default Rr Set Group
|
|
480
|
+
#### Primary Default Rr Set Group Sshfp Record Values Sha1 Fingerprint
|
|
436
481
|
|
|
437
|
-
A [`
|
|
482
|
+
A [`sha1_fingerprint`](#fingerprint-cac69e) block (within [`primary.default_rr_set_group.sshfp_record.values`](#values-eea3f2)) supports the following:
|
|
438
483
|
|
|
439
|
-
<a id="
|
|
484
|
+
<a id="fingerprint-4064b0"></a>• [`fingerprint`](#fingerprint-4064b0) - Optional String<br>Fingerprint. The 'fingerprint' is the DS key and the actual contents of the DS record
|
|
440
485
|
|
|
441
|
-
|
|
486
|
+
#### Primary Default Rr Set Group Sshfp Record Values Sha256 Fingerprint
|
|
442
487
|
|
|
443
|
-
|
|
488
|
+
A [`sha256_fingerprint`](#fingerprint-1174b8) block (within [`primary.default_rr_set_group.sshfp_record.values`](#values-eea3f2)) supports the following:
|
|
444
489
|
|
|
445
|
-
|
|
490
|
+
<a id="fingerprint-d5149c"></a>• [`fingerprint`](#fingerprint-d5149c) - Optional String<br>Fingerprint. The 'fingerprint' is the DS key and the actual contents of the DS record
|
|
446
491
|
|
|
447
|
-
|
|
492
|
+
#### Primary Default Rr Set Group Tlsa Record
|
|
448
493
|
|
|
449
|
-
|
|
494
|
+
A [`tlsa_record`](#record-db5883) block (within [`primary.default_rr_set_group`](#primary-default-rr-set-group)) supports the following:
|
|
450
495
|
|
|
451
|
-
<a id="
|
|
496
|
+
<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
|
|
452
497
|
|
|
453
|
-
<a id="
|
|
498
|
+
<a id="values-49e48c"></a>• [`values`](#values-49e48c) - Optional Block<br>TLSA Value<br>See [Values](#values-49e48c) below.
|
|
454
499
|
|
|
455
|
-
#### Default Rr Set Group
|
|
500
|
+
#### Primary Default Rr Set Group Tlsa Record Values
|
|
456
501
|
|
|
457
|
-
A [`
|
|
502
|
+
A [`values`](#values-49e48c) block (within [`primary.default_rr_set_group.tlsa_record`](#record-db5883)) supports the following:
|
|
458
503
|
|
|
459
|
-
<a id="
|
|
504
|
+
<a id="data-81253a"></a>• [`certificate_association_data`](#data-81253a) - Optional String<br>Certificate Association Data. The actual data to be matched given the settings of the other fields
|
|
460
505
|
|
|
461
|
-
<a id="
|
|
506
|
+
<a id="usage-37ddce"></a>• [`certificate_usage`](#usage-37ddce) - Optional String Defaults to `CertificateAuthorityConstraint`<br>Possible values are `CertificateAuthorityConstraint`, `ServiceCertificateConstraint`, `TrustAnchorAssertion`, `DomainIssuedCertificate`<br>[Enum: CertificateAuthorityConstraint|ServiceCertificateConstraint|TrustAnchorAssertion|DomainIssuedCertificate] TLSA Record Certificate Usage. - CertificateAuthorityConstraint: Certificate Authority Constraint - ServiceCertificateConstraint: Service Certificate Constraint - TrustAnchorAssertion: Trust Anchor Assertion - DomainIssuedCertificate: Domain Issued Certificate
|
|
462
507
|
|
|
463
|
-
|
|
508
|
+
<a id="type-7fdd61"></a>• [`matching_type`](#type-7fdd61) - Optional String Defaults to `NoHash`<br>Possible values are `NoHash`, `SHA256`, `SHA512`<br>[Enum: NoHash|SHA256|SHA512] TLSA Record Matching Type. - NoHash: No Hash - SHA256: SHA-256 - SHA512: SHA-512
|
|
464
509
|
|
|
465
|
-
|
|
510
|
+
<a id="selector-d0ad23"></a>• [`selector`](#selector-d0ad23) - Optional String Defaults to `FullCertificate`<br>Possible values are `FullCertificate`, `UseSubjectPublicKey`<br>[Enum: FullCertificate|UseSubjectPublicKey] TLSA Record Selector. - FullCertificate: Full Certificate - UseSubjectPublicKey: Use Subject Public Key
|
|
466
511
|
|
|
467
|
-
|
|
512
|
+
#### Primary Default Rr Set Group Txt Record
|
|
468
513
|
|
|
469
|
-
|
|
514
|
+
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:
|
|
470
515
|
|
|
471
|
-
<a id="
|
|
516
|
+
<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
|
|
472
517
|
|
|
473
|
-
|
|
518
|
+
<a id="values-49770a"></a>• [`values`](#values-49770a) - Optional List<br>Text
|
|
474
519
|
|
|
475
|
-
|
|
520
|
+
#### Primary Dnssec Mode
|
|
476
521
|
|
|
477
|
-
|
|
522
|
+
A [`dnssec_mode`](#primary-dnssec-mode) block (within [`primary`](#primary)) supports the following:
|
|
478
523
|
|
|
479
|
-
|
|
524
|
+
<a id="primary-dnssec-mode-disable"></a>• [`disable`](#primary-dnssec-mode-disable) - Optional Block<br>Enable this option
|
|
480
525
|
|
|
481
|
-
|
|
526
|
+
<a id="primary-dnssec-mode-enable"></a>• [`enable`](#primary-dnssec-mode-enable) - Optional Block<br>Enable. DNSSEC enable
|
|
482
527
|
|
|
483
|
-
|
|
528
|
+
#### Primary Rr Set Group
|
|
484
529
|
|
|
485
|
-
|
|
530
|
+
A [`rr_set_group`](#primary-rr-set-group) block (within [`primary`](#primary)) supports the following:
|
|
486
531
|
|
|
487
|
-
|
|
532
|
+
<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.
|
|
488
533
|
|
|
489
|
-
<a id="
|
|
534
|
+
<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.
|
|
490
535
|
|
|
491
|
-
|
|
536
|
+
#### Primary Rr Set Group Metadata
|
|
492
537
|
|
|
493
|
-
|
|
538
|
+
A [`metadata`](#primary-rr-set-group-metadata) block (within [`primary.rr_set_group`](#primary-rr-set-group)) supports the following:
|
|
494
539
|
|
|
495
|
-
|
|
540
|
+
<a id="spec-383031"></a>• [`description_spec`](#spec-383031) - Optional String<br>Description. Human readable description
|
|
496
541
|
|
|
497
|
-
<a id="
|
|
542
|
+
<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
|
|
498
543
|
|
|
499
|
-
|
|
544
|
+
#### Primary Rr Set Group Rr Set
|
|
500
545
|
|
|
501
|
-
|
|
546
|
+
A [`rr_set`](#primary-rr-set-group-rr-set) block (within [`primary.rr_set_group`](#primary-rr-set-group)) supports the following:
|
|
502
547
|
|
|
503
|
-
<a id="
|
|
548
|
+
<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.
|
|
504
549
|
|
|
505
|
-
|
|
550
|
+
<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.
|
|
506
551
|
|
|
507
|
-
|
|
552
|
+
<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.
|
|
508
553
|
|
|
509
|
-
<a id="
|
|
554
|
+
<a id="record-62faa8"></a>• [`alias_record`](#record-62faa8) - Optional Block<br>DNSAliasResourceRecord<br>See [Alias Record](#record-62faa8) below.
|
|
510
555
|
|
|
511
|
-
<a id="
|
|
556
|
+
<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.
|
|
512
557
|
|
|
513
|
-
|
|
558
|
+
<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.
|
|
514
559
|
|
|
515
|
-
|
|
560
|
+
<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.
|
|
516
561
|
|
|
517
|
-
<a id="
|
|
562
|
+
<a id="record-c00906"></a>• [`cname_record`](#record-c00906) - Optional Block<br>DNSCNAMEResourceRecord<br>See [Cname Record](#record-c00906) below.
|
|
518
563
|
|
|
519
|
-
<a id="
|
|
564
|
+
<a id="spec-fe6497"></a>• [`description_spec`](#spec-fe6497) - Optional String<br>Comment
|
|
520
565
|
|
|
521
|
-
|
|
566
|
+
<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.
|
|
522
567
|
|
|
523
|
-
|
|
568
|
+
<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.
|
|
524
569
|
|
|
525
|
-
<a id="
|
|
570
|
+
<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.
|
|
526
571
|
|
|
527
|
-
<a id="rr-set-group-rr-set"></a>• [`
|
|
572
|
+
<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.
|
|
528
573
|
|
|
529
|
-
|
|
574
|
+
<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.
|
|
530
575
|
|
|
531
|
-
|
|
576
|
+
<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.
|
|
532
577
|
|
|
533
|
-
<a id="
|
|
578
|
+
<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.
|
|
534
579
|
|
|
535
|
-
<a id="rr-set-group-
|
|
580
|
+
<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.
|
|
536
581
|
|
|
537
|
-
|
|
582
|
+
<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.
|
|
538
583
|
|
|
539
|
-
|
|
584
|
+
<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.
|
|
540
585
|
|
|
541
|
-
<a id="
|
|
586
|
+
<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.
|
|
542
587
|
|
|
543
|
-
<a id="rr-set-group-rr-set-
|
|
588
|
+
<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.
|
|
544
589
|
|
|
545
|
-
<a id="rr-set-group-rr-set-
|
|
590
|
+
<a id="primary-rr-set-group-rr-set-ttl"></a>• [`ttl`](#primary-rr-set-group-rr-set-ttl) - Optional Number<br>Time to live
|
|
546
591
|
|
|
547
|
-
<a id="rr-set-group-rr-set-
|
|
592
|
+
<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.
|
|
548
593
|
|
|
549
|
-
|
|
594
|
+
#### Primary Rr Set Group Rr Set A Record
|
|
550
595
|
|
|
551
|
-
|
|
596
|
+
An [`a_record`](#primary-rr-set-group-rr-set-a-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
552
597
|
|
|
553
|
-
<a id="
|
|
598
|
+
<a id="name-0105b6"></a>• [`name`](#name-0105b6) - Optional String<br>Record Name (Excluding Domain name). A Record name, please provide only the specific subdomain or record name without the base domain
|
|
554
599
|
|
|
555
|
-
<a id="
|
|
600
|
+
<a id="values-88d153"></a>• [`values`](#values-88d153) - Optional List<br>IPv4 Addresses. A valid IPv4 address, for example: 1.1.1.1
|
|
556
601
|
|
|
557
|
-
|
|
602
|
+
#### Primary Rr Set Group Rr Set Aaaa Record
|
|
558
603
|
|
|
559
|
-
|
|
604
|
+
An [`aaaa_record`](#primary-rr-set-group-rr-set-aaaa-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
560
605
|
|
|
561
|
-
<a id="
|
|
606
|
+
<a id="name-f0d468"></a>• [`name`](#name-f0d468) - Optional String<br>Record Name (Excluding Domain name). AAAA Record name, please provide only the specific subdomain or record name without the base domain
|
|
562
607
|
|
|
563
|
-
<a id="
|
|
608
|
+
<a id="values-b71efc"></a>• [`values`](#values-b71efc) - Optional List<br>IPv6 Addresses. A valid IPv6 address, for example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334
|
|
564
609
|
|
|
565
|
-
|
|
610
|
+
#### Primary Rr Set Group Rr Set Afsdb Record
|
|
566
611
|
|
|
567
|
-
|
|
612
|
+
An [`afsdb_record`](#record-5fff7a) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
568
613
|
|
|
569
|
-
<a id="
|
|
614
|
+
<a id="name-4cb10f"></a>• [`name`](#name-4cb10f) - Optional String<br>Record Name (Excluding Domain name). AFSDB Record name, please provide only the specific subdomain or record name without the base domain
|
|
570
615
|
|
|
571
|
-
<a id="
|
|
616
|
+
<a id="values-344ded"></a>• [`values`](#values-344ded) - Optional Block<br>AFSDB Value<br>See [Values](#values-344ded) below.
|
|
572
617
|
|
|
573
|
-
|
|
618
|
+
#### Primary Rr Set Group Rr Set Afsdb Record Values
|
|
574
619
|
|
|
575
|
-
|
|
620
|
+
A [`values`](#values-344ded) block (within [`primary.rr_set_group.rr_set.afsdb_record`](#record-5fff7a)) supports the following:
|
|
576
621
|
|
|
577
|
-
<a id="
|
|
622
|
+
<a id="hostname-a9120d"></a>• [`hostname`](#hostname-a9120d) - Optional String<br>Hostname. Server name of the AFS cell database server or the DCE name server
|
|
578
623
|
|
|
579
|
-
<a id="
|
|
624
|
+
<a id="subtype-8dbf29"></a>• [`subtype`](#subtype-8dbf29) - Optional String<br>Possible values are `NONE`, `AFSVolumeLocationServer`, `DCEAuthenticationServer`<br>[Enum: NONE|AFSVolumeLocationServer|DCEAuthenticationServer] AFSDB Record Subtype. AFS Volume Location Server or DCE Authentication Server. - NONE: NONE - AFSVolumeLocationServer: AFS Volume Location Server - DCEAuthenticationServer: DCE Authentication Server
|
|
580
625
|
|
|
581
|
-
|
|
626
|
+
#### Primary Rr Set Group Rr Set Alias Record
|
|
582
627
|
|
|
583
|
-
|
|
628
|
+
An [`alias_record`](#record-62faa8) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
584
629
|
|
|
585
|
-
<a id="
|
|
630
|
+
<a id="value-221c75"></a>• [`value`](#value-221c75) - Optional String<br>Domain. A valid domain name, for example: example.com
|
|
586
631
|
|
|
587
|
-
#### Rr Set Group Rr Set
|
|
632
|
+
#### Primary Rr Set Group Rr Set Caa Record
|
|
588
633
|
|
|
589
|
-
|
|
634
|
+
A [`caa_record`](#primary-rr-set-group-rr-set-caa-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
590
635
|
|
|
591
|
-
<a id="
|
|
636
|
+
<a id="name-458fcc"></a>• [`name`](#name-458fcc) - Optional String<br>Record Name (Excluding Domain name). CAA Record name, please provide only the specific subdomain or record name without the base domain
|
|
592
637
|
|
|
593
|
-
<a id="
|
|
638
|
+
<a id="values-2433f3"></a>• [`values`](#values-2433f3) - Optional Block<br>CAA Record Value<br>See [Values](#values-2433f3) below.
|
|
594
639
|
|
|
595
|
-
#### Rr Set Group Rr Set
|
|
640
|
+
#### Primary Rr Set Group Rr Set Caa Record Values
|
|
596
641
|
|
|
597
|
-
|
|
642
|
+
A [`values`](#values-2433f3) block (within [`primary.rr_set_group.rr_set.caa_record`](#primary-rr-set-group-rr-set-caa-record)) supports the following:
|
|
598
643
|
|
|
599
|
-
<a id="
|
|
644
|
+
<a id="flags-55ce99"></a>• [`flags`](#flags-55ce99) - Optional Number<br>Flags. This flag should be an integer between 0 and 255
|
|
600
645
|
|
|
601
|
-
<a id="
|
|
646
|
+
<a id="tag-ef58f2"></a>• [`tag`](#tag-ef58f2) - Optional String<br>Tag. 'issuewild', 'iodef']
|
|
602
647
|
|
|
603
|
-
|
|
648
|
+
<a id="value-5ff17c"></a>• [`value`](#value-5ff17c) - Optional String<br>Value
|
|
604
649
|
|
|
605
|
-
|
|
650
|
+
#### Primary Rr Set Group Rr Set Cds Record
|
|
606
651
|
|
|
607
|
-
|
|
652
|
+
A [`cds_record`](#primary-rr-set-group-rr-set-cds-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
608
653
|
|
|
609
|
-
<a id="
|
|
654
|
+
<a id="name-88bc34"></a>• [`name`](#name-88bc34) - Optional String<br>Record Name (Excluding Domain name). CDS Record name, please provide only the specific subdomain or record name without the base domain
|
|
610
655
|
|
|
611
|
-
|
|
656
|
+
<a id="values-c8524c"></a>• [`values`](#values-c8524c) - Optional Block<br>DS Value<br>See [Values](#values-c8524c) below.
|
|
612
657
|
|
|
613
|
-
|
|
658
|
+
#### Primary Rr Set Group Rr Set Cds Record Values
|
|
614
659
|
|
|
615
|
-
|
|
660
|
+
A [`values`](#values-c8524c) block (within [`primary.rr_set_group.rr_set.cds_record`](#primary-rr-set-group-rr-set-cds-record)) supports the following:
|
|
616
661
|
|
|
617
|
-
<a id="
|
|
662
|
+
<a id="algorithm-c53dcb"></a>• [`ds_key_algorithm`](#algorithm-c53dcb) - Optional String<br>Possible values are `UNSPECIFIED`, `RSASHA1`, `RSASHA1NSEC3SHA1`, `RSASHA256`, `RSASHA512`, `ECDSAP256SHA256`, `ECDSAP384SHA384`, `ED25519`, `ED448`<br>[Enum: UNSPECIFIED|RSASHA1|RSASHA1NSEC3SHA1|RSASHA256|RSASHA512|ECDSAP256SHA256|ECDSAP384SHA384|ED25519|ED448] DS Key algorithm. DS key value must be compatible with the specified algorithm. - UNSPECIFIED: UNSPECIFIED - RSASHA1: RSASHA1 - RSASHA1NSEC3SHA1: RSASHA1-NSEC3-SHA1 - RSASHA256: RSASHA256 - RSASHA512: RSASHA512 - ECDSAP256SHA256: ECDSAP256SHA256 - ECDSAP384SHA384: ECDSAP384SHA384 - ED25519: ED25519 - ED448: ED448
|
|
618
663
|
|
|
619
|
-
|
|
664
|
+
<a id="tag-d4d8de"></a>• [`key_tag`](#tag-d4d8de) - Optional Number<br>Key Tag. A short numeric value which can help quickly identify the referenced DNSKEY-record
|
|
620
665
|
|
|
621
|
-
|
|
666
|
+
<a id="digest-d0f42f"></a>• [`sha1_digest`](#digest-d0f42f) - Optional Block<br>SHA1 Digest<br>See [Sha1 Digest](#digest-d0f42f) below.
|
|
622
667
|
|
|
623
|
-
<a id="
|
|
668
|
+
<a id="digest-16ed8c"></a>• [`sha256_digest`](#digest-16ed8c) - Optional Block<br>SHA256 Digest<br>See [Sha256 Digest](#digest-16ed8c) below.
|
|
624
669
|
|
|
625
|
-
|
|
670
|
+
<a id="digest-30df7f"></a>• [`sha384_digest`](#digest-30df7f) - Optional Block<br>SHA384 Digest<br>See [Sha384 Digest](#digest-30df7f) below.
|
|
626
671
|
|
|
627
|
-
|
|
672
|
+
#### Primary Rr Set Group Rr Set Cds Record Values Sha1 Digest
|
|
628
673
|
|
|
629
|
-
|
|
674
|
+
A [`sha1_digest`](#digest-d0f42f) block (within [`primary.rr_set_group.rr_set.cds_record.values`](#values-c8524c)) supports the following:
|
|
630
675
|
|
|
631
|
-
<a id="
|
|
676
|
+
<a id="digest-5daf9d"></a>• [`digest`](#digest-5daf9d) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
632
677
|
|
|
633
|
-
#### Rr Set Group Rr Set
|
|
678
|
+
#### Primary Rr Set Group Rr Set Cds Record Values Sha256 Digest
|
|
634
679
|
|
|
635
|
-
A [`
|
|
680
|
+
A [`sha256_digest`](#digest-16ed8c) block (within [`primary.rr_set_group.rr_set.cds_record.values`](#values-c8524c)) supports the following:
|
|
636
681
|
|
|
637
|
-
<a id="
|
|
682
|
+
<a id="digest-bf7b30"></a>• [`digest`](#digest-bf7b30) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
638
683
|
|
|
639
|
-
|
|
684
|
+
#### Primary Rr Set Group Rr Set Cds Record Values Sha384 Digest
|
|
640
685
|
|
|
641
|
-
|
|
686
|
+
A [`sha384_digest`](#digest-30df7f) block (within [`primary.rr_set_group.rr_set.cds_record.values`](#values-c8524c)) supports the following:
|
|
642
687
|
|
|
643
|
-
|
|
688
|
+
<a id="digest-260b0a"></a>• [`digest`](#digest-260b0a) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
644
689
|
|
|
645
|
-
|
|
690
|
+
#### Primary Rr Set Group Rr Set Cert Record
|
|
646
691
|
|
|
647
|
-
|
|
692
|
+
A [`cert_record`](#primary-rr-set-group-rr-set-cert-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
648
693
|
|
|
649
|
-
<a id="
|
|
694
|
+
<a id="name-9a53ba"></a>• [`name`](#name-9a53ba) - Optional String<br>Record Name (Excluding Domain name). CERT Record name, please provide only the specific subdomain or record name without the base domain
|
|
650
695
|
|
|
651
|
-
|
|
696
|
+
<a id="values-2ddac3"></a>• [`values`](#values-2ddac3) - Optional Block<br>CERT Value<br>See [Values](#values-2ddac3) below.
|
|
652
697
|
|
|
653
|
-
|
|
698
|
+
#### Primary Rr Set Group Rr Set Cert Record Values
|
|
654
699
|
|
|
655
|
-
|
|
700
|
+
A [`values`](#values-2ddac3) block (within [`primary.rr_set_group.rr_set.cert_record`](#primary-rr-set-group-rr-set-cert-record)) supports the following:
|
|
656
701
|
|
|
657
|
-
<a id="
|
|
702
|
+
<a id="algorithm-f92d8b"></a>• [`algorithm`](#algorithm-f92d8b) - Optional String Defaults to `RESERVEDALGORITHM`<br>Possible values are `RESERVEDALGORITHM`, `RSAMD5`, `DH`, `DSASHA1`, `ECC`, `RSASHA1ALGORITHM`, `INDIRECT`, `PRIVATEDNS`, `PRIVATEOID`<br>[Enum: RESERVEDALGORITHM|RSAMD5|DH|DSASHA1|ECC|RSASHA1ALGORITHM|INDIRECT|PRIVATEDNS|PRIVATEOID] CERT Algorithm. CERT algorithm value must be compatible with the specified algorithm. - RESERVEDALGORITHM: RESERVEDALGORITHM - RSAMD5: RSAMD5 - DH: DH - DSASHA1: DSASHA1 - ECC: ECC - RSASHA1ALGORITHM: RSA-SHA1 - INDIRECT: INDIRECT - PRIVATEDNS: PRIVATEDNS - PRIVATEOID: PRIVATEOID
|
|
658
703
|
|
|
659
|
-
<a id="
|
|
704
|
+
<a id="tag-2b6471"></a>• [`cert_key_tag`](#tag-2b6471) - Optional Number<br>Key Tag
|
|
660
705
|
|
|
661
|
-
<a id="
|
|
706
|
+
<a id="type-6861f9"></a>• [`cert_type`](#type-6861f9) - Optional String Defaults to `INVALIDCERTTYPE`<br>Possible values are `INVALIDCERTTYPE`, `PKIX`, `SPKI`, `PGP`, `IPKIX`, `ISPKI`, `IPGP`, `ACPKIX`, `IACPKIX`, `URI_`, `OID`<br>[Enum: INVALIDCERTTYPE|PKIX|SPKI|PGP|IPKIX|ISPKI|IPGP|ACPKIX|IACPKIX|URI_|OID] CERT Type. CERT type value must be compatible with the specified types. - INVALIDCERTTYPE: INVALIDCERTTYPE - PKIX: PKIX - SPKI: SPKI - PGP: PGP - IPKIX: IPKIX - ISPKI: ISPKI - IPGP: IPGP - ACPKIX: ACPKIX - IACPKIX: IACPKIX - URI_: URI - OID: OID
|
|
662
707
|
|
|
663
|
-
<a id="
|
|
708
|
+
<a id="certificate-0ccb1a"></a>• [`certificate`](#certificate-0ccb1a) - Optional String<br>Certificate. Certificate in base 64 format
|
|
664
709
|
|
|
665
|
-
#### Rr Set Group Rr Set
|
|
710
|
+
#### Primary Rr Set Group Rr Set Cname Record
|
|
666
711
|
|
|
667
|
-
A [`
|
|
712
|
+
A [`cname_record`](#record-c00906) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
668
713
|
|
|
669
|
-
<a id="
|
|
714
|
+
<a id="name-a1bd95"></a>• [`name`](#name-a1bd95) - Optional String<br>Record Name (Excluding Domain name). CName Record name, please provide only the specific subdomain or record name without the base domain
|
|
670
715
|
|
|
671
|
-
|
|
716
|
+
<a id="value-7df664"></a>• [`value`](#value-7df664) - Optional String<br>Domain
|
|
672
717
|
|
|
673
|
-
|
|
718
|
+
#### Primary Rr Set Group Rr Set Ds Record
|
|
674
719
|
|
|
675
|
-
|
|
720
|
+
A [`ds_record`](#primary-rr-set-group-rr-set-ds-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
676
721
|
|
|
677
|
-
|
|
722
|
+
<a id="name-5d2066"></a>• [`name`](#name-5d2066) - Optional String<br>Record Name (Excluding Domain name). DS Record name, please provide only the specific subdomain or record name without the base domain
|
|
678
723
|
|
|
679
|
-
|
|
724
|
+
<a id="values-735972"></a>• [`values`](#values-735972) - Optional Block<br>DS Value<br>See [Values](#values-735972) below.
|
|
680
725
|
|
|
681
|
-
|
|
726
|
+
#### Primary Rr Set Group Rr Set Ds Record Values
|
|
682
727
|
|
|
683
|
-
|
|
728
|
+
A [`values`](#values-735972) block (within [`primary.rr_set_group.rr_set.ds_record`](#primary-rr-set-group-rr-set-ds-record)) supports the following:
|
|
684
729
|
|
|
685
|
-
|
|
730
|
+
<a id="algorithm-4bd7bf"></a>• [`ds_key_algorithm`](#algorithm-4bd7bf) - Optional String<br>Possible values are `UNSPECIFIED`, `RSASHA1`, `RSASHA1NSEC3SHA1`, `RSASHA256`, `RSASHA512`, `ECDSAP256SHA256`, `ECDSAP384SHA384`, `ED25519`, `ED448`<br>[Enum: UNSPECIFIED|RSASHA1|RSASHA1NSEC3SHA1|RSASHA256|RSASHA512|ECDSAP256SHA256|ECDSAP384SHA384|ED25519|ED448] DS Key algorithm. DS key value must be compatible with the specified algorithm. - UNSPECIFIED: UNSPECIFIED - RSASHA1: RSASHA1 - RSASHA1NSEC3SHA1: RSASHA1-NSEC3-SHA1 - RSASHA256: RSASHA256 - RSASHA512: RSASHA512 - ECDSAP256SHA256: ECDSAP256SHA256 - ECDSAP384SHA384: ECDSAP384SHA384 - ED25519: ED25519 - ED448: ED448
|
|
686
731
|
|
|
687
|
-
<a id="
|
|
732
|
+
<a id="tag-f2f863"></a>• [`key_tag`](#tag-f2f863) - Optional Number<br>Key Tag. A short numeric value which can help quickly identify the referenced DNSKEY-record
|
|
688
733
|
|
|
689
|
-
<a id="
|
|
734
|
+
<a id="digest-b167cd"></a>• [`sha1_digest`](#digest-b167cd) - Optional Block<br>SHA1 Digest<br>See [Sha1 Digest](#digest-b167cd) below.
|
|
690
735
|
|
|
691
|
-
|
|
736
|
+
<a id="digest-1c8a18"></a>• [`sha256_digest`](#digest-1c8a18) - Optional Block<br>SHA256 Digest<br>See [Sha256 Digest](#digest-1c8a18) below.
|
|
692
737
|
|
|
693
|
-
|
|
738
|
+
<a id="digest-056be1"></a>• [`sha384_digest`](#digest-056be1) - Optional Block<br>SHA384 Digest<br>See [Sha384 Digest](#digest-056be1) below.
|
|
694
739
|
|
|
695
|
-
|
|
740
|
+
#### Primary Rr Set Group Rr Set Ds Record Values Sha1 Digest
|
|
696
741
|
|
|
697
|
-
|
|
742
|
+
A [`sha1_digest`](#digest-b167cd) block (within [`primary.rr_set_group.rr_set.ds_record.values`](#values-735972)) supports the following:
|
|
698
743
|
|
|
699
|
-
<a id="
|
|
744
|
+
<a id="digest-bff901"></a>• [`digest`](#digest-bff901) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
700
745
|
|
|
701
|
-
|
|
746
|
+
#### Primary Rr Set Group Rr Set Ds Record Values Sha256 Digest
|
|
702
747
|
|
|
703
|
-
|
|
748
|
+
A [`sha256_digest`](#digest-1c8a18) block (within [`primary.rr_set_group.rr_set.ds_record.values`](#values-735972)) supports the following:
|
|
704
749
|
|
|
705
|
-
|
|
750
|
+
<a id="digest-c1b2b1"></a>• [`digest`](#digest-c1b2b1) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
706
751
|
|
|
707
|
-
|
|
752
|
+
#### Primary Rr Set Group Rr Set Ds Record Values Sha384 Digest
|
|
708
753
|
|
|
709
|
-
|
|
754
|
+
A [`sha384_digest`](#digest-056be1) block (within [`primary.rr_set_group.rr_set.ds_record.values`](#values-735972)) supports the following:
|
|
710
755
|
|
|
711
|
-
|
|
756
|
+
<a id="digest-111538"></a>• [`digest`](#digest-111538) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
|
|
712
757
|
|
|
713
|
-
|
|
758
|
+
#### Primary Rr Set Group Rr Set Eui48 Record
|
|
714
759
|
|
|
715
|
-
|
|
760
|
+
An [`eui48_record`](#record-9b288e) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
716
761
|
|
|
717
|
-
<a id="
|
|
762
|
+
<a id="name-46ddec"></a>• [`name`](#name-46ddec) - Optional String<br>Record Name (Excluding Domain name). EUI48 Record name, please provide only the specific subdomain or record name without the base domain
|
|
718
763
|
|
|
719
|
-
|
|
764
|
+
<a id="value-5abcbe"></a>• [`value`](#value-5abcbe) - Optional String<br>EUI48 Identifier. A valid eui48 identifier, for example: 01-23-45-67-89-ab
|
|
720
765
|
|
|
721
|
-
|
|
766
|
+
#### Primary Rr Set Group Rr Set Eui64 Record
|
|
722
767
|
|
|
723
|
-
|
|
768
|
+
An [`eui64_record`](#record-4ddc4d) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
724
769
|
|
|
725
|
-
<a id="
|
|
770
|
+
<a id="name-d107d4"></a>• [`name`](#name-d107d4) - Optional String<br>Record Name (Excluding Domain name). EUI64 Record name, please provide only the specific subdomain or record name without the base domain
|
|
726
771
|
|
|
727
|
-
<a id="
|
|
772
|
+
<a id="value-4f6592"></a>• [`value`](#value-4f6592) - Optional String<br>EUI64 Identifier. A valid EUI64 identifier, for example: 01-23-45-67-89-ab-cd-ef
|
|
728
773
|
|
|
729
|
-
|
|
774
|
+
#### Primary Rr Set Group Rr Set LB Record
|
|
730
775
|
|
|
731
|
-
|
|
776
|
+
A [`lb_record`](#primary-rr-set-group-rr-set-lb-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
732
777
|
|
|
733
|
-
|
|
778
|
+
<a id="name-a55b6e"></a>• [`name`](#name-a55b6e) - 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
|
|
734
779
|
|
|
735
|
-
|
|
780
|
+
<a id="value-15ed76"></a>• [`value`](#value-15ed76) - 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-15ed76) below.
|
|
736
781
|
|
|
737
|
-
|
|
782
|
+
#### Primary Rr Set Group Rr Set LB Record Value
|
|
738
783
|
|
|
739
|
-
|
|
784
|
+
A [`value`](#value-15ed76) block (within [`primary.rr_set_group.rr_set.lb_record`](#primary-rr-set-group-rr-set-lb-record)) supports the following:
|
|
740
785
|
|
|
741
|
-
|
|
786
|
+
<a id="name-20c64d"></a>• [`name`](#name-20c64d) - Optional String<br>Name. When a configuration object(e.g. virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. route's) name
|
|
742
787
|
|
|
743
|
-
<a id="
|
|
788
|
+
<a id="namespace-c0f780"></a>• [`namespace`](#namespace-c0f780) - Optional String<br>Namespace. When a configuration object(e.g. virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. route's) namespace
|
|
744
789
|
|
|
745
|
-
|
|
790
|
+
<a id="tenant-49a0ca"></a>• [`tenant`](#tenant-49a0ca) - Optional String<br>Tenant. When a configuration object(e.g. virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. route's) tenant
|
|
746
791
|
|
|
747
|
-
|
|
792
|
+
#### Primary Rr Set Group Rr Set Loc Record
|
|
748
793
|
|
|
749
|
-
|
|
794
|
+
A [`loc_record`](#primary-rr-set-group-rr-set-loc-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
750
795
|
|
|
751
|
-
|
|
796
|
+
<a id="name-7e924b"></a>• [`name`](#name-7e924b) - Optional String<br>Record Name (Excluding Domain name). LOC Record name, please provide only the specific subdomain or record name without the base domain
|
|
752
797
|
|
|
753
|
-
|
|
798
|
+
<a id="values-201e9c"></a>• [`values`](#values-201e9c) - Optional Block<br>LOC Value<br>See [Values](#values-201e9c) below.
|
|
754
799
|
|
|
755
|
-
|
|
800
|
+
#### Primary Rr Set Group Rr Set Loc Record Values
|
|
756
801
|
|
|
757
|
-
|
|
802
|
+
A [`values`](#values-201e9c) block (within [`primary.rr_set_group.rr_set.loc_record`](#primary-rr-set-group-rr-set-loc-record)) supports the following:
|
|
758
803
|
|
|
759
|
-
|
|
804
|
+
<a id="altitude-e13141"></a>• [`altitude`](#altitude-e13141) - Optional Number<br>Altitude. Altitude in meters
|
|
760
805
|
|
|
761
|
-
|
|
806
|
+
<a id="precision-944ba0"></a>• [`horizontal_precision`](#precision-944ba0) - Optional Number<br>Horizontal Precision. Horizontal Precision in meters
|
|
762
807
|
|
|
763
|
-
<a id="
|
|
808
|
+
<a id="degree-604e8b"></a>• [`latitude_degree`](#degree-604e8b) - Optional Number<br>Latitude degree. Latitude degree, an integer between 0 and 90, including 0 and 90
|
|
764
809
|
|
|
765
|
-
<a id="
|
|
810
|
+
<a id="hemisphere-825e8c"></a>• [`latitude_hemisphere`](#hemisphere-825e8c) - Optional String Defaults to `N`<br>Possible values are `N`, `S`<br>[Enum: N|S] Latitude hemisphere. Latitude hemisphere can only be N or S - N: North Hemisphere - S: South Hemisphere
|
|
766
811
|
|
|
767
|
-
|
|
812
|
+
<a id="minute-fdd59d"></a>• [`latitude_minute`](#minute-fdd59d) - Optional Number<br>Latitude minute. Latitude minute, an integer between 0 and 59, including 0 and 59
|
|
768
813
|
|
|
769
|
-
|
|
814
|
+
<a id="second-80abad"></a>• [`latitude_second`](#second-80abad) - Optional Number<br>Latitude second. Latitude second, an decimal between 0 and 59.999, including 0 and 59.999
|
|
770
815
|
|
|
771
|
-
<a id="
|
|
816
|
+
<a id="diameter-b66827"></a>• [`location_diameter`](#diameter-b66827) - Optional Number<br>Size. Diameter of a sphere enclosing the described entity, in meters
|
|
772
817
|
|
|
773
|
-
<a id="
|
|
818
|
+
<a id="degree-562e01"></a>• [`longitude_degree`](#degree-562e01) - Optional Number<br>Longitude degree. Longitude degree, an integer between 0 and 180, including 0 and 180
|
|
774
819
|
|
|
775
|
-
|
|
820
|
+
<a id="hemisphere-230591"></a>• [`longitude_hemisphere`](#hemisphere-230591) - Optional String Defaults to `E`<br>Possible values are `E`, `W`<br>[Enum: E|W] Longitude hemisphere. Longitude hemisphere can only be E or W - E: East Hemisphere - W: West Hemisphere
|
|
776
821
|
|
|
777
|
-
|
|
822
|
+
<a id="minute-b2222a"></a>• [`longitude_minute`](#minute-b2222a) - Optional Number<br>Longitude minute. Longitude minute, an integer between 0 and 59, including 0 and 59
|
|
778
823
|
|
|
779
|
-
<a id="
|
|
824
|
+
<a id="second-4cd3c6"></a>• [`longitude_second`](#second-4cd3c6) - Optional Number<br>Longitude second. Longitude second, an decimal between 0 and 59.999, including 0 and 59.999
|
|
780
825
|
|
|
781
|
-
<a id="
|
|
826
|
+
<a id="precision-fabfaa"></a>• [`vertical_precision`](#precision-fabfaa) - Optional Number<br>Vertical Precision. Vertical Precision in meters
|
|
782
827
|
|
|
783
|
-
|
|
828
|
+
#### Primary Rr Set Group Rr Set Mx Record
|
|
784
829
|
|
|
785
|
-
|
|
830
|
+
A [`mx_record`](#primary-rr-set-group-rr-set-mx-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
786
831
|
|
|
787
|
-
|
|
832
|
+
<a id="name-3706a8"></a>• [`name`](#name-3706a8) - Optional String<br>Record Name (Excluding Domain name). MX Record name, please provide only the specific subdomain or record name without the base domain
|
|
788
833
|
|
|
789
|
-
<a id="
|
|
834
|
+
<a id="values-6b711d"></a>• [`values`](#values-6b711d) - Optional Block<br>MX Record Value<br>See [Values](#values-6b711d) below.
|
|
790
835
|
|
|
791
|
-
|
|
836
|
+
#### Primary Rr Set Group Rr Set Mx Record Values
|
|
792
837
|
|
|
793
|
-
|
|
838
|
+
A [`values`](#values-6b711d) block (within [`primary.rr_set_group.rr_set.mx_record`](#primary-rr-set-group-rr-set-mx-record)) supports the following:
|
|
794
839
|
|
|
795
|
-
|
|
840
|
+
<a id="domain-63f94d"></a>• [`domain`](#domain-63f94d) - Optional String<br>Domain. Mail exchanger domain name, please provide the full hostname, for example: mail.example.com
|
|
796
841
|
|
|
797
|
-
<a id="
|
|
842
|
+
<a id="priority-a1ea57"></a>• [`priority`](#priority-a1ea57) - Optional Number<br>Priority. Mail exchanger priority code
|
|
798
843
|
|
|
799
|
-
|
|
844
|
+
#### Primary Rr Set Group Rr Set Naptr Record
|
|
800
845
|
|
|
801
|
-
|
|
846
|
+
A [`naptr_record`](#record-8d4520) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
802
847
|
|
|
803
|
-
<a id="
|
|
848
|
+
<a id="name-510be7"></a>• [`name`](#name-510be7) - Optional String<br>Record Name (Excluding Domain name). NAPTR Record name, please provide only the specific subdomain or record name without the base domain
|
|
804
849
|
|
|
805
|
-
<a id="
|
|
850
|
+
<a id="values-1570e0"></a>• [`values`](#values-1570e0) - Optional Block<br>NAPTR Value<br>See [Values](#values-1570e0) below.
|
|
806
851
|
|
|
807
|
-
|
|
852
|
+
#### Primary Rr Set Group Rr Set Naptr Record Values
|
|
808
853
|
|
|
809
|
-
|
|
854
|
+
A [`values`](#values-1570e0) block (within [`primary.rr_set_group.rr_set.naptr_record`](#record-8d4520)) supports the following:
|
|
810
855
|
|
|
811
|
-
<a id="
|
|
856
|
+
<a id="flags-c03871"></a>• [`flags`](#flags-c03871) - Optional String<br>Flags. Flag to control aspects of the rewriting and interpretation of the fields in the record. At this time only four flags, S/A/U/P, are defined
|
|
812
857
|
|
|
813
|
-
<a id="
|
|
858
|
+
<a id="order-4eda2b"></a>• [`order`](#order-4eda2b) - Optional Number<br>Order. Order in which the NAPTR records must be processed. A lower number indicates a higher preference
|
|
814
859
|
|
|
815
|
-
<a id="
|
|
860
|
+
<a id="preference-cda68b"></a>• [`preference`](#preference-cda68b) - Optional Number<br>Preference. Preference when records have the same order. A lower number indicates a higher preference
|
|
816
861
|
|
|
817
|
-
<a id="
|
|
862
|
+
<a id="regexp-2a3708"></a>• [`regexp`](#regexp-2a3708) - Optional String<br>Regular Expression. Regular expression to construct the next domain name to lookup
|
|
818
863
|
|
|
819
|
-
<a id="
|
|
864
|
+
<a id="replacement-483ee8"></a>• [`replacement`](#replacement-483ee8) - Optional String<br>Replacement. The next NAME to query for NAPTR, SRV, or address records depending on the value of the flags field
|
|
820
865
|
|
|
821
|
-
|
|
866
|
+
<a id="service-69da1c"></a>• [`service`](#service-69da1c) - Optional String<br>Protocol Resolution Service. Specifies the service(s) available down this rewrite path
|
|
822
867
|
|
|
823
|
-
|
|
868
|
+
#### Primary Rr Set Group Rr Set Ns Record
|
|
824
869
|
|
|
825
|
-
|
|
870
|
+
A [`ns_record`](#primary-rr-set-group-rr-set-ns-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
826
871
|
|
|
827
|
-
<a id="
|
|
872
|
+
<a id="name-1c4225"></a>• [`name`](#name-1c4225) - Optional String<br>Record Name (Excluding Domain name). NS Record name, please provide only the specific subdomain or record name without the base domain
|
|
828
873
|
|
|
829
|
-
|
|
874
|
+
<a id="values-66c728"></a>• [`values`](#values-66c728) - Optional List<br>Name Servers
|
|
830
875
|
|
|
831
|
-
|
|
876
|
+
#### Primary Rr Set Group Rr Set Ptr Record
|
|
832
877
|
|
|
833
|
-
|
|
878
|
+
A [`ptr_record`](#primary-rr-set-group-rr-set-ptr-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
834
879
|
|
|
835
|
-
<a id="
|
|
880
|
+
<a id="name-0ab868"></a>• [`name`](#name-0ab868) - Optional String<br>Record Name (Excluding Domain name). PTR Record name, please provide only the specific subdomain or record name without the base domain
|
|
836
881
|
|
|
837
|
-
|
|
882
|
+
<a id="values-eaa4e9"></a>• [`values`](#values-eaa4e9) - Optional List<br>Domain Name
|
|
838
883
|
|
|
839
|
-
|
|
884
|
+
#### Primary Rr Set Group Rr Set Srv Record
|
|
840
885
|
|
|
841
|
-
|
|
886
|
+
A [`srv_record`](#primary-rr-set-group-rr-set-srv-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
842
887
|
|
|
843
|
-
<a id="
|
|
888
|
+
<a id="name-53b13c"></a>• [`name`](#name-53b13c) - Optional String<br>Record Name (Excluding Domain name). SRV Record name, please provide only the specific subdomain or record name without the base domain
|
|
844
889
|
|
|
845
|
-
|
|
890
|
+
<a id="values-622966"></a>• [`values`](#values-622966) - Optional Block<br>SRV Value<br>See [Values](#values-622966) below.
|
|
846
891
|
|
|
847
|
-
|
|
892
|
+
#### Primary Rr Set Group Rr Set Srv Record Values
|
|
848
893
|
|
|
849
|
-
|
|
894
|
+
A [`values`](#values-622966) block (within [`primary.rr_set_group.rr_set.srv_record`](#primary-rr-set-group-rr-set-srv-record)) supports the following:
|
|
850
895
|
|
|
851
|
-
<a id="
|
|
896
|
+
<a id="port-32061a"></a>• [`port`](#port-32061a) - Optional Number<br>Port. Port on which the service can be found
|
|
852
897
|
|
|
853
|
-
<a id="
|
|
898
|
+
<a id="priority-bead66"></a>• [`priority`](#priority-bead66) - Optional Number<br>Priority. Priority of the target. A lower number indicates a higher preference
|
|
854
899
|
|
|
855
|
-
<a id="
|
|
900
|
+
<a id="target-09cb10"></a>• [`target`](#target-09cb10) - Optional String<br>Target. Hostname of the machine providing the service
|
|
856
901
|
|
|
857
|
-
<a id="
|
|
902
|
+
<a id="weight-0098d5"></a>• [`weight`](#weight-0098d5) - Optional Number<br>Weight. Weight of the target. A higher number indicates a higher preference
|
|
858
903
|
|
|
859
|
-
|
|
904
|
+
#### Primary Rr Set Group Rr Set Sshfp Record
|
|
860
905
|
|
|
861
|
-
|
|
906
|
+
A [`sshfp_record`](#record-736138) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
862
907
|
|
|
863
|
-
|
|
908
|
+
<a id="name-2f0dd6"></a>• [`name`](#name-2f0dd6) - Optional String<br>Record Name (Excluding Domain name). SSHFP Record name, please provide only the specific subdomain or record name without the base domain
|
|
864
909
|
|
|
865
|
-
<a id="
|
|
910
|
+
<a id="values-d5ca1c"></a>• [`values`](#values-d5ca1c) - Optional Block<br>SSHFP Value<br>See [Values](#values-d5ca1c) below.
|
|
866
911
|
|
|
867
|
-
|
|
912
|
+
#### Primary Rr Set Group Rr Set Sshfp Record Values
|
|
868
913
|
|
|
869
|
-
|
|
914
|
+
A [`values`](#values-d5ca1c) block (within [`primary.rr_set_group.rr_set.sshfp_record`](#record-736138)) supports the following:
|
|
870
915
|
|
|
871
|
-
|
|
916
|
+
<a id="algorithm-0a373b"></a>• [`algorithm`](#algorithm-0a373b) - Optional String Defaults to `UNSPECIFIEDALGORITHM`<br>Possible values are `UNSPECIFIEDALGORITHM`, `RSA`, `DSA`, `ECDSA`, `Ed25519`, `Ed448`<br>[Enum: UNSPECIFIEDALGORITHM|RSA|DSA|ECDSA|Ed25519|Ed448] SSHFP Algorithm. SSHFP algorithm value must be compatible with the specified algorithm. - UNSPECIFIEDALGORITHM: UNSPECIFIEDALGORITHM - RSA: RSA - DSA: DSA - ECDSA: ECDSA - Ed25519: Ed25519 - Ed448: Ed448
|
|
872
917
|
|
|
873
|
-
<a id="
|
|
918
|
+
<a id="fingerprint-d1f473"></a>• [`sha1_fingerprint`](#fingerprint-d1f473) - Optional Block<br>SHA1 Fingerprint<br>See [Sha1 Fingerprint](#fingerprint-d1f473) below.
|
|
874
919
|
|
|
875
|
-
<a id="
|
|
920
|
+
<a id="fingerprint-8320b2"></a>• [`sha256_fingerprint`](#fingerprint-8320b2) - Optional Block<br>SHA256 Fingerprint<br>See [Sha256 Fingerprint](#fingerprint-8320b2) below.
|
|
876
921
|
|
|
877
|
-
#### Rr Set Group Rr Set
|
|
922
|
+
#### Primary Rr Set Group Rr Set Sshfp Record Values Sha1 Fingerprint
|
|
878
923
|
|
|
879
|
-
A [`
|
|
924
|
+
A [`sha1_fingerprint`](#fingerprint-d1f473) block (within [`primary.rr_set_group.rr_set.sshfp_record.values`](#values-d5ca1c)) supports the following:
|
|
880
925
|
|
|
881
|
-
<a id="
|
|
926
|
+
<a id="fingerprint-d0225e"></a>• [`fingerprint`](#fingerprint-d0225e) - Optional String<br>Fingerprint. The 'fingerprint' is the DS key and the actual contents of the DS record
|
|
882
927
|
|
|
883
|
-
|
|
928
|
+
#### Primary Rr Set Group Rr Set Sshfp Record Values Sha256 Fingerprint
|
|
884
929
|
|
|
885
|
-
|
|
930
|
+
A [`sha256_fingerprint`](#fingerprint-8320b2) block (within [`primary.rr_set_group.rr_set.sshfp_record.values`](#values-d5ca1c)) supports the following:
|
|
886
931
|
|
|
887
|
-
|
|
932
|
+
<a id="fingerprint-1f541c"></a>• [`fingerprint`](#fingerprint-1f541c) - Optional String<br>Fingerprint. The 'fingerprint' is the DS key and the actual contents of the DS record
|
|
888
933
|
|
|
889
|
-
|
|
934
|
+
#### Primary Rr Set Group Rr Set Tlsa Record
|
|
890
935
|
|
|
891
|
-
|
|
936
|
+
A [`tlsa_record`](#primary-rr-set-group-rr-set-tlsa-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
892
937
|
|
|
893
|
-
<a id="
|
|
938
|
+
<a id="name-78a2bd"></a>• [`name`](#name-78a2bd) - Optional String<br>Record Name (Excluding Domain name). TLSA Record name, please provide only the specific subdomain or record name without the base domain
|
|
894
939
|
|
|
895
|
-
<a id="
|
|
940
|
+
<a id="values-8527ac"></a>• [`values`](#values-8527ac) - Optional Block<br>TLSA Value<br>See [Values](#values-8527ac) below.
|
|
896
941
|
|
|
897
|
-
#### Rr Set Group Rr Set
|
|
942
|
+
#### Primary Rr Set Group Rr Set Tlsa Record Values
|
|
898
943
|
|
|
899
|
-
A [`
|
|
944
|
+
A [`values`](#values-8527ac) block (within [`primary.rr_set_group.rr_set.tlsa_record`](#primary-rr-set-group-rr-set-tlsa-record)) supports the following:
|
|
900
945
|
|
|
901
|
-
<a id="
|
|
946
|
+
<a id="data-a91325"></a>• [`certificate_association_data`](#data-a91325) - Optional String<br>Certificate Association Data. The actual data to be matched given the settings of the other fields
|
|
902
947
|
|
|
903
|
-
<a id="
|
|
948
|
+
<a id="usage-1f69d4"></a>• [`certificate_usage`](#usage-1f69d4) - Optional String Defaults to `CertificateAuthorityConstraint`<br>Possible values are `CertificateAuthorityConstraint`, `ServiceCertificateConstraint`, `TrustAnchorAssertion`, `DomainIssuedCertificate`<br>[Enum: CertificateAuthorityConstraint|ServiceCertificateConstraint|TrustAnchorAssertion|DomainIssuedCertificate] TLSA Record Certificate Usage. - CertificateAuthorityConstraint: Certificate Authority Constraint - ServiceCertificateConstraint: Service Certificate Constraint - TrustAnchorAssertion: Trust Anchor Assertion - DomainIssuedCertificate: Domain Issued Certificate
|
|
904
949
|
|
|
905
|
-
|
|
950
|
+
<a id="type-7ffa28"></a>• [`matching_type`](#type-7ffa28) - Optional String Defaults to `NoHash`<br>Possible values are `NoHash`, `SHA256`, `SHA512`<br>[Enum: NoHash|SHA256|SHA512] TLSA Record Matching Type. - NoHash: No Hash - SHA256: SHA-256 - SHA512: SHA-512
|
|
906
951
|
|
|
907
|
-
|
|
952
|
+
<a id="selector-14e9ce"></a>• [`selector`](#selector-14e9ce) - Optional String Defaults to `FullCertificate`<br>Possible values are `FullCertificate`, `UseSubjectPublicKey`<br>[Enum: FullCertificate|UseSubjectPublicKey] TLSA Record Selector. - FullCertificate: Full Certificate - UseSubjectPublicKey: Use Subject Public Key
|
|
908
953
|
|
|
909
|
-
|
|
954
|
+
#### Primary Rr Set Group Rr Set Txt Record
|
|
910
955
|
|
|
911
|
-
|
|
956
|
+
A [`txt_record`](#primary-rr-set-group-rr-set-txt-record) block (within [`primary.rr_set_group.rr_set`](#primary-rr-set-group-rr-set)) supports the following:
|
|
912
957
|
|
|
913
|
-
<a id="
|
|
958
|
+
<a id="name-53e1f0"></a>• [`name`](#name-53e1f0) - Optional String<br>Record Name (Excluding Domain name). TXT Record name, please provide only the specific subdomain or record name without the base domain
|
|
914
959
|
|
|
915
|
-
|
|
960
|
+
<a id="values-a39591"></a>• [`values`](#values-a39591) - Optional List<br>Text
|
|
916
961
|
|
|
917
|
-
|
|
962
|
+
#### Primary Soa Parameters
|
|
918
963
|
|
|
919
|
-
|
|
964
|
+
A [`soa_parameters`](#primary-soa-parameters) block (within [`primary`](#primary)) supports the following:
|
|
920
965
|
|
|
921
|
-
|
|
966
|
+
<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
|
|
922
967
|
|
|
923
|
-
|
|
968
|
+
<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
|
|
924
969
|
|
|
925
|
-
<a id="
|
|
970
|
+
<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
|
|
926
971
|
|
|
927
|
-
|
|
972
|
+
<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
|
|
928
973
|
|
|
929
|
-
|
|
974
|
+
<a id="primary-soa-parameters-ttl"></a>• [`ttl`](#primary-soa-parameters-ttl) - Optional Number<br>TTL. SOA record time to live (in seconds)
|
|
930
975
|
|
|
931
|
-
|
|
976
|
+
#### Secondary
|
|
932
977
|
|
|
933
|
-
|
|
978
|
+
A [`secondary`](#secondary) block supports the following:
|
|
934
979
|
|
|
935
|
-
|
|
980
|
+
<a id="secondary-primary-servers"></a>• [`primary_servers`](#secondary-primary-servers) - Optional List<br>DNS Primary Server IP
|
|
936
981
|
|
|
937
|
-
|
|
982
|
+
<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
|
|
938
983
|
|
|
939
|
-
<a id="
|
|
984
|
+
<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
|
|
940
985
|
|
|
941
|
-
<a id="
|
|
986
|
+
<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.
|
|
942
987
|
|
|
943
|
-
|
|
988
|
+
#### Secondary Tsig Key Value
|
|
944
989
|
|
|
945
|
-
|
|
990
|
+
A [`tsig_key_value`](#secondary-tsig-key-value) block (within [`secondary`](#secondary)) supports the following:
|
|
946
991
|
|
|
947
|
-
|
|
992
|
+
<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.
|
|
948
993
|
|
|
949
|
-
|
|
994
|
+
<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.
|
|
950
995
|
|
|
951
|
-
|
|
996
|
+
#### Secondary Tsig Key Value Blindfold Secret Info
|
|
952
997
|
|
|
953
|
-
|
|
998
|
+
A [`blindfold_secret_info`](#info-dc8549) block (within [`secondary.tsig_key_value`](#secondary-tsig-key-value)) supports the following:
|
|
954
999
|
|
|
955
|
-
|
|
1000
|
+
<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
|
|
956
1001
|
|
|
957
|
-
|
|
1002
|
+
<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
|
|
958
1003
|
|
|
959
|
-
<a id="
|
|
1004
|
+
<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:///
|
|
960
1005
|
|
|
961
|
-
|
|
1006
|
+
#### Secondary Tsig Key Value Clear Secret Info
|
|
962
1007
|
|
|
963
|
-
|
|
1008
|
+
A [`clear_secret_info`](#info-712cd8) block (within [`secondary.tsig_key_value`](#secondary-tsig-key-value)) supports the following:
|
|
964
1009
|
|
|
965
|
-
<a id="
|
|
1010
|
+
<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:///
|
|
966
1011
|
|
|
967
|
-
<a id="
|
|
1012
|
+
<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
|
|
968
1013
|
|
|
969
1014
|
#### Timeouts
|
|
970
1015
|
|