AvailabilityGroupStateResponse

data class AvailabilityGroupStateResponse(val availabilityGroupReplicaRole: String, val connectedStateDescription: String, val lastConnectErrorDescription: String, val lastConnectErrorTimestamp: String, val operationalStateDescription: String, val recoveryHealthDescription: String, val synchronizationHealthDescription: String)

The specifications of the availability group state

Constructors

Link copied to clipboard
constructor(availabilityGroupReplicaRole: String, connectedStateDescription: String, lastConnectErrorDescription: String, lastConnectErrorTimestamp: String, operationalStateDescription: String, recoveryHealthDescription: String, synchronizationHealthDescription: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current Always On availability groups role of the availability group replica.

Link copied to clipboard

Whether a secondary replica is currently connected to the primary replica.

Link copied to clipboard

Text description of the last connection error of the availability group replica.

Link copied to clipboard

Date and time timestamp indicating when the last connect error occurred.

Link copied to clipboard

Current operational state of the availability group replica

Link copied to clipboard

Recovery health of the availability group replica.

Link copied to clipboard

Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.