ServiceMeshMeshConfigAccessLogArgs

data class ServiceMeshMeshConfigAccessLogArgs(val enabled: Output<Boolean>? = null, val gatewayEnabled: Output<Boolean>? = null, val gatewayLifecycle: Output<Int>? = null, val project: Output<String>? = null, val sidecarEnabled: Output<Boolean>? = null, val sidecarLifecycle: Output<Int>? = null) : ConvertibleToJava<ServiceMeshMeshConfigAccessLogArgs>

Constructors

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

Properties

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

Enable CNI

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

Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS

Link copied to clipboard
val gatewayLifecycle: Output<Int>? = null

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

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

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

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

Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS

Link copied to clipboard
val sidecarLifecycle: Output<Int>? = null

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

Functions

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