@robinmordasiewicz/f5xc-terraform-mcp 2.4.7 → 2.4.8

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.
@@ -54,6 +54,8 @@ resource "f5xc_cloud_connect" "example" {
54
54
 
55
55
  <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Cloud Connect. Must be unique within the namespace
56
56
 
57
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Cloud Connect will be created
58
+
57
59
  <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
58
60
 
59
61
  <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
@@ -62,8 +64,6 @@ resource "f5xc_cloud_connect" "example" {
62
64
 
63
65
  <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
64
66
 
65
- <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Optional String<br>Namespace for the Cloud Connect. For this resource type, namespace should be empty or omitted
66
-
67
67
  ### Spec Argument Reference
68
68
 
69
69
  -> **One of the following:**
@@ -69,20 +69,15 @@ resource "f5xc_dns_zone" "example" {
69
69
 
70
70
  ### Spec Argument Reference
71
71
 
72
- <a id="allow-http-lb-managed-records"></a>&#x2022; [`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
72
+ <a id="primary-servers"></a>&#x2022; [`primary_servers`](#primary-servers) - Optional List<br>DNS Primary Server IP
73
73
 
74
- <a id="default-rr-set-group"></a>&#x2022; [`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.
74
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
75
75
 
76
- -> **One of the following:**
77
- &#x2022; <a id="default-soa-parameters"></a>[`default_soa_parameters`](#default-soa-parameters) - Optional Block<br>Enable this option
76
+ <a id="tsig-key-algorithm"></a>&#x2022; [`tsig_key_algorithm`](#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
78
77
 
79
- <a id="dnssec-mode"></a>&#x2022; [`dnssec_mode`](#dnssec-mode) - Optional Block<br>Disable<br>See [Dnssec Mode](#dnssec-mode) below for details.
78
+ <a id="tsig-key-name"></a>&#x2022; [`tsig_key_name`](#tsig-key-name) - Optional String<br>TSIG Key Name. TSIG key name as used in TSIG protocol extension
80
79
 
81
- <a id="rr-set-group"></a>&#x2022; [`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>&#x2022; [`soa_parameters`](#soa-parameters) - Optional Block<br>SOARecordParameterConfig
84
-
85
- <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block
80
+ <a id="tsig-key-value"></a>&#x2022; [`tsig_key_value`](#tsig-key-value) - Optional Block<br>Secret. SecretType is used in an object to indicate a sensitive/confidential field<br>See [Tsig Key Value](#tsig-key-value) below for details.
86
81
 
87
82
  ### Attributes Reference
88
83
 
@@ -92,891 +87,43 @@ In addition to all arguments above, the following attributes are exported:
92
87
 
93
88
  ---
94
89
 
95
- #### Default Rr Set Group
96
-
97
- A [`default_rr_set_group`](#default-rr-set-group) block supports the following:
98
-
99
- <a id="default-rr-set-group-a-record"></a>&#x2022; [`a_record`](#default-rr-set-group-a-record) - Optional Block<br>DNSAResourceRecord. A Records<br>See [A Record](#default-rr-set-group-a-record) below.
100
-
101
- <a id="default-rr-set-group-aaaa-record"></a>&#x2022; [`aaaa_record`](#default-rr-set-group-aaaa-record) - Optional Block<br>DNSAAAAResourceRecord. RecordSet for AAAA Records<br>See [Aaaa Record](#default-rr-set-group-aaaa-record) below.
102
-
103
- <a id="default-rr-set-group-afsdb-record"></a>&#x2022; [`afsdb_record`](#default-rr-set-group-afsdb-record) - Optional Block<br>DNS AFSDB Record. DNS AFSDB Record<br>See [Afsdb Record](#default-rr-set-group-afsdb-record) below.
104
-
105
- <a id="default-rr-set-group-alias-record"></a>&#x2022; [`alias_record`](#default-rr-set-group-alias-record) - Optional Block<br>DNSAliasResourceRecord<br>See [Alias Record](#default-rr-set-group-alias-record) below.
106
-
107
- <a id="default-rr-set-group-caa-record"></a>&#x2022; [`caa_record`](#default-rr-set-group-caa-record) - Optional Block<br>DNSCAAResourceRecord<br>See [Caa Record](#default-rr-set-group-caa-record) below.
108
-
109
- <a id="default-rr-set-group-cds-record"></a>&#x2022; [`cds_record`](#default-rr-set-group-cds-record) - Optional Block<br>DNS CDS Record. DNS CDS Record<br>See [Cds Record](#default-rr-set-group-cds-record) below.
110
-
111
- <a id="default-rr-set-group-cert-record"></a>&#x2022; [`cert_record`](#default-rr-set-group-cert-record) - Optional Block<br>DNS CERT Record. DNS CERT Record<br>See [Cert Record](#default-rr-set-group-cert-record) below.
112
-
113
- <a id="default-rr-set-group-cname-record"></a>&#x2022; [`cname_record`](#default-rr-set-group-cname-record) - Optional Block<br>DNSCNAMEResourceRecord<br>See [Cname Record](#default-rr-set-group-cname-record) below.
114
-
115
- <a id="default-rr-set-group-description-spec"></a>&#x2022; [`description_spec`](#default-rr-set-group-description-spec) - Optional String<br>Comment
116
-
117
- <a id="default-rr-set-group-ds-record"></a>&#x2022; [`ds_record`](#default-rr-set-group-ds-record) - Optional Block<br>DNS DS Record. DNS DS Record<br>See [Ds Record](#default-rr-set-group-ds-record) below.
118
-
119
- <a id="default-rr-set-group-eui48-record"></a>&#x2022; [`eui48_record`](#default-rr-set-group-eui48-record) - Optional Block<br>DNS EUI48 Record. DNS EUI48 Record<br>See [Eui48 Record](#default-rr-set-group-eui48-record) below.
120
-
121
- <a id="default-rr-set-group-eui64-record"></a>&#x2022; [`eui64_record`](#default-rr-set-group-eui64-record) - Optional Block<br>DNS EUI64 Record. DNS EUI64 Record<br>See [Eui64 Record](#default-rr-set-group-eui64-record) below.
122
-
123
- <a id="default-rr-set-group-lb-record"></a>&#x2022; [`lb_record`](#default-rr-set-group-lb-record) - Optional Block<br>DNS Load Balancer Record. DNS Load Balancer Record<br>See [LB Record](#default-rr-set-group-lb-record) below.
124
-
125
- <a id="default-rr-set-group-loc-record"></a>&#x2022; [`loc_record`](#default-rr-set-group-loc-record) - Optional Block<br>DNS LOC Record. DNS LOC Record<br>See [Loc Record](#default-rr-set-group-loc-record) below.
126
-
127
- <a id="default-rr-set-group-mx-record"></a>&#x2022; [`mx_record`](#default-rr-set-group-mx-record) - Optional Block<br>DNSMXResourceRecord<br>See [Mx Record](#default-rr-set-group-mx-record) below.
128
-
129
- <a id="default-rr-set-group-naptr-record"></a>&#x2022; [`naptr_record`](#default-rr-set-group-naptr-record) - Optional Block<br>DNS NAPTR Record. DNS NAPTR Record<br>See [Naptr Record](#default-rr-set-group-naptr-record) below.
130
-
131
- <a id="default-rr-set-group-ns-record"></a>&#x2022; [`ns_record`](#default-rr-set-group-ns-record) - Optional Block<br>DNSNSResourceRecord<br>See [Ns Record](#default-rr-set-group-ns-record) below.
132
-
133
- <a id="default-rr-set-group-ptr-record"></a>&#x2022; [`ptr_record`](#default-rr-set-group-ptr-record) - Optional Block<br>DNSPTRResourceRecord<br>See [Ptr Record](#default-rr-set-group-ptr-record) below.
134
-
135
- <a id="default-rr-set-group-srv-record"></a>&#x2022; [`srv_record`](#default-rr-set-group-srv-record) - Optional Block<br>DNSSRVResourceRecord<br>See [Srv Record](#default-rr-set-group-srv-record) below.
136
-
137
- <a id="default-rr-set-group-sshfp-record"></a>&#x2022; [`sshfp_record`](#default-rr-set-group-sshfp-record) - Optional Block<br>DNS SSHFP Record. DNS SSHFP Record<br>See [Sshfp Record](#default-rr-set-group-sshfp-record) below.
138
-
139
- <a id="default-rr-set-group-tlsa-record"></a>&#x2022; [`tlsa_record`](#default-rr-set-group-tlsa-record) - Optional Block<br>DNS TLSA Record. DNS TLSA Record<br>See [Tlsa Record](#default-rr-set-group-tlsa-record) below.
140
-
141
- <a id="default-rr-set-group-ttl"></a>&#x2022; [`ttl`](#default-rr-set-group-ttl) - Optional Number<br>Time to live
142
-
143
- <a id="default-rr-set-group-txt-record"></a>&#x2022; [`txt_record`](#default-rr-set-group-txt-record) - Optional Block<br>DNSTXTResourceRecord<br>See [Txt Record](#default-rr-set-group-txt-record) below.
144
-
145
- #### Default Rr Set Group A Record
146
-
147
- An [`a_record`](#default-rr-set-group-a-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
148
-
149
- <a id="default-rr-set-group-a-record-name"></a>&#x2022; [`name`](#default-rr-set-group-a-record-name) - Optional String<br>Record Name (Excluding Domain name). A Record name, please provide only the specific subdomain or record name without the base domain
150
-
151
- <a id="default-rr-set-group-a-record-values"></a>&#x2022; [`values`](#default-rr-set-group-a-record-values) - Optional List<br>IPv4 Addresses. A valid IPv4 address, for example: 1.1.1.1
152
-
153
- #### Default Rr Set Group Aaaa Record
154
-
155
- An [`aaaa_record`](#default-rr-set-group-aaaa-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
156
-
157
- <a id="default-rr-set-group-aaaa-record-name"></a>&#x2022; [`name`](#default-rr-set-group-aaaa-record-name) - Optional String<br>Record Name (Excluding Domain name). AAAA Record name, please provide only the specific subdomain or record name without the base domain
158
-
159
- <a id="default-rr-set-group-aaaa-record-values"></a>&#x2022; [`values`](#default-rr-set-group-aaaa-record-values) - Optional List<br>IPv6 Addresses. A valid IPv6 address, for example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334
160
-
161
- #### Default Rr Set Group Afsdb Record
162
-
163
- An [`afsdb_record`](#default-rr-set-group-afsdb-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
164
-
165
- <a id="default-rr-set-group-afsdb-record-name"></a>&#x2022; [`name`](#default-rr-set-group-afsdb-record-name) - Optional String<br>Record Name (Excluding Domain name). AFSDB Record name, please provide only the specific subdomain or record name without the base domain
166
-
167
- <a id="values-d4738d"></a>&#x2022; [`values`](#values-d4738d) - Optional Block<br>AFSDB Value<br>See [Values](#values-d4738d) below.
168
-
169
- #### Default Rr Set Group Afsdb Record Values
170
-
171
- A [`values`](#values-d4738d) block (within [`default_rr_set_group.afsdb_record`](#default-rr-set-group-afsdb-record)) supports the following:
172
-
173
- <a id="hostname-1c113a"></a>&#x2022; [`hostname`](#hostname-1c113a) - Optional String<br>Hostname. Server name of the AFS cell database server or the DCE name server
174
-
175
- <a id="subtype-765d32"></a>&#x2022; [`subtype`](#subtype-765d32) - 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
176
-
177
- #### Default Rr Set Group Alias Record
178
-
179
- An [`alias_record`](#default-rr-set-group-alias-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
180
-
181
- <a id="default-rr-set-group-alias-record-value"></a>&#x2022; [`value`](#default-rr-set-group-alias-record-value) - Optional String<br>Domain. A valid domain name, for example: example.com
182
-
183
- #### Default Rr Set Group Caa Record
184
-
185
- A [`caa_record`](#default-rr-set-group-caa-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
186
-
187
- <a id="default-rr-set-group-caa-record-name"></a>&#x2022; [`name`](#default-rr-set-group-caa-record-name) - Optional String<br>Record Name (Excluding Domain name). CAA Record name, please provide only the specific subdomain or record name without the base domain
188
-
189
- <a id="default-rr-set-group-caa-record-values"></a>&#x2022; [`values`](#default-rr-set-group-caa-record-values) - Optional Block<br>CAA Record Value<br>See [Values](#default-rr-set-group-caa-record-values) below.
190
-
191
- #### Default Rr Set Group Caa Record Values
192
-
193
- A [`values`](#default-rr-set-group-caa-record-values) block (within [`default_rr_set_group.caa_record`](#default-rr-set-group-caa-record)) supports the following:
194
-
195
- <a id="flags-ad260d"></a>&#x2022; [`flags`](#flags-ad260d) - Optional Number<br>Flags. This flag should be an integer between 0 and 255
196
-
197
- <a id="tag-de582a"></a>&#x2022; [`tag`](#tag-de582a) - Optional String<br>Tag. 'issuewild', 'iodef']
198
-
199
- <a id="value-1656d7"></a>&#x2022; [`value`](#value-1656d7) - Optional String<br>Value
200
-
201
- #### Default Rr Set Group Cds Record
202
-
203
- A [`cds_record`](#default-rr-set-group-cds-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
204
-
205
- <a id="default-rr-set-group-cds-record-name"></a>&#x2022; [`name`](#default-rr-set-group-cds-record-name) - Optional String<br>Record Name (Excluding Domain name). CDS Record name, please provide only the specific subdomain or record name without the base domain
206
-
207
- <a id="default-rr-set-group-cds-record-values"></a>&#x2022; [`values`](#default-rr-set-group-cds-record-values) - Optional Block<br>DS Value<br>See [Values](#default-rr-set-group-cds-record-values) below.
208
-
209
- #### Default Rr Set Group Cds Record Values
210
-
211
- A [`values`](#default-rr-set-group-cds-record-values) block (within [`default_rr_set_group.cds_record`](#default-rr-set-group-cds-record)) supports the following:
212
-
213
- <a id="algorithm-624522"></a>&#x2022; [`ds_key_algorithm`](#algorithm-624522) - 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
214
-
215
- <a id="tag-2943ea"></a>&#x2022; [`key_tag`](#tag-2943ea) - Optional Number<br>Key Tag. A short numeric value which can help quickly identify the referenced DNSKEY-record
216
-
217
- <a id="digest-964478"></a>&#x2022; [`sha1_digest`](#digest-964478) - Optional Block<br>SHA1 Digest<br>See [Sha1 Digest](#digest-964478) below.
218
-
219
- <a id="digest-7aaae9"></a>&#x2022; [`sha256_digest`](#digest-7aaae9) - Optional Block<br>SHA256 Digest<br>See [Sha256 Digest](#digest-7aaae9) below.
220
-
221
- <a id="digest-919dc3"></a>&#x2022; [`sha384_digest`](#digest-919dc3) - Optional Block<br>SHA384 Digest<br>See [Sha384 Digest](#digest-919dc3) below.
222
-
223
- #### Default Rr Set Group Cds Record Values Sha1 Digest
224
-
225
- A [`sha1_digest`](#digest-964478) block (within [`default_rr_set_group.cds_record.values`](#default-rr-set-group-cds-record-values)) supports the following:
226
-
227
- <a id="digest-df9ef7"></a>&#x2022; [`digest`](#digest-df9ef7) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
228
-
229
- #### Default Rr Set Group Cds Record Values Sha256 Digest
230
-
231
- A [`sha256_digest`](#digest-7aaae9) block (within [`default_rr_set_group.cds_record.values`](#default-rr-set-group-cds-record-values)) supports the following:
232
-
233
- <a id="digest-70477b"></a>&#x2022; [`digest`](#digest-70477b) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
234
-
235
- #### Default Rr Set Group Cds Record Values Sha384 Digest
236
-
237
- A [`sha384_digest`](#digest-919dc3) block (within [`default_rr_set_group.cds_record.values`](#default-rr-set-group-cds-record-values)) supports the following:
238
-
239
- <a id="digest-257eec"></a>&#x2022; [`digest`](#digest-257eec) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
240
-
241
- #### Default Rr Set Group Cert Record
242
-
243
- A [`cert_record`](#default-rr-set-group-cert-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
244
-
245
- <a id="default-rr-set-group-cert-record-name"></a>&#x2022; [`name`](#default-rr-set-group-cert-record-name) - Optional String<br>Record Name (Excluding Domain name). CERT Record name, please provide only the specific subdomain or record name without the base domain
246
-
247
- <a id="default-rr-set-group-cert-record-values"></a>&#x2022; [`values`](#default-rr-set-group-cert-record-values) - Optional Block<br>CERT Value<br>See [Values](#default-rr-set-group-cert-record-values) below.
248
-
249
- #### Default Rr Set Group Cert Record Values
250
-
251
- A [`values`](#default-rr-set-group-cert-record-values) block (within [`default_rr_set_group.cert_record`](#default-rr-set-group-cert-record)) supports the following:
252
-
253
- <a id="algorithm-434ac8"></a>&#x2022; [`algorithm`](#algorithm-434ac8) - 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
254
-
255
- <a id="tag-d3fb3e"></a>&#x2022; [`cert_key_tag`](#tag-d3fb3e) - Optional Number<br>Key Tag
256
-
257
- <a id="type-ade4c5"></a>&#x2022; [`cert_type`](#type-ade4c5) - 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
258
-
259
- <a id="certificate-a4077e"></a>&#x2022; [`certificate`](#certificate-a4077e) - Optional String<br>Certificate. Certificate in base 64 format
260
-
261
- #### Default Rr Set Group Cname Record
262
-
263
- A [`cname_record`](#default-rr-set-group-cname-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
264
-
265
- <a id="default-rr-set-group-cname-record-name"></a>&#x2022; [`name`](#default-rr-set-group-cname-record-name) - Optional String<br>Record Name (Excluding Domain name). CName Record name, please provide only the specific subdomain or record name without the base domain
266
-
267
- <a id="default-rr-set-group-cname-record-value"></a>&#x2022; [`value`](#default-rr-set-group-cname-record-value) - Optional String<br>Domain
268
-
269
- #### Default Rr Set Group Ds Record
270
-
271
- A [`ds_record`](#default-rr-set-group-ds-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
272
-
273
- <a id="default-rr-set-group-ds-record-name"></a>&#x2022; [`name`](#default-rr-set-group-ds-record-name) - Optional String<br>Record Name (Excluding Domain name). DS Record name, please provide only the specific subdomain or record name without the base domain
274
-
275
- <a id="default-rr-set-group-ds-record-values"></a>&#x2022; [`values`](#default-rr-set-group-ds-record-values) - Optional Block<br>DS Value<br>See [Values](#default-rr-set-group-ds-record-values) below.
276
-
277
- #### Default Rr Set Group Ds Record Values
278
-
279
- A [`values`](#default-rr-set-group-ds-record-values) block (within [`default_rr_set_group.ds_record`](#default-rr-set-group-ds-record)) supports the following:
280
-
281
- <a id="algorithm-dc5c64"></a>&#x2022; [`ds_key_algorithm`](#algorithm-dc5c64) - 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
282
-
283
- <a id="tag-261974"></a>&#x2022; [`key_tag`](#tag-261974) - Optional Number<br>Key Tag. A short numeric value which can help quickly identify the referenced DNSKEY-record
284
-
285
- <a id="digest-7754a2"></a>&#x2022; [`sha1_digest`](#digest-7754a2) - Optional Block<br>SHA1 Digest<br>See [Sha1 Digest](#digest-7754a2) below.
286
-
287
- <a id="digest-1f2d6c"></a>&#x2022; [`sha256_digest`](#digest-1f2d6c) - Optional Block<br>SHA256 Digest<br>See [Sha256 Digest](#digest-1f2d6c) below.
288
-
289
- <a id="digest-5c5e04"></a>&#x2022; [`sha384_digest`](#digest-5c5e04) - Optional Block<br>SHA384 Digest<br>See [Sha384 Digest](#digest-5c5e04) below.
290
-
291
- #### Default Rr Set Group Ds Record Values Sha1 Digest
292
-
293
- A [`sha1_digest`](#digest-7754a2) block (within [`default_rr_set_group.ds_record.values`](#default-rr-set-group-ds-record-values)) supports the following:
294
-
295
- <a id="digest-cad85c"></a>&#x2022; [`digest`](#digest-cad85c) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
296
-
297
- #### Default Rr Set Group Ds Record Values Sha256 Digest
298
-
299
- A [`sha256_digest`](#digest-1f2d6c) block (within [`default_rr_set_group.ds_record.values`](#default-rr-set-group-ds-record-values)) supports the following:
300
-
301
- <a id="digest-102683"></a>&#x2022; [`digest`](#digest-102683) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
302
-
303
- #### Default Rr Set Group Ds Record Values Sha384 Digest
304
-
305
- A [`sha384_digest`](#digest-5c5e04) block (within [`default_rr_set_group.ds_record.values`](#default-rr-set-group-ds-record-values)) supports the following:
306
-
307
- <a id="digest-bf7d15"></a>&#x2022; [`digest`](#digest-bf7d15) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
308
-
309
- #### Default Rr Set Group Eui48 Record
310
-
311
- An [`eui48_record`](#default-rr-set-group-eui48-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
312
-
313
- <a id="default-rr-set-group-eui48-record-name"></a>&#x2022; [`name`](#default-rr-set-group-eui48-record-name) - Optional String<br>Record Name (Excluding Domain name). EUI48 Record name, please provide only the specific subdomain or record name without the base domain
314
-
315
- <a id="default-rr-set-group-eui48-record-value"></a>&#x2022; [`value`](#default-rr-set-group-eui48-record-value) - Optional String<br>EUI48 Identifier. A valid eui48 identifier, for example: 01-23-45-67-89-ab
316
-
317
- #### Default Rr Set Group Eui64 Record
318
-
319
- An [`eui64_record`](#default-rr-set-group-eui64-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
320
-
321
- <a id="default-rr-set-group-eui64-record-name"></a>&#x2022; [`name`](#default-rr-set-group-eui64-record-name) - Optional String<br>Record Name (Excluding Domain name). EUI64 Record name, please provide only the specific subdomain or record name without the base domain
322
-
323
- <a id="default-rr-set-group-eui64-record-value"></a>&#x2022; [`value`](#default-rr-set-group-eui64-record-value) - Optional String<br>EUI64 Identifier. A valid EUI64 identifier, for example: 01-23-45-67-89-ab-cd-ef
324
-
325
- #### Default Rr Set Group LB Record
326
-
327
- A [`lb_record`](#default-rr-set-group-lb-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
328
-
329
- <a id="default-rr-set-group-lb-record-name"></a>&#x2022; [`name`](#default-rr-set-group-lb-record-name) - 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
330
-
331
- <a id="default-rr-set-group-lb-record-value"></a>&#x2022; [`value`](#default-rr-set-group-lb-record-value) - 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](#default-rr-set-group-lb-record-value) below.
332
-
333
- #### Default Rr Set Group LB Record Value
334
-
335
- A [`value`](#default-rr-set-group-lb-record-value) block (within [`default_rr_set_group.lb_record`](#default-rr-set-group-lb-record)) supports the following:
336
-
337
- <a id="name-7c8d58"></a>&#x2022; [`name`](#name-7c8d58) - 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
338
-
339
- <a id="namespace-6c3508"></a>&#x2022; [`namespace`](#namespace-6c3508) - 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
340
-
341
- <a id="tenant-d0d81d"></a>&#x2022; [`tenant`](#tenant-d0d81d) - 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
342
-
343
- #### Default Rr Set Group Loc Record
344
-
345
- A [`loc_record`](#default-rr-set-group-loc-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
346
-
347
- <a id="default-rr-set-group-loc-record-name"></a>&#x2022; [`name`](#default-rr-set-group-loc-record-name) - Optional String<br>Record Name (Excluding Domain name). LOC Record name, please provide only the specific subdomain or record name without the base domain
348
-
349
- <a id="default-rr-set-group-loc-record-values"></a>&#x2022; [`values`](#default-rr-set-group-loc-record-values) - Optional Block<br>LOC Value<br>See [Values](#default-rr-set-group-loc-record-values) below.
350
-
351
- #### Default Rr Set Group Loc Record Values
352
-
353
- A [`values`](#default-rr-set-group-loc-record-values) block (within [`default_rr_set_group.loc_record`](#default-rr-set-group-loc-record)) supports the following:
354
-
355
- <a id="altitude-484de1"></a>&#x2022; [`altitude`](#altitude-484de1) - Optional Number<br>Altitude. Altitude in meters
356
-
357
- <a id="precision-31a476"></a>&#x2022; [`horizontal_precision`](#precision-31a476) - Optional Number<br>Horizontal Precision. Horizontal Precision in meters
358
-
359
- <a id="degree-2f0810"></a>&#x2022; [`latitude_degree`](#degree-2f0810) - Optional Number<br>Latitude degree. Latitude degree, an integer between 0 and 90, including 0 and 90
360
-
361
- <a id="hemisphere-ebe95c"></a>&#x2022; [`latitude_hemisphere`](#hemisphere-ebe95c) - 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
362
-
363
- <a id="minute-a97e3c"></a>&#x2022; [`latitude_minute`](#minute-a97e3c) - Optional Number<br>Latitude minute. Latitude minute, an integer between 0 and 59, including 0 and 59
364
-
365
- <a id="second-63c417"></a>&#x2022; [`latitude_second`](#second-63c417) - Optional Number<br>Latitude second. Latitude second, an decimal between 0 and 59.999, including 0 and 59.999
366
-
367
- <a id="diameter-9dee35"></a>&#x2022; [`location_diameter`](#diameter-9dee35) - Optional Number<br>Size. Diameter of a sphere enclosing the described entity, in meters
368
-
369
- <a id="degree-7bc51a"></a>&#x2022; [`longitude_degree`](#degree-7bc51a) - Optional Number<br>Longitude degree. Longitude degree, an integer between 0 and 180, including 0 and 180
370
-
371
- <a id="hemisphere-b9439c"></a>&#x2022; [`longitude_hemisphere`](#hemisphere-b9439c) - 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
372
-
373
- <a id="minute-2c4e81"></a>&#x2022; [`longitude_minute`](#minute-2c4e81) - Optional Number<br>Longitude minute. Longitude minute, an integer between 0 and 59, including 0 and 59
374
-
375
- <a id="second-f7cc4f"></a>&#x2022; [`longitude_second`](#second-f7cc4f) - Optional Number<br>Longitude second. Longitude second, an decimal between 0 and 59.999, including 0 and 59.999
376
-
377
- <a id="precision-fc1799"></a>&#x2022; [`vertical_precision`](#precision-fc1799) - Optional Number<br>Vertical Precision. Vertical Precision in meters
378
-
379
- #### Default Rr Set Group Mx Record
380
-
381
- A [`mx_record`](#default-rr-set-group-mx-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
382
-
383
- <a id="default-rr-set-group-mx-record-name"></a>&#x2022; [`name`](#default-rr-set-group-mx-record-name) - Optional String<br>Record Name (Excluding Domain name). MX Record name, please provide only the specific subdomain or record name without the base domain
384
-
385
- <a id="default-rr-set-group-mx-record-values"></a>&#x2022; [`values`](#default-rr-set-group-mx-record-values) - Optional Block<br>MX Record Value<br>See [Values](#default-rr-set-group-mx-record-values) below.
386
-
387
- #### Default Rr Set Group Mx Record Values
388
-
389
- A [`values`](#default-rr-set-group-mx-record-values) block (within [`default_rr_set_group.mx_record`](#default-rr-set-group-mx-record)) supports the following:
390
-
391
- <a id="domain-a4ae87"></a>&#x2022; [`domain`](#domain-a4ae87) - Optional String<br>Domain. Mail exchanger domain name, please provide the full hostname, for example: mail.example.com
392
-
393
- <a id="priority-4f0778"></a>&#x2022; [`priority`](#priority-4f0778) - Optional Number<br>Priority. Mail exchanger priority code
394
-
395
- #### Default Rr Set Group Naptr Record
396
-
397
- A [`naptr_record`](#default-rr-set-group-naptr-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
398
-
399
- <a id="default-rr-set-group-naptr-record-name"></a>&#x2022; [`name`](#default-rr-set-group-naptr-record-name) - Optional String<br>Record Name (Excluding Domain name). NAPTR Record name, please provide only the specific subdomain or record name without the base domain
400
-
401
- <a id="values-fde7c6"></a>&#x2022; [`values`](#values-fde7c6) - Optional Block<br>NAPTR Value<br>See [Values](#values-fde7c6) below.
402
-
403
- #### Default Rr Set Group Naptr Record Values
404
-
405
- A [`values`](#values-fde7c6) block (within [`default_rr_set_group.naptr_record`](#default-rr-set-group-naptr-record)) supports the following:
406
-
407
- <a id="flags-904a84"></a>&#x2022; [`flags`](#flags-904a84) - 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
408
-
409
- <a id="order-5ee848"></a>&#x2022; [`order`](#order-5ee848) - Optional Number<br>Order. Order in which the NAPTR records must be processed. A lower number indicates a higher preference
410
-
411
- <a id="preference-37bf8e"></a>&#x2022; [`preference`](#preference-37bf8e) - Optional Number<br>Preference. Preference when records have the same order. A lower number indicates a higher preference
412
-
413
- <a id="regexp-230554"></a>&#x2022; [`regexp`](#regexp-230554) - Optional String<br>Regular Expression. Regular expression to construct the next domain name to lookup
414
-
415
- <a id="replacement-e3a567"></a>&#x2022; [`replacement`](#replacement-e3a567) - Optional String<br>Replacement. The next NAME to query for NAPTR, SRV, or address records depending on the value of the flags field
416
-
417
- <a id="service-7fd00b"></a>&#x2022; [`service`](#service-7fd00b) - Optional String<br>Protocol Resolution Service. Specifies the service(s) available down this rewrite path
418
-
419
- #### Default Rr Set Group Ns Record
420
-
421
- A [`ns_record`](#default-rr-set-group-ns-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
422
-
423
- <a id="default-rr-set-group-ns-record-name"></a>&#x2022; [`name`](#default-rr-set-group-ns-record-name) - Optional String<br>Record Name (Excluding Domain name). NS Record name, please provide only the specific subdomain or record name without the base domain
424
-
425
- <a id="default-rr-set-group-ns-record-values"></a>&#x2022; [`values`](#default-rr-set-group-ns-record-values) - Optional List<br>Name Servers
426
-
427
- #### Default Rr Set Group Ptr Record
428
-
429
- A [`ptr_record`](#default-rr-set-group-ptr-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
430
-
431
- <a id="default-rr-set-group-ptr-record-name"></a>&#x2022; [`name`](#default-rr-set-group-ptr-record-name) - Optional String<br>Record Name (Excluding Domain name). PTR Record name, please provide only the specific subdomain or record name without the base domain
432
-
433
- <a id="default-rr-set-group-ptr-record-values"></a>&#x2022; [`values`](#default-rr-set-group-ptr-record-values) - Optional List<br>Domain Name
434
-
435
- #### Default Rr Set Group Srv Record
436
-
437
- A [`srv_record`](#default-rr-set-group-srv-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
438
-
439
- <a id="default-rr-set-group-srv-record-name"></a>&#x2022; [`name`](#default-rr-set-group-srv-record-name) - Optional String<br>Record Name (Excluding Domain name). SRV Record name, please provide only the specific subdomain or record name without the base domain
440
-
441
- <a id="default-rr-set-group-srv-record-values"></a>&#x2022; [`values`](#default-rr-set-group-srv-record-values) - Optional Block<br>SRV Value<br>See [Values](#default-rr-set-group-srv-record-values) below.
442
-
443
- #### Default Rr Set Group Srv Record Values
444
-
445
- A [`values`](#default-rr-set-group-srv-record-values) block (within [`default_rr_set_group.srv_record`](#default-rr-set-group-srv-record)) supports the following:
446
-
447
- <a id="port-7a5759"></a>&#x2022; [`port`](#port-7a5759) - Optional Number<br>Port. Port on which the service can be found
448
-
449
- <a id="priority-7eede1"></a>&#x2022; [`priority`](#priority-7eede1) - Optional Number<br>Priority. Priority of the target. A lower number indicates a higher preference
450
-
451
- <a id="target-34fc01"></a>&#x2022; [`target`](#target-34fc01) - Optional String<br>Target. Hostname of the machine providing the service
452
-
453
- <a id="weight-1944e8"></a>&#x2022; [`weight`](#weight-1944e8) - Optional Number<br>Weight. Weight of the target. A higher number indicates a higher preference
454
-
455
- #### Default Rr Set Group Sshfp Record
456
-
457
- A [`sshfp_record`](#default-rr-set-group-sshfp-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
458
-
459
- <a id="default-rr-set-group-sshfp-record-name"></a>&#x2022; [`name`](#default-rr-set-group-sshfp-record-name) - Optional String<br>Record Name (Excluding Domain name). SSHFP Record name, please provide only the specific subdomain or record name without the base domain
460
-
461
- <a id="values-b57c43"></a>&#x2022; [`values`](#values-b57c43) - Optional Block<br>SSHFP Value<br>See [Values](#values-b57c43) below.
462
-
463
- #### Default Rr Set Group Sshfp Record Values
464
-
465
- A [`values`](#values-b57c43) block (within [`default_rr_set_group.sshfp_record`](#default-rr-set-group-sshfp-record)) supports the following:
466
-
467
- <a id="algorithm-b713b4"></a>&#x2022; [`algorithm`](#algorithm-b713b4) - 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
468
-
469
- <a id="fingerprint-ba34ae"></a>&#x2022; [`sha1_fingerprint`](#fingerprint-ba34ae) - Optional Block<br>SHA1 Fingerprint<br>See [Sha1 Fingerprint](#fingerprint-ba34ae) below.
470
-
471
- <a id="fingerprint-c92c2b"></a>&#x2022; [`sha256_fingerprint`](#fingerprint-c92c2b) - Optional Block<br>SHA256 Fingerprint<br>See [Sha256 Fingerprint](#fingerprint-c92c2b) below.
472
-
473
- #### Default Rr Set Group Sshfp Record Values Sha1 Fingerprint
474
-
475
- A [`sha1_fingerprint`](#fingerprint-ba34ae) block (within [`default_rr_set_group.sshfp_record.values`](#values-b57c43)) supports the following:
476
-
477
- <a id="fingerprint-108176"></a>&#x2022; [`fingerprint`](#fingerprint-108176) - Optional String<br>Fingerprint. The 'fingerprint' is the DS key and the actual contents of the DS record
478
-
479
- #### Default Rr Set Group Sshfp Record Values Sha256 Fingerprint
480
-
481
- A [`sha256_fingerprint`](#fingerprint-c92c2b) block (within [`default_rr_set_group.sshfp_record.values`](#values-b57c43)) supports the following:
482
-
483
- <a id="fingerprint-1eddf8"></a>&#x2022; [`fingerprint`](#fingerprint-1eddf8) - Optional String<br>Fingerprint. The 'fingerprint' is the DS key and the actual contents of the DS record
484
-
485
- #### Default Rr Set Group Tlsa Record
486
-
487
- A [`tlsa_record`](#default-rr-set-group-tlsa-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
488
-
489
- <a id="default-rr-set-group-tlsa-record-name"></a>&#x2022; [`name`](#default-rr-set-group-tlsa-record-name) - Optional String<br>Record Name (Excluding Domain name). TLSA Record name, please provide only the specific subdomain or record name without the base domain
490
-
491
- <a id="default-rr-set-group-tlsa-record-values"></a>&#x2022; [`values`](#default-rr-set-group-tlsa-record-values) - Optional Block<br>TLSA Value<br>See [Values](#default-rr-set-group-tlsa-record-values) below.
492
-
493
- #### Default Rr Set Group Tlsa Record Values
494
-
495
- A [`values`](#default-rr-set-group-tlsa-record-values) block (within [`default_rr_set_group.tlsa_record`](#default-rr-set-group-tlsa-record)) supports the following:
496
-
497
- <a id="data-d30e06"></a>&#x2022; [`certificate_association_data`](#data-d30e06) - Optional String<br>Certificate Association Data. The actual data to be matched given the settings of the other fields
498
-
499
- <a id="usage-3b6749"></a>&#x2022; [`certificate_usage`](#usage-3b6749) - 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
500
-
501
- <a id="type-7843b2"></a>&#x2022; [`matching_type`](#type-7843b2) - 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
502
-
503
- <a id="selector-a3557d"></a>&#x2022; [`selector`](#selector-a3557d) - 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
504
-
505
- #### Default Rr Set Group Txt Record
506
-
507
- A [`txt_record`](#default-rr-set-group-txt-record) block (within [`default_rr_set_group`](#default-rr-set-group)) supports the following:
508
-
509
- <a id="default-rr-set-group-txt-record-name"></a>&#x2022; [`name`](#default-rr-set-group-txt-record-name) - Optional String<br>Record Name (Excluding Domain name). TXT Record name, please provide only the specific subdomain or record name without the base domain
510
-
511
- <a id="default-rr-set-group-txt-record-values"></a>&#x2022; [`values`](#default-rr-set-group-txt-record-values) - Optional List<br>Text
512
-
513
- #### Dnssec Mode
514
-
515
- A [`dnssec_mode`](#dnssec-mode) block supports the following:
516
-
517
- <a id="dnssec-mode-disable"></a>&#x2022; [`disable`](#dnssec-mode-disable) - Optional Block<br>Enable this option
518
-
519
- <a id="dnssec-mode-enable"></a>&#x2022; [`enable`](#dnssec-mode-enable) - Optional Block<br>Enable. DNSSEC enable
520
-
521
- #### Rr Set Group
522
-
523
- A [`rr_set_group`](#rr-set-group) block supports the following:
524
-
525
- <a id="rr-set-group-metadata"></a>&#x2022; [`metadata`](#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](#rr-set-group-metadata) below.
526
-
527
- <a id="rr-set-group-rr-set"></a>&#x2022; [`rr_set`](#rr-set-group-rr-set) - Optional Block<br>Resource Record Sets. Collection of DNS resource record sets<br>See [Rr Set](#rr-set-group-rr-set) below.
528
-
529
- #### Rr Set Group Metadata
530
-
531
- A [`metadata`](#rr-set-group-metadata) block (within [`rr_set_group`](#rr-set-group)) supports the following:
532
-
533
- <a id="rr-set-group-metadata-description-spec"></a>&#x2022; [`description_spec`](#rr-set-group-metadata-description-spec) - Optional String<br>Description. Human readable description
534
-
535
- <a id="rr-set-group-metadata-name"></a>&#x2022; [`name`](#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
536
-
537
- #### Rr Set Group Rr Set
538
-
539
- A [`rr_set`](#rr-set-group-rr-set) block (within [`rr_set_group`](#rr-set-group)) supports the following:
540
-
541
- <a id="rr-set-group-rr-set-a-record"></a>&#x2022; [`a_record`](#rr-set-group-rr-set-a-record) - Optional Block<br>DNSAResourceRecord. A Records<br>See [A Record](#rr-set-group-rr-set-a-record) below.
542
-
543
- <a id="rr-set-group-rr-set-aaaa-record"></a>&#x2022; [`aaaa_record`](#rr-set-group-rr-set-aaaa-record) - Optional Block<br>DNSAAAAResourceRecord. RecordSet for AAAA Records<br>See [Aaaa Record](#rr-set-group-rr-set-aaaa-record) below.
544
-
545
- <a id="rr-set-group-rr-set-afsdb-record"></a>&#x2022; [`afsdb_record`](#rr-set-group-rr-set-afsdb-record) - Optional Block<br>DNS AFSDB Record. DNS AFSDB Record<br>See [Afsdb Record](#rr-set-group-rr-set-afsdb-record) below.
546
-
547
- <a id="rr-set-group-rr-set-alias-record"></a>&#x2022; [`alias_record`](#rr-set-group-rr-set-alias-record) - Optional Block<br>DNSAliasResourceRecord<br>See [Alias Record](#rr-set-group-rr-set-alias-record) below.
548
-
549
- <a id="rr-set-group-rr-set-caa-record"></a>&#x2022; [`caa_record`](#rr-set-group-rr-set-caa-record) - Optional Block<br>DNSCAAResourceRecord<br>See [Caa Record](#rr-set-group-rr-set-caa-record) below.
550
-
551
- <a id="rr-set-group-rr-set-cds-record"></a>&#x2022; [`cds_record`](#rr-set-group-rr-set-cds-record) - Optional Block<br>DNS CDS Record. DNS CDS Record<br>See [Cds Record](#rr-set-group-rr-set-cds-record) below.
552
-
553
- <a id="rr-set-group-rr-set-cert-record"></a>&#x2022; [`cert_record`](#rr-set-group-rr-set-cert-record) - Optional Block<br>DNS CERT Record. DNS CERT Record<br>See [Cert Record](#rr-set-group-rr-set-cert-record) below.
554
-
555
- <a id="rr-set-group-rr-set-cname-record"></a>&#x2022; [`cname_record`](#rr-set-group-rr-set-cname-record) - Optional Block<br>DNSCNAMEResourceRecord<br>See [Cname Record](#rr-set-group-rr-set-cname-record) below.
556
-
557
- <a id="rr-set-group-rr-set-description-spec"></a>&#x2022; [`description_spec`](#rr-set-group-rr-set-description-spec) - Optional String<br>Comment
558
-
559
- <a id="rr-set-group-rr-set-ds-record"></a>&#x2022; [`ds_record`](#rr-set-group-rr-set-ds-record) - Optional Block<br>DNS DS Record. DNS DS Record<br>See [Ds Record](#rr-set-group-rr-set-ds-record) below.
560
-
561
- <a id="rr-set-group-rr-set-eui48-record"></a>&#x2022; [`eui48_record`](#rr-set-group-rr-set-eui48-record) - Optional Block<br>DNS EUI48 Record. DNS EUI48 Record<br>See [Eui48 Record](#rr-set-group-rr-set-eui48-record) below.
562
-
563
- <a id="rr-set-group-rr-set-eui64-record"></a>&#x2022; [`eui64_record`](#rr-set-group-rr-set-eui64-record) - Optional Block<br>DNS EUI64 Record. DNS EUI64 Record<br>See [Eui64 Record](#rr-set-group-rr-set-eui64-record) below.
564
-
565
- <a id="rr-set-group-rr-set-lb-record"></a>&#x2022; [`lb_record`](#rr-set-group-rr-set-lb-record) - Optional Block<br>DNS Load Balancer Record. DNS Load Balancer Record<br>See [LB Record](#rr-set-group-rr-set-lb-record) below.
566
-
567
- <a id="rr-set-group-rr-set-loc-record"></a>&#x2022; [`loc_record`](#rr-set-group-rr-set-loc-record) - Optional Block<br>DNS LOC Record. DNS LOC Record<br>See [Loc Record](#rr-set-group-rr-set-loc-record) below.
568
-
569
- <a id="rr-set-group-rr-set-mx-record"></a>&#x2022; [`mx_record`](#rr-set-group-rr-set-mx-record) - Optional Block<br>DNSMXResourceRecord<br>See [Mx Record](#rr-set-group-rr-set-mx-record) below.
570
-
571
- <a id="rr-set-group-rr-set-naptr-record"></a>&#x2022; [`naptr_record`](#rr-set-group-rr-set-naptr-record) - Optional Block<br>DNS NAPTR Record. DNS NAPTR Record<br>See [Naptr Record](#rr-set-group-rr-set-naptr-record) below.
572
-
573
- <a id="rr-set-group-rr-set-ns-record"></a>&#x2022; [`ns_record`](#rr-set-group-rr-set-ns-record) - Optional Block<br>DNSNSResourceRecord<br>See [Ns Record](#rr-set-group-rr-set-ns-record) below.
574
-
575
- <a id="rr-set-group-rr-set-ptr-record"></a>&#x2022; [`ptr_record`](#rr-set-group-rr-set-ptr-record) - Optional Block<br>DNSPTRResourceRecord<br>See [Ptr Record](#rr-set-group-rr-set-ptr-record) below.
576
-
577
- <a id="rr-set-group-rr-set-srv-record"></a>&#x2022; [`srv_record`](#rr-set-group-rr-set-srv-record) - Optional Block<br>DNSSRVResourceRecord<br>See [Srv Record](#rr-set-group-rr-set-srv-record) below.
578
-
579
- <a id="rr-set-group-rr-set-sshfp-record"></a>&#x2022; [`sshfp_record`](#rr-set-group-rr-set-sshfp-record) - Optional Block<br>DNS SSHFP Record. DNS SSHFP Record<br>See [Sshfp Record](#rr-set-group-rr-set-sshfp-record) below.
580
-
581
- <a id="rr-set-group-rr-set-tlsa-record"></a>&#x2022; [`tlsa_record`](#rr-set-group-rr-set-tlsa-record) - Optional Block<br>DNS TLSA Record. DNS TLSA Record<br>See [Tlsa Record](#rr-set-group-rr-set-tlsa-record) below.
582
-
583
- <a id="rr-set-group-rr-set-ttl"></a>&#x2022; [`ttl`](#rr-set-group-rr-set-ttl) - Optional Number<br>Time to live
584
-
585
- <a id="rr-set-group-rr-set-txt-record"></a>&#x2022; [`txt_record`](#rr-set-group-rr-set-txt-record) - Optional Block<br>DNSTXTResourceRecord<br>See [Txt Record](#rr-set-group-rr-set-txt-record) below.
586
-
587
- #### Rr Set Group Rr Set A Record
588
-
589
- An [`a_record`](#rr-set-group-rr-set-a-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
590
-
591
- <a id="rr-set-group-rr-set-a-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-a-record-name) - Optional String<br>Record Name (Excluding Domain name). A Record name, please provide only the specific subdomain or record name without the base domain
592
-
593
- <a id="rr-set-group-rr-set-a-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-a-record-values) - Optional List<br>IPv4 Addresses. A valid IPv4 address, for example: 1.1.1.1
594
-
595
- #### Rr Set Group Rr Set Aaaa Record
596
-
597
- An [`aaaa_record`](#rr-set-group-rr-set-aaaa-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
598
-
599
- <a id="rr-set-group-rr-set-aaaa-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-aaaa-record-name) - Optional String<br>Record Name (Excluding Domain name). AAAA Record name, please provide only the specific subdomain or record name without the base domain
600
-
601
- <a id="rr-set-group-rr-set-aaaa-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-aaaa-record-values) - Optional List<br>IPv6 Addresses. A valid IPv6 address, for example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334
602
-
603
- #### Rr Set Group Rr Set Afsdb Record
604
-
605
- An [`afsdb_record`](#rr-set-group-rr-set-afsdb-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
606
-
607
- <a id="rr-set-group-rr-set-afsdb-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-afsdb-record-name) - Optional String<br>Record Name (Excluding Domain name). AFSDB Record name, please provide only the specific subdomain or record name without the base domain
608
-
609
- <a id="rr-set-group-rr-set-afsdb-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-afsdb-record-values) - Optional Block<br>AFSDB Value<br>See [Values](#rr-set-group-rr-set-afsdb-record-values) below.
610
-
611
- #### Rr Set Group Rr Set Afsdb Record Values
612
-
613
- A [`values`](#rr-set-group-rr-set-afsdb-record-values) block (within [`rr_set_group.rr_set.afsdb_record`](#rr-set-group-rr-set-afsdb-record)) supports the following:
614
-
615
- <a id="hostname-17458e"></a>&#x2022; [`hostname`](#hostname-17458e) - Optional String<br>Hostname. Server name of the AFS cell database server or the DCE name server
616
-
617
- <a id="subtype-f18cdf"></a>&#x2022; [`subtype`](#subtype-f18cdf) - 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
618
-
619
- #### Rr Set Group Rr Set Alias Record
620
-
621
- An [`alias_record`](#rr-set-group-rr-set-alias-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
622
-
623
- <a id="rr-set-group-rr-set-alias-record-value"></a>&#x2022; [`value`](#rr-set-group-rr-set-alias-record-value) - Optional String<br>Domain. A valid domain name, for example: example.com
624
-
625
- #### Rr Set Group Rr Set Caa Record
626
-
627
- A [`caa_record`](#rr-set-group-rr-set-caa-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
628
-
629
- <a id="rr-set-group-rr-set-caa-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-caa-record-name) - Optional String<br>Record Name (Excluding Domain name). CAA Record name, please provide only the specific subdomain or record name without the base domain
630
-
631
- <a id="rr-set-group-rr-set-caa-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-caa-record-values) - Optional Block<br>CAA Record Value<br>See [Values](#rr-set-group-rr-set-caa-record-values) below.
632
-
633
- #### Rr Set Group Rr Set Caa Record Values
634
-
635
- A [`values`](#rr-set-group-rr-set-caa-record-values) block (within [`rr_set_group.rr_set.caa_record`](#rr-set-group-rr-set-caa-record)) supports the following:
636
-
637
- <a id="flags-2da680"></a>&#x2022; [`flags`](#flags-2da680) - Optional Number<br>Flags. This flag should be an integer between 0 and 255
638
-
639
- <a id="tag-d137c2"></a>&#x2022; [`tag`](#tag-d137c2) - Optional String<br>Tag. 'issuewild', 'iodef']
640
-
641
- <a id="value-d202b8"></a>&#x2022; [`value`](#value-d202b8) - Optional String<br>Value
642
-
643
- #### Rr Set Group Rr Set Cds Record
644
-
645
- A [`cds_record`](#rr-set-group-rr-set-cds-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
646
-
647
- <a id="rr-set-group-rr-set-cds-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-cds-record-name) - Optional String<br>Record Name (Excluding Domain name). CDS Record name, please provide only the specific subdomain or record name without the base domain
648
-
649
- <a id="rr-set-group-rr-set-cds-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-cds-record-values) - Optional Block<br>DS Value<br>See [Values](#rr-set-group-rr-set-cds-record-values) below.
650
-
651
- #### Rr Set Group Rr Set Cds Record Values
652
-
653
- A [`values`](#rr-set-group-rr-set-cds-record-values) block (within [`rr_set_group.rr_set.cds_record`](#rr-set-group-rr-set-cds-record)) supports the following:
654
-
655
- <a id="algorithm-367d3d"></a>&#x2022; [`ds_key_algorithm`](#algorithm-367d3d) - 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
656
-
657
- <a id="tag-a5eaf5"></a>&#x2022; [`key_tag`](#tag-a5eaf5) - Optional Number<br>Key Tag. A short numeric value which can help quickly identify the referenced DNSKEY-record
658
-
659
- <a id="digest-3fe573"></a>&#x2022; [`sha1_digest`](#digest-3fe573) - Optional Block<br>SHA1 Digest<br>See [Sha1 Digest](#digest-3fe573) below.
660
-
661
- <a id="digest-a3312e"></a>&#x2022; [`sha256_digest`](#digest-a3312e) - Optional Block<br>SHA256 Digest<br>See [Sha256 Digest](#digest-a3312e) below.
662
-
663
- <a id="digest-234d39"></a>&#x2022; [`sha384_digest`](#digest-234d39) - Optional Block<br>SHA384 Digest<br>See [Sha384 Digest](#digest-234d39) below.
664
-
665
- #### Rr Set Group Rr Set Cds Record Values Sha1 Digest
666
-
667
- A [`sha1_digest`](#digest-3fe573) block (within [`rr_set_group.rr_set.cds_record.values`](#rr-set-group-rr-set-cds-record-values)) supports the following:
668
-
669
- <a id="digest-5269b3"></a>&#x2022; [`digest`](#digest-5269b3) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
670
-
671
- #### Rr Set Group Rr Set Cds Record Values Sha256 Digest
672
-
673
- A [`sha256_digest`](#digest-a3312e) block (within [`rr_set_group.rr_set.cds_record.values`](#rr-set-group-rr-set-cds-record-values)) supports the following:
674
-
675
- <a id="digest-2fe51d"></a>&#x2022; [`digest`](#digest-2fe51d) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
676
-
677
- #### Rr Set Group Rr Set Cds Record Values Sha384 Digest
678
-
679
- A [`sha384_digest`](#digest-234d39) block (within [`rr_set_group.rr_set.cds_record.values`](#rr-set-group-rr-set-cds-record-values)) supports the following:
680
-
681
- <a id="digest-8efd76"></a>&#x2022; [`digest`](#digest-8efd76) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
682
-
683
- #### Rr Set Group Rr Set Cert Record
684
-
685
- A [`cert_record`](#rr-set-group-rr-set-cert-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
686
-
687
- <a id="rr-set-group-rr-set-cert-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-cert-record-name) - Optional String<br>Record Name (Excluding Domain name). CERT Record name, please provide only the specific subdomain or record name without the base domain
688
-
689
- <a id="rr-set-group-rr-set-cert-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-cert-record-values) - Optional Block<br>CERT Value<br>See [Values](#rr-set-group-rr-set-cert-record-values) below.
690
-
691
- #### Rr Set Group Rr Set Cert Record Values
692
-
693
- A [`values`](#rr-set-group-rr-set-cert-record-values) block (within [`rr_set_group.rr_set.cert_record`](#rr-set-group-rr-set-cert-record)) supports the following:
694
-
695
- <a id="algorithm-ddd887"></a>&#x2022; [`algorithm`](#algorithm-ddd887) - 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
696
-
697
- <a id="tag-2175b5"></a>&#x2022; [`cert_key_tag`](#tag-2175b5) - Optional Number<br>Key Tag
698
-
699
- <a id="type-005442"></a>&#x2022; [`cert_type`](#type-005442) - 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
700
-
701
- <a id="certificate-e84530"></a>&#x2022; [`certificate`](#certificate-e84530) - Optional String<br>Certificate. Certificate in base 64 format
702
-
703
- #### Rr Set Group Rr Set Cname Record
704
-
705
- A [`cname_record`](#rr-set-group-rr-set-cname-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
706
-
707
- <a id="rr-set-group-rr-set-cname-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-cname-record-name) - Optional String<br>Record Name (Excluding Domain name). CName Record name, please provide only the specific subdomain or record name without the base domain
708
-
709
- <a id="rr-set-group-rr-set-cname-record-value"></a>&#x2022; [`value`](#rr-set-group-rr-set-cname-record-value) - Optional String<br>Domain
710
-
711
- #### Rr Set Group Rr Set Ds Record
712
-
713
- A [`ds_record`](#rr-set-group-rr-set-ds-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
714
-
715
- <a id="rr-set-group-rr-set-ds-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-ds-record-name) - Optional String<br>Record Name (Excluding Domain name). DS Record name, please provide only the specific subdomain or record name without the base domain
716
-
717
- <a id="rr-set-group-rr-set-ds-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-ds-record-values) - Optional Block<br>DS Value<br>See [Values](#rr-set-group-rr-set-ds-record-values) below.
718
-
719
- #### Rr Set Group Rr Set Ds Record Values
720
-
721
- A [`values`](#rr-set-group-rr-set-ds-record-values) block (within [`rr_set_group.rr_set.ds_record`](#rr-set-group-rr-set-ds-record)) supports the following:
722
-
723
- <a id="algorithm-01a47f"></a>&#x2022; [`ds_key_algorithm`](#algorithm-01a47f) - 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
724
-
725
- <a id="tag-f8204b"></a>&#x2022; [`key_tag`](#tag-f8204b) - Optional Number<br>Key Tag. A short numeric value which can help quickly identify the referenced DNSKEY-record
726
-
727
- <a id="digest-4881ed"></a>&#x2022; [`sha1_digest`](#digest-4881ed) - Optional Block<br>SHA1 Digest<br>See [Sha1 Digest](#digest-4881ed) below.
728
-
729
- <a id="digest-17e1d5"></a>&#x2022; [`sha256_digest`](#digest-17e1d5) - Optional Block<br>SHA256 Digest<br>See [Sha256 Digest](#digest-17e1d5) below.
730
-
731
- <a id="digest-7741c8"></a>&#x2022; [`sha384_digest`](#digest-7741c8) - Optional Block<br>SHA384 Digest<br>See [Sha384 Digest](#digest-7741c8) below.
732
-
733
- #### Rr Set Group Rr Set Ds Record Values Sha1 Digest
734
-
735
- A [`sha1_digest`](#digest-4881ed) block (within [`rr_set_group.rr_set.ds_record.values`](#rr-set-group-rr-set-ds-record-values)) supports the following:
736
-
737
- <a id="digest-85b5ec"></a>&#x2022; [`digest`](#digest-85b5ec) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
738
-
739
- #### Rr Set Group Rr Set Ds Record Values Sha256 Digest
740
-
741
- A [`sha256_digest`](#digest-17e1d5) block (within [`rr_set_group.rr_set.ds_record.values`](#rr-set-group-rr-set-ds-record-values)) supports the following:
742
-
743
- <a id="digest-f48967"></a>&#x2022; [`digest`](#digest-f48967) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
744
-
745
- #### Rr Set Group Rr Set Ds Record Values Sha384 Digest
746
-
747
- A [`sha384_digest`](#digest-7741c8) block (within [`rr_set_group.rr_set.ds_record.values`](#rr-set-group-rr-set-ds-record-values)) supports the following:
748
-
749
- <a id="digest-b07bc3"></a>&#x2022; [`digest`](#digest-b07bc3) - Optional String<br>Digest. The 'digest' is the DS key and the actual contents of the DS record
750
-
751
- #### Rr Set Group Rr Set Eui48 Record
752
-
753
- An [`eui48_record`](#rr-set-group-rr-set-eui48-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
754
-
755
- <a id="rr-set-group-rr-set-eui48-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-eui48-record-name) - Optional String<br>Record Name (Excluding Domain name). EUI48 Record name, please provide only the specific subdomain or record name without the base domain
756
-
757
- <a id="rr-set-group-rr-set-eui48-record-value"></a>&#x2022; [`value`](#rr-set-group-rr-set-eui48-record-value) - Optional String<br>EUI48 Identifier. A valid eui48 identifier, for example: 01-23-45-67-89-ab
758
-
759
- #### Rr Set Group Rr Set Eui64 Record
760
-
761
- An [`eui64_record`](#rr-set-group-rr-set-eui64-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
762
-
763
- <a id="rr-set-group-rr-set-eui64-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-eui64-record-name) - Optional String<br>Record Name (Excluding Domain name). EUI64 Record name, please provide only the specific subdomain or record name without the base domain
764
-
765
- <a id="rr-set-group-rr-set-eui64-record-value"></a>&#x2022; [`value`](#rr-set-group-rr-set-eui64-record-value) - Optional String<br>EUI64 Identifier. A valid EUI64 identifier, for example: 01-23-45-67-89-ab-cd-ef
766
-
767
- #### Rr Set Group Rr Set LB Record
768
-
769
- A [`lb_record`](#rr-set-group-rr-set-lb-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
770
-
771
- <a id="rr-set-group-rr-set-lb-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-lb-record-name) - 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
772
-
773
- <a id="rr-set-group-rr-set-lb-record-value"></a>&#x2022; [`value`](#rr-set-group-rr-set-lb-record-value) - 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](#rr-set-group-rr-set-lb-record-value) below.
774
-
775
- #### Rr Set Group Rr Set LB Record Value
776
-
777
- A [`value`](#rr-set-group-rr-set-lb-record-value) block (within [`rr_set_group.rr_set.lb_record`](#rr-set-group-rr-set-lb-record)) supports the following:
778
-
779
- <a id="name-d34891"></a>&#x2022; [`name`](#name-d34891) - 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
780
-
781
- <a id="namespace-a550df"></a>&#x2022; [`namespace`](#namespace-a550df) - 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
782
-
783
- <a id="tenant-2403d8"></a>&#x2022; [`tenant`](#tenant-2403d8) - 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
784
-
785
- #### Rr Set Group Rr Set Loc Record
786
-
787
- A [`loc_record`](#rr-set-group-rr-set-loc-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
788
-
789
- <a id="rr-set-group-rr-set-loc-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-loc-record-name) - Optional String<br>Record Name (Excluding Domain name). LOC Record name, please provide only the specific subdomain or record name without the base domain
790
-
791
- <a id="rr-set-group-rr-set-loc-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-loc-record-values) - Optional Block<br>LOC Value<br>See [Values](#rr-set-group-rr-set-loc-record-values) below.
792
-
793
- #### Rr Set Group Rr Set Loc Record Values
794
-
795
- A [`values`](#rr-set-group-rr-set-loc-record-values) block (within [`rr_set_group.rr_set.loc_record`](#rr-set-group-rr-set-loc-record)) supports the following:
796
-
797
- <a id="altitude-9525a6"></a>&#x2022; [`altitude`](#altitude-9525a6) - Optional Number<br>Altitude. Altitude in meters
798
-
799
- <a id="precision-bbfd28"></a>&#x2022; [`horizontal_precision`](#precision-bbfd28) - Optional Number<br>Horizontal Precision. Horizontal Precision in meters
800
-
801
- <a id="degree-da9a69"></a>&#x2022; [`latitude_degree`](#degree-da9a69) - Optional Number<br>Latitude degree. Latitude degree, an integer between 0 and 90, including 0 and 90
802
-
803
- <a id="hemisphere-2d13aa"></a>&#x2022; [`latitude_hemisphere`](#hemisphere-2d13aa) - 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
804
-
805
- <a id="minute-3fdf56"></a>&#x2022; [`latitude_minute`](#minute-3fdf56) - Optional Number<br>Latitude minute. Latitude minute, an integer between 0 and 59, including 0 and 59
806
-
807
- <a id="second-e06aed"></a>&#x2022; [`latitude_second`](#second-e06aed) - Optional Number<br>Latitude second. Latitude second, an decimal between 0 and 59.999, including 0 and 59.999
808
-
809
- <a id="diameter-a4aea3"></a>&#x2022; [`location_diameter`](#diameter-a4aea3) - Optional Number<br>Size. Diameter of a sphere enclosing the described entity, in meters
810
-
811
- <a id="degree-e4e823"></a>&#x2022; [`longitude_degree`](#degree-e4e823) - Optional Number<br>Longitude degree. Longitude degree, an integer between 0 and 180, including 0 and 180
812
-
813
- <a id="hemisphere-5bac6b"></a>&#x2022; [`longitude_hemisphere`](#hemisphere-5bac6b) - 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
814
-
815
- <a id="minute-901296"></a>&#x2022; [`longitude_minute`](#minute-901296) - Optional Number<br>Longitude minute. Longitude minute, an integer between 0 and 59, including 0 and 59
816
-
817
- <a id="second-d0f200"></a>&#x2022; [`longitude_second`](#second-d0f200) - Optional Number<br>Longitude second. Longitude second, an decimal between 0 and 59.999, including 0 and 59.999
818
-
819
- <a id="precision-f713e0"></a>&#x2022; [`vertical_precision`](#precision-f713e0) - Optional Number<br>Vertical Precision. Vertical Precision in meters
820
-
821
- #### Rr Set Group Rr Set Mx Record
822
-
823
- A [`mx_record`](#rr-set-group-rr-set-mx-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
824
-
825
- <a id="rr-set-group-rr-set-mx-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-mx-record-name) - Optional String<br>Record Name (Excluding Domain name). MX Record name, please provide only the specific subdomain or record name without the base domain
826
-
827
- <a id="rr-set-group-rr-set-mx-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-mx-record-values) - Optional Block<br>MX Record Value<br>See [Values](#rr-set-group-rr-set-mx-record-values) below.
828
-
829
- #### Rr Set Group Rr Set Mx Record Values
830
-
831
- A [`values`](#rr-set-group-rr-set-mx-record-values) block (within [`rr_set_group.rr_set.mx_record`](#rr-set-group-rr-set-mx-record)) supports the following:
832
-
833
- <a id="domain-cb54e2"></a>&#x2022; [`domain`](#domain-cb54e2) - Optional String<br>Domain. Mail exchanger domain name, please provide the full hostname, for example: mail.example.com
834
-
835
- <a id="priority-130d96"></a>&#x2022; [`priority`](#priority-130d96) - Optional Number<br>Priority. Mail exchanger priority code
836
-
837
- #### Rr Set Group Rr Set Naptr Record
838
-
839
- A [`naptr_record`](#rr-set-group-rr-set-naptr-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
840
-
841
- <a id="rr-set-group-rr-set-naptr-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-naptr-record-name) - Optional String<br>Record Name (Excluding Domain name). NAPTR Record name, please provide only the specific subdomain or record name without the base domain
842
-
843
- <a id="rr-set-group-rr-set-naptr-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-naptr-record-values) - Optional Block<br>NAPTR Value<br>See [Values](#rr-set-group-rr-set-naptr-record-values) below.
844
-
845
- #### Rr Set Group Rr Set Naptr Record Values
846
-
847
- A [`values`](#rr-set-group-rr-set-naptr-record-values) block (within [`rr_set_group.rr_set.naptr_record`](#rr-set-group-rr-set-naptr-record)) supports the following:
848
-
849
- <a id="flags-c816ad"></a>&#x2022; [`flags`](#flags-c816ad) - 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
850
-
851
- <a id="order-b1c3d8"></a>&#x2022; [`order`](#order-b1c3d8) - Optional Number<br>Order. Order in which the NAPTR records must be processed. A lower number indicates a higher preference
852
-
853
- <a id="preference-48ded1"></a>&#x2022; [`preference`](#preference-48ded1) - Optional Number<br>Preference. Preference when records have the same order. A lower number indicates a higher preference
854
-
855
- <a id="regexp-f23f17"></a>&#x2022; [`regexp`](#regexp-f23f17) - Optional String<br>Regular Expression. Regular expression to construct the next domain name to lookup
856
-
857
- <a id="replacement-17ea0d"></a>&#x2022; [`replacement`](#replacement-17ea0d) - Optional String<br>Replacement. The next NAME to query for NAPTR, SRV, or address records depending on the value of the flags field
858
-
859
- <a id="service-ed03dd"></a>&#x2022; [`service`](#service-ed03dd) - Optional String<br>Protocol Resolution Service. Specifies the service(s) available down this rewrite path
860
-
861
- #### Rr Set Group Rr Set Ns Record
862
-
863
- A [`ns_record`](#rr-set-group-rr-set-ns-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
864
-
865
- <a id="rr-set-group-rr-set-ns-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-ns-record-name) - Optional String<br>Record Name (Excluding Domain name). NS Record name, please provide only the specific subdomain or record name without the base domain
866
-
867
- <a id="rr-set-group-rr-set-ns-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-ns-record-values) - Optional List<br>Name Servers
868
-
869
- #### Rr Set Group Rr Set Ptr Record
870
-
871
- A [`ptr_record`](#rr-set-group-rr-set-ptr-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
872
-
873
- <a id="rr-set-group-rr-set-ptr-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-ptr-record-name) - Optional String<br>Record Name (Excluding Domain name). PTR Record name, please provide only the specific subdomain or record name without the base domain
874
-
875
- <a id="rr-set-group-rr-set-ptr-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-ptr-record-values) - Optional List<br>Domain Name
876
-
877
- #### Rr Set Group Rr Set Srv Record
878
-
879
- A [`srv_record`](#rr-set-group-rr-set-srv-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
880
-
881
- <a id="rr-set-group-rr-set-srv-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-srv-record-name) - Optional String<br>Record Name (Excluding Domain name). SRV Record name, please provide only the specific subdomain or record name without the base domain
882
-
883
- <a id="rr-set-group-rr-set-srv-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-srv-record-values) - Optional Block<br>SRV Value<br>See [Values](#rr-set-group-rr-set-srv-record-values) below.
884
-
885
- #### Rr Set Group Rr Set Srv Record Values
886
-
887
- A [`values`](#rr-set-group-rr-set-srv-record-values) block (within [`rr_set_group.rr_set.srv_record`](#rr-set-group-rr-set-srv-record)) supports the following:
888
-
889
- <a id="port-90c37c"></a>&#x2022; [`port`](#port-90c37c) - Optional Number<br>Port. Port on which the service can be found
890
-
891
- <a id="priority-5b4e1f"></a>&#x2022; [`priority`](#priority-5b4e1f) - Optional Number<br>Priority. Priority of the target. A lower number indicates a higher preference
892
-
893
- <a id="target-19fb7b"></a>&#x2022; [`target`](#target-19fb7b) - Optional String<br>Target. Hostname of the machine providing the service
894
-
895
- <a id="weight-c6905d"></a>&#x2022; [`weight`](#weight-c6905d) - Optional Number<br>Weight. Weight of the target. A higher number indicates a higher preference
896
-
897
- #### Rr Set Group Rr Set Sshfp Record
898
-
899
- A [`sshfp_record`](#rr-set-group-rr-set-sshfp-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
900
-
901
- <a id="rr-set-group-rr-set-sshfp-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-sshfp-record-name) - Optional String<br>Record Name (Excluding Domain name). SSHFP Record name, please provide only the specific subdomain or record name without the base domain
902
-
903
- <a id="rr-set-group-rr-set-sshfp-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-sshfp-record-values) - Optional Block<br>SSHFP Value<br>See [Values](#rr-set-group-rr-set-sshfp-record-values) below.
904
-
905
- #### Rr Set Group Rr Set Sshfp Record Values
906
-
907
- A [`values`](#rr-set-group-rr-set-sshfp-record-values) block (within [`rr_set_group.rr_set.sshfp_record`](#rr-set-group-rr-set-sshfp-record)) supports the following:
908
-
909
- <a id="algorithm-8c7686"></a>&#x2022; [`algorithm`](#algorithm-8c7686) - 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
910
-
911
- <a id="fingerprint-78a222"></a>&#x2022; [`sha1_fingerprint`](#fingerprint-78a222) - Optional Block<br>SHA1 Fingerprint<br>See [Sha1 Fingerprint](#fingerprint-78a222) below.
912
-
913
- <a id="fingerprint-fe034f"></a>&#x2022; [`sha256_fingerprint`](#fingerprint-fe034f) - Optional Block<br>SHA256 Fingerprint<br>See [Sha256 Fingerprint](#fingerprint-fe034f) below.
914
-
915
- #### Rr Set Group Rr Set Sshfp Record Values Sha1 Fingerprint
916
-
917
- A [`sha1_fingerprint`](#fingerprint-78a222) block (within [`rr_set_group.rr_set.sshfp_record.values`](#rr-set-group-rr-set-sshfp-record-values)) supports the following:
918
-
919
- <a id="fingerprint-0d9ef9"></a>&#x2022; [`fingerprint`](#fingerprint-0d9ef9) - Optional String<br>Fingerprint. The 'fingerprint' is the DS key and the actual contents of the DS record
920
-
921
- #### Rr Set Group Rr Set Sshfp Record Values Sha256 Fingerprint
922
-
923
- A [`sha256_fingerprint`](#fingerprint-fe034f) block (within [`rr_set_group.rr_set.sshfp_record.values`](#rr-set-group-rr-set-sshfp-record-values)) supports the following:
924
-
925
- <a id="fingerprint-be8405"></a>&#x2022; [`fingerprint`](#fingerprint-be8405) - Optional String<br>Fingerprint. The 'fingerprint' is the DS key and the actual contents of the DS record
926
-
927
- #### Rr Set Group Rr Set Tlsa Record
928
-
929
- A [`tlsa_record`](#rr-set-group-rr-set-tlsa-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
930
-
931
- <a id="rr-set-group-rr-set-tlsa-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-tlsa-record-name) - Optional String<br>Record Name (Excluding Domain name). TLSA Record name, please provide only the specific subdomain or record name without the base domain
932
-
933
- <a id="rr-set-group-rr-set-tlsa-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-tlsa-record-values) - Optional Block<br>TLSA Value<br>See [Values](#rr-set-group-rr-set-tlsa-record-values) below.
934
-
935
- #### Rr Set Group Rr Set Tlsa Record Values
936
-
937
- A [`values`](#rr-set-group-rr-set-tlsa-record-values) block (within [`rr_set_group.rr_set.tlsa_record`](#rr-set-group-rr-set-tlsa-record)) supports the following:
938
-
939
- <a id="data-6d9506"></a>&#x2022; [`certificate_association_data`](#data-6d9506) - Optional String<br>Certificate Association Data. The actual data to be matched given the settings of the other fields
940
-
941
- <a id="usage-c00685"></a>&#x2022; [`certificate_usage`](#usage-c00685) - 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
90
+ #### Timeouts
942
91
 
943
- <a id="type-ae1ca9"></a>&#x2022; [`matching_type`](#type-ae1ca9) - 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
92
+ A [`timeouts`](#timeouts) block supports the following:
944
93
 
945
- <a id="selector-eb10cd"></a>&#x2022; [`selector`](#selector-eb10cd) - 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
94
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
946
95
 
947
- #### Rr Set Group Rr Set Txt Record
96
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
948
97
 
949
- A [`txt_record`](#rr-set-group-rr-set-txt-record) block (within [`rr_set_group.rr_set`](#rr-set-group-rr-set)) supports the following:
98
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
950
99
 
951
- <a id="rr-set-group-rr-set-txt-record-name"></a>&#x2022; [`name`](#rr-set-group-rr-set-txt-record-name) - Optional String<br>Record Name (Excluding Domain name). TXT Record name, please provide only the specific subdomain or record name without the base domain
100
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
952
101
 
953
- <a id="rr-set-group-rr-set-txt-record-values"></a>&#x2022; [`values`](#rr-set-group-rr-set-txt-record-values) - Optional List<br>Text
102
+ #### Tsig Key Value
954
103
 
955
- #### Soa Parameters
104
+ A [`tsig_key_value`](#tsig-key-value) block supports the following:
956
105
 
957
- A [`soa_parameters`](#soa-parameters) block supports the following:
106
+ <a id="tsig-key-value-blindfold-secret-info"></a>&#x2022; [`blindfold_secret_info`](#tsig-key-value-blindfold-secret-info) - Optional Block<br>Blindfold Secret. BlindfoldSecretInfoType specifies information about the Secret managed by F5XC Secret Management<br>See [Blindfold Secret Info](#tsig-key-value-blindfold-secret-info) below.
958
107
 
959
- <a id="soa-parameters-expire"></a>&#x2022; [`expire`](#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
108
+ <a id="tsig-key-value-clear-secret-info"></a>&#x2022; [`clear_secret_info`](#tsig-key-value-clear-secret-info) - Optional Block<br>In-Clear Secret. ClearSecretInfoType specifies information about the Secret that is not encrypted<br>See [Clear Secret Info](#tsig-key-value-clear-secret-info) below.
960
109
 
961
- <a id="soa-parameters-negative-ttl"></a>&#x2022; [`negative_ttl`](#soa-parameters-negative-ttl) - Optional Number<br>Negative TTL. negative TTL value indicates how long to cache non-existent resource record for this zone
110
+ #### Tsig Key Value Blindfold Secret Info
962
111
 
963
- <a id="soa-parameters-refresh"></a>&#x2022; [`refresh`](#soa-parameters-refresh) - Optional Number<br>Refresh interval. refresh value indicates when secondary nameservers should query for the SOA record to detect zone changes
112
+ A [`blindfold_secret_info`](#tsig-key-value-blindfold-secret-info) block (within [`tsig_key_value`](#tsig-key-value)) supports the following:
964
113
 
965
- <a id="soa-parameters-retry"></a>&#x2022; [`retry`](#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
114
+ <a id="provider-88cdbf"></a>&#x2022; [`decryption_provider`](#provider-88cdbf) - Optional String<br>Decryption Provider. Name of the Secret Management Access object that contains information about the backend Secret Management service
966
115
 
967
- <a id="soa-parameters-ttl"></a>&#x2022; [`ttl`](#soa-parameters-ttl) - Optional Number<br>TTL. SOA record time to live (in seconds)
116
+ <a id="location-8d9440"></a>&#x2022; [`location`](#location-8d9440) - 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
968
117
 
969
- #### Timeouts
118
+ <a id="provider-2b7ae5"></a>&#x2022; [`store_provider`](#provider-2b7ae5) - 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:///
970
119
 
971
- A [`timeouts`](#timeouts) block supports the following:
972
-
973
- <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
120
+ #### Tsig Key Value Clear Secret Info
974
121
 
975
- <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
122
+ A [`clear_secret_info`](#tsig-key-value-clear-secret-info) block (within [`tsig_key_value`](#tsig-key-value)) supports the following:
976
123
 
977
- <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
124
+ <a id="ref-236f42"></a>&#x2022; [`provider_ref`](#ref-236f42) - 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:///
978
125
 
979
- <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
126
+ <a id="tsig-key-value-clear-secret-info-url"></a>&#x2022; [`url`](#tsig-key-value-clear-secret-info-url) - 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
980
127
 
981
128
  ## Import
982
129
 
@@ -50,8 +50,6 @@ resource "f5xc_managed_tenant" "example" {
50
50
 
51
51
  <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Managed Tenant. Must be unique within the namespace
52
52
 
53
- <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Managed Tenant will be created
54
-
55
53
  <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
56
54
 
57
55
  <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
@@ -60,6 +58,8 @@ resource "f5xc_managed_tenant" "example" {
60
58
 
61
59
  <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
62
60
 
61
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Optional String<br>Namespace for the Managed Tenant. For this resource type, namespace should be empty or omitted
62
+
63
63
  ### Spec Argument Reference
64
64
 
65
65
  <a id="groups"></a>&#x2022; [`groups`](#groups) - Optional Block<br>Group Mapping. List of local user group association to user groups in the managed tenant specified in the tenant_choice<br>See [Groups](#groups) below for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-terraform-mcp",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "MCP server for F5 Distributed Cloud Terraform provider - provides documentation and API specification access for AI assistants",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",