ClusterClusterTelemetryArgs

data class ClusterClusterTelemetryArgs(val type: Output<String>) : ConvertibleToJava<ClusterClusterTelemetryArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

Telemetry integration for the cluster. Supported values (ENABLED, DISABLED, SYSTEM_ONLY); SYSTEM_ONLY (Only system components are monitored and logged) is only available in GKE versions 1.15 and later.

Functions

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