ServiceMeshMeshConfigControlPlaneLog

data class ServiceMeshMeshConfigControlPlaneLog(val enabled: Boolean, val logTtlInDay: Int? = null, val project: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, logTtlInDay: Int? = null, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable CNI

Link copied to clipboard
val logTtlInDay: Int? = null

Lifecycle of logs has been collected to Alibaba Cloud SLS

Link copied to clipboard
val project: String? = null

The name of the SLS Project to which the control plane logs are collected.