SrvRecordRecordArgs

data class SrvRecordRecordArgs(val port: Output<Int>, val priority: Output<Int>, val target: Output<String>, val weight: Output<Int>) : ConvertibleToJava<SrvRecordRecordArgs>

Constructors

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

Properties

Link copied to clipboard
val port: Output<Int>

Port the service is listening on.

Link copied to clipboard
val priority: Output<Int>

Priority of the SRV record.

Link copied to clipboard
val target: Output<String>

FQDN of the service.

Link copied to clipboard
val weight: Output<Int>

Weight of the SRV record.

Functions

Link copied to clipboard
open override fun toJava(): SrvRecordRecordArgs