ReplicationRecoveryPlanAzureToAzureSettings

data class ReplicationRecoveryPlanAzureToAzureSettings(val primaryEdgeZone: String? = null, val primaryZone: String? = null, val recoveryEdgeZone: String? = null, val recoveryZone: String? = null)

Constructors

constructor(primaryEdgeZone: String? = null, primaryZone: String? = null, recoveryEdgeZone: String? = null, recoveryZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primaryEdgeZone: String? = null

The Edge Zone within the Azure Region where the VM exists. Changing this forces a new Site Recovery Replication Recovery Plan to be created.

Link copied to clipboard
val primaryZone: String? = null

The Availability Zone in which the VM is located. Changing this forces a new Site Recovery Replication Recovery Plan to be created.

Link copied to clipboard

The Edge Zone within the Azure Region where the VM is recovered. Changing this forces a new Site Recovery Replication Recovery Plan to be created.

Link copied to clipboard
val recoveryZone: String? = null

The Availability Zone in which the VM is recovered. Changing this forces a new Site Recovery Replication Recovery Plan to be created.