GetSrvRecordRecord

data class GetSrvRecordRecord(val port: Int, val priority: Int, val target: String, val weight: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

Port the service is listening on.

Link copied to clipboard

Priority of the SRV record.

Link copied to clipboard

FQDN of the service.

Link copied to clipboard
val weight: Int

Weight of the SRV record.