BfdConfigurationResponse

data class BfdConfigurationResponse(val administrativeState: String, val intervalInMilliSeconds: Int? = null, val multiplier: Int? = null)

BFD configuration properties

Constructors

Link copied to clipboard
constructor(administrativeState: String, intervalInMilliSeconds: Int? = null, multiplier: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrative state of the BfdConfiguration. Example: Enabled | Disabled.

Link copied to clipboard

Interval in milliseconds. Example: 300.

Link copied to clipboard
val multiplier: Int? = null

Multiplier for the Bfd Configuration. Example: 5.