ClusterLogAnalyticsApplicationLogsResponse

data class ClusterLogAnalyticsApplicationLogsResponse(val stdErrorEnabled: Boolean? = null, val stdOutEnabled: Boolean? = null)

Collection of logs to be enabled or disabled for log analytics.

Constructors

constructor(stdErrorEnabled: Boolean? = null, stdOutEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if stderror is enabled, otherwise false.

Link copied to clipboard
val stdOutEnabled: Boolean? = null

True if stdout is enabled, otherwise false.