FailoverGroupReadOnlyEndpointArgs

data class FailoverGroupReadOnlyEndpointArgs(val failoverPolicy: Output<Either<String, ReadOnlyEndpointFailoverPolicy>>? = null, val targetServer: Output<String>? = null) : ConvertibleToJava<FailoverGroupReadOnlyEndpointArgs>

Read-only endpoint of the failover group instance.

Constructors

Link copied to clipboard
constructor(failoverPolicy: Output<Either<String, ReadOnlyEndpointFailoverPolicy>>? = null, targetServer: Output<String>? = null)

Properties

Link copied to clipboard

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

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

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

Functions

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