ServiceMeshMeshConfigAccessLog

data class ServiceMeshMeshConfigAccessLog(val enabled: Boolean? = null, val gatewayEnabled: Boolean? = null, val gatewayLifecycle: Int? = null, val project: String? = null, val sidecarEnabled: Boolean? = null, val sidecarLifecycle: Int? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, gatewayEnabled: Boolean? = null, gatewayLifecycle: Int? = null, project: String? = null, sidecarEnabled: Boolean? = null, sidecarLifecycle: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Enable CNI

Link copied to clipboard
val gatewayEnabled: Boolean? = null

Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS

Link copied to clipboard
val gatewayLifecycle: Int? = null

Lifecycle of AccessLog of ASM Gateways which have 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.

Link copied to clipboard
val sidecarEnabled: Boolean? = null

Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS

Link copied to clipboard
val sidecarLifecycle: Int? = null

Lifecycle of AccessLog of ASM Sidecars which have been collected to Alibaba Cloud SLS