Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 897 Bytes

DnsRecord.md

File metadata and controls

18 lines (14 loc) · 897 Bytes

DnsRecord

Properties

Name Type Description Notes
Type_ string [default to null]
Name string [default to null]
Data string [default to null]
Priority int32 Record priority (MX and SRV only) [optional] [default to null]
Ttl int32 [optional] [default to null]
Service string Service type (SRV only) [optional] [default to null]
Protocol string Service protocol (SRV only) [optional] [default to null]
Port int32 Service port (SRV only) [optional] [default to null]
Weight int32 Record weight (SRV only) [optional] [default to null]

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