GetDisasterRecoveryConfigurationResult

data class GetDisasterRecoveryConfigurationResult(val autoFailover: String, val azureApiVersion: String, val failoverPolicy: String, val id: String, val location: String, val logicalServerName: String, val name: String, val partnerLogicalServerName: String, val partnerServerId: String, val role: String, val status: String, val type: String)

Represents a disaster recovery configuration.

Constructors

Link copied to clipboard
constructor(autoFailover: String, azureApiVersion: String, failoverPolicy: String, id: String, location: String, logicalServerName: String, name: String, partnerLogicalServerName: String, partnerServerId: String, role: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not failover can be done automatically.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

How aggressive the automatic failover should be.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Location of the server that contains this disaster recovery configuration.

Link copied to clipboard

Logical name of the server.

Link copied to clipboard

Resource name.

Link copied to clipboard

Logical name of the partner server.

Link copied to clipboard

Id of the partner server.

Link copied to clipboard

The role of the current server in the disaster recovery configuration.

Link copied to clipboard

The status of the disaster recovery configuration.

Link copied to clipboard

Resource type.