SelfTracingArgs

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

Diagnostic Self tracing properties

Constructors

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

Properties

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

The self tracing interval.

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

The toggle to enable/disable self tracing.

Functions

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