AvailabilityGroupInfoArgs

data class AvailabilityGroupInfoArgs(val basicFeatures: Output<Boolean>? = null, val dbFailover: Output<Boolean>? = null, val dtcSupport: Output<Boolean>? = null, val failureConditionLevel: Output<Int>? = null, val healthCheckTimeout: Output<Int>? = null, val isContained: Output<Boolean>? = null, val isDistributed: Output<Boolean>? = null, val requiredSynchronizedSecondariesToCommit: Output<Int>? = null) : ConvertibleToJava<AvailabilityGroupInfoArgs>

The specifications of the availability group state

Constructors

Link copied to clipboard
constructor(basicFeatures: Output<Boolean>? = null, dbFailover: Output<Boolean>? = null, dtcSupport: Output<Boolean>? = null, failureConditionLevel: Output<Int>? = null, healthCheckTimeout: Output<Int>? = null, isContained: Output<Boolean>? = null, isDistributed: Output<Boolean>? = null, requiredSynchronizedSecondariesToCommit: Output<Int>? = null)

Properties

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

Specifies whether this is a basic availability group.

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

Specifies whether the availability group supports failover for database health conditions.

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

Specifies whether DTC support has been enabled for this availability group.

Link copied to clipboard
val failureConditionLevel: Output<Int>? = null

User-defined failure condition level under which an automatic failover must be triggered.

Link copied to clipboard
val healthCheckTimeout: Output<Int>? = null

Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.

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

SQL Server availability group contained system databases.

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

Specifies whether this is a distributed availability group.

Link copied to clipboard

The number of secondary replicas that must be in a synchronized state for a commit to complete.

Functions

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