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>

The Port the service is listening on.

Link copied to clipboard
val priority: Output<Int>

The priority of the SRV record.

Link copied to clipboard
val target: Output<String>

The FQDN of the service.

Link copied to clipboard
val weight: Output<Int>

The Weight of the SRV record.

Functions

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