FailoverGroupPartnerServerArgs

data class FailoverGroupPartnerServerArgs(val id: Output<String>, val location: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<FailoverGroupPartnerServerArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>, location: Output<String>? = null, role: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>

The ID of a partner SQL server to include in the failover group.

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

The location of the partner server.

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

The replication role of the partner server. Possible values include Primary or Secondary.

Functions

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