ClusterDesiredPropertiesArgs

data class ClusterDesiredPropertiesArgs(val diagnosticLevel: Output<Either<String, DiagnosticLevel>>? = null, val windowsServerSubscription: Output<Either<String, WindowsServerSubscription>>? = null) : ConvertibleToJava<ClusterDesiredPropertiesArgs>

Desired properties of the cluster.

Constructors

Link copied to clipboard
constructor(diagnosticLevel: Output<Either<String, DiagnosticLevel>>? = null, windowsServerSubscription: Output<Either<String, WindowsServerSubscription>>? = null)

Properties

Link copied to clipboard
val diagnosticLevel: Output<Either<String, DiagnosticLevel>>? = null

Desired level of diagnostic data emitted by the cluster.

Link copied to clipboard

Desired state of Windows Server Subscription.

Functions

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