SrvRecordResponse

data class SrvRecordResponse(val port: Int? = null, val priority: Int? = null, val target: String? = null, val weight: Int? = null)

An SRV record.

Constructors

Link copied to clipboard
constructor(port: Int? = null, priority: Int? = null, target: String? = null, weight: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

The port value for this SRV record.

Link copied to clipboard
val priority: Int? = null

The priority value for this SRV record.

Link copied to clipboard
val target: String? = null

The target domain name for this SRV record.

Link copied to clipboard
val weight: Int? = null

The weight value for this SRV record.