ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs

data class ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs(val enableMetrics: Output<Boolean>, val enableRelay: Output<Boolean>? = null, val relayMode: Output<String>? = null) : ConvertibleToJava<ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs>

Constructors

constructor(enableMetrics: Output<Boolean>, enableRelay: Output<Boolean>? = null, relayMode: Output<String>? = null)

Properties

Link copied to clipboard
val enableMetrics: Output<Boolean>

Whether or not to enable advanced datapath metrics.

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

Whether or not Relay is enabled.

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

Mode used to make Relay available. Deprecated in favor of enable_relay field. Remove this attribute's configuration as this field will be removed in the next major release and enable_relay will become a required field.

Functions

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