CloudVmClusterPropertiesDiagnosticsDataCollectionOptionsArgs

data class CloudVmClusterPropertiesDiagnosticsDataCollectionOptionsArgs(val diagnosticsEventsEnabled: Output<Boolean>? = null, val healthMonitoringEnabled: Output<Boolean>? = null, val incidentLogsEnabled: Output<Boolean>? = null) : ConvertibleToJava<CloudVmClusterPropertiesDiagnosticsDataCollectionOptionsArgs>

Constructors

constructor(diagnosticsEventsEnabled: Output<Boolean>? = null, healthMonitoringEnabled: Output<Boolean>? = null, incidentLogsEnabled: Output<Boolean>? = null)

Properties

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

Indicates whether diagnostic collection is enabled for the VM cluster

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

Indicates whether health monitoring is enabled for the VM cluster

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

Indicates whether incident logs and trace collection are enabled for the VM cluster

Functions

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