Cluster Desired Properties Args
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)