ServiceMeshMeshConfigControlPlaneLog

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

Constructors

Link copied to clipboard
fun ServiceMeshMeshConfigControlPlaneLog(enabled: Boolean? = null, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Enable CNI.

Link copied to clipboard
val project: String? = null

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