SelfCheckArgs

data class SelfCheckArgs(val intervalSeconds: Output<Int>? = null, val mode: Output<Either<String, OperationalMode>>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<SelfCheckArgs>

Broker Diagnostic Self check properties

Constructors

Link copied to clipboard
constructor(intervalSeconds: Output<Int>? = null, mode: Output<Either<String, OperationalMode>>? = null, timeoutSeconds: Output<Int>? = null)

Properties

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

The self check interval.

Link copied to clipboard
val mode: Output<Either<String, OperationalMode>>? = null

The toggle to enable/disable self check.

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

The timeout for self check.

Functions

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