We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eab6b8 commit 3248b13Copy full SHA for 3248b13
1 file changed
docs/stackit_dns_record-set_create.md
@@ -25,7 +25,7 @@ stackit dns record-set create [flags]
25
--name string Name of the record, should be compliant with RFC1035, Section 2.3.4
26
--record strings Records belonging to the record set
27
--ttl int Time to live, if not provided defaults to the zone's default TTL
28
- --type string Record type, one of ["A" "AAAA" "SOA" "CNAME" "NS" "MX" "TXT" "SRV" "PTR" "ALIAS" "DNAME" "CAA" "DNSKEY" "DS" "LOC" "NAPTR" "SSHFP" "TLSA" "URI" "CERT" "SVCB"] (default "A")
+ --type string Record type, one of ["A" "AAAA" "SOA" "CNAME" "NS" "MX" "TXT" "SRV" "PTR" "ALIAS" "DNAME" "CAA" "DNSKEY" "DS" "LOC" "NAPTR" "SSHFP" "TLSA" "URI" "CERT" "SVCB" "TYPE" "CSYNC" "HINFO" "HTTPS"] (default "A")
29
--zone-id string Zone ID
30
```
31
0 commit comments