Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ID of DNS record | [readonly] |
Host | string | The host/subdomain the DNS record applies to | |
Ttl | int32 | TTL of DNS record in seconds. Must be a multiple of 60. | [optional] [default to 3600] |
Type | string | ||
Data | string | The target hostname | |
Priority | int32 | SRV record priority, also known as preference. Lower values are usually preferred first | |
Weight | int32 | SRV record weight. Relevant if multiple records have same preference | |
Port | int32 | SRV record port. The port where the service is found. |