ServiceMeshMeshConfigControlPlaneLogArgs

data class ServiceMeshMeshConfigControlPlaneLogArgs(val enabled: Output<Boolean>? = null, val project: Output<String>? = null) : ConvertibleToJava<ServiceMeshMeshConfigControlPlaneLogArgs>

Constructors

Link copied to clipboard
fun ServiceMeshMeshConfigControlPlaneLogArgs(enabled: Output<Boolean>? = null, project: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Enable CNI.

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

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