SrvRecordArgs

data class SrvRecordArgs(val port: Output<Int>? = null, val priority: Output<Int>? = null, val target: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<SrvRecordArgs>

An SRV record.

Constructors

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

Properties

Link copied to clipboard
val port: Output<Int>? = null

The port value for this SRV record.

Link copied to clipboard
val priority: Output<Int>? = null

The priority value for this SRV record.

Link copied to clipboard
val target: Output<String>? = null

The target domain name for this SRV record.

Link copied to clipboard
val weight: Output<Int>? = null

The weight value for this SRV record.

Functions

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