FailoverGroupReadOnlyEndpointResponse

data class FailoverGroupReadOnlyEndpointResponse(val failoverPolicy: String? = null, val targetServer: String? = null)

Read-only endpoint of the failover group instance.

Constructors

Link copied to clipboard
constructor(failoverPolicy: String? = null, targetServer: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failoverPolicy: String? = null

Failover policy of the read-only endpoint for the failover group.

Link copied to clipboard
val targetServer: String? = null

The target partner server where the read-only endpoint points to.