TracesArgs

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

Broker Diagnostic Trace properties

Constructors

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

Properties

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

The cache size in megabytes.

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

The toggle to enable/disable traces.

Link copied to clipboard
val selfTracing: Output<SelfTracingArgs>? = null

The self tracing properties.

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

The span channel capacity.

Functions

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