SRVRecordRecord

data class SRVRecordRecord(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

The Port the service is listening on.

Link copied to clipboard

The priority of the SRV record.

Link copied to clipboard

The FQDN of the service.

Link copied to clipboard
val weight: Int

The Weight of the SRV record.