ListenerAccessLogTracingConfigArgs

data class ListenerAccessLogTracingConfigArgs(val tracingEnabled: Output<Boolean>, val tracingSample: Output<Int>? = null, val tracingType: Output<String>? = null) : ConvertibleToJava<ListenerAccessLogTracingConfigArgs>

Constructors

Link copied to clipboard
constructor(tracingEnabled: Output<Boolean>, tracingSample: Output<Int>? = null, tracingType: Output<String>? = null)

Properties

Link copied to clipboard
val tracingEnabled: Output<Boolean>

Xtrace Function. Valid values: true, false. Default Value: false.

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

Xtrace Sampling Rate. Value: 1~10000. tracingenabled valued True When Effective.

Link copied to clipboard
val tracingType: Output<String>? = null

Xtrace Type Value Is Zipkin.

Functions

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