ServiceMeshExtraConfigurationArgs

data class ServiceMeshExtraConfigurationArgs(val crAggregationEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceMeshExtraConfigurationArgs>

Constructors

Link copied to clipboard
constructor(crAggregationEnabled: Output<Boolean>? = null)

Properties

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

Whether the data plane KubeAPI access capability is enabled.

Functions

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