Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 735 Bytes

CreateDnsDomainRecordRequest.md

File metadata and controls

14 lines (10 loc) · 735 Bytes

Org.OpenAPITools.Model.CreateDnsDomainRecordRequest

Properties

Name Type Description Notes
Name string The hostname for this DNS record.
Type string The DNS record type. * A * AAAA * CNAME * NS * MX * SRV * TXT * CAA * SSHFP
Data string The DNS data for this record type.
Ttl int Time to Live in seconds. [optional]
Priority int DNS priority. Does not apply to all record types. (Only required for MX and SRV) [optional]

[Back to Model list] [Back to API list] [Back to README]