Domain Record Model
- Name
- id
- Type
- integer
- Description
- A unique identifier for the domain record. 
 
- Name
- ttl
- Type
- integer
- Description
- Time to Live for the DNS in seconds, how long the Stacklet should keep the record cached. 
 
- Name
- name
- Type
- string
- Description
- Domain Record name which defines: service name, alias or host name. 
 
- Name
- type
- Type
- string
- Description
- Type of the DNS record. 
 
- Name
- data
- Type
- string
- Description
- Associated data for each DNS type: A: Host address; AAAA: IPv6 host address; ALIAS: Auto resolved alias; CNAME: Canonical name for an alias; MX: Mail eXchange; NS: Name Server; PTR: Pointer; SOA: Start Of Authority; SRV: location of service; TXT: Descriptive text. 
 
- Name
- port
- Type
- integer
- Description
- Port number for SRV record only, other record types return null. 
 
- Name
- weight
- Type
- integer
- Description
- Weight of SRV record only, other record types return null. 
 
- Name
- priority
- Type
- integer
- Description
- The priority level for mX and SRV records only, other record types return null.