osc dns zone recordset create
Create Recordset
Usage: osc dns zone recordset create [OPTIONS] <--zone-name <ZONE_NAME>|--zone-id <ZONE_ID>>
Options:
-
--zone-name <ZONE_NAME>
— Zone Name -
--zone-id <ZONE_ID>
— Zone ID -
--description <DESCRIPTION>
— Description for this recordset -
--name <NAME>
— DNS Name for the recordset -
--records <RECORDS>
— A list of data for this recordset. Each item will be a separate record in Designate These items should conform to the DNS spec for the record type - e.g. A records must be IPv4 addresses, CNAME records must be a hostname -
--ttl <TTL>
— TTL (Time to Live) for the recordset -
--type <TYPE>
— They RRTYPE of the recordsetPossible values:
a
,aaaa
,caa
,cert
,cname
,mx
,naptr
,ns
,ptr
,soa
,spf
,srv
,sshfp
,txt