AvailabilityGroupConfigureArgs

data class AvailabilityGroupConfigureArgs(val backupPriority: Output<Int>? = null, val endpointUrl: Output<String>? = null, val readOnlyRoutingUrl: Output<String>? = null, val readWriteRoutingUrl: Output<String>? = null, val sessionTimeout: Output<Int>? = null) : ConvertibleToJava<AvailabilityGroupConfigureArgs>

The specifications of the availability group replica configuration

Constructors

Link copied to clipboard
constructor(backupPriority: Output<Int>? = null, endpointUrl: Output<String>? = null, readOnlyRoutingUrl: Output<String>? = null, readWriteRoutingUrl: Output<String>? = null, sessionTimeout: Output<Int>? = null)

Properties

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

Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.

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

Mirroring endpoint URL of availability group replica

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

Connectivity endpoint (URL) of the read only availability replica.

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

Connectivity endpoint (URL) of the read write availability replica.

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

The time-out period of availability group session replica, in seconds.

Functions

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