WsfcDomainCredentialsArgs

data class WsfcDomainCredentialsArgs(val clusterBootstrapAccountPassword: Output<String>? = null, val clusterOperatorAccountPassword: Output<String>? = null, val sqlServiceAccountPassword: Output<String>? = null) : ConvertibleToJava<WsfcDomainCredentialsArgs>

Domain credentials for setting up Windows Server Failover Cluster for SQL availability group.

Constructors

Link copied to clipboard
constructor(clusterBootstrapAccountPassword: Output<String>? = null, clusterOperatorAccountPassword: Output<String>? = null, sqlServiceAccountPassword: Output<String>? = null)

Properties

Link copied to clipboard

Cluster bootstrap account password.

Link copied to clipboard

Cluster operator account password.

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

SQL service account password.

Functions

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