BfdConfigurationArgs

data class BfdConfigurationArgs(val intervalInMilliSeconds: Output<Int>? = null, val multiplier: Output<Int>? = null) : ConvertibleToJava<BfdConfigurationArgs>

BFD configuration properties

Constructors

Link copied to clipboard
constructor(intervalInMilliSeconds: Output<Int>? = null, multiplier: Output<Int>? = null)

Properties

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

Interval in milliseconds. Example: 300.

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

Multiplier for the Bfd Configuration. Example: 5.

Functions

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