ReplicationRecoveryPlanAzureToAzureSettingsArgs

data class ReplicationRecoveryPlanAzureToAzureSettingsArgs(val primaryEdgeZone: Output<String>? = null, val primaryZone: Output<String>? = null, val recoveryEdgeZone: Output<String>? = null, val recoveryZone: Output<String>? = null) : ConvertibleToJava<ReplicationRecoveryPlanAzureToAzureSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val primaryEdgeZone: Output<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: Output<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
val recoveryEdgeZone: Output<String>? = null

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: Output<String>? = null

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

Functions

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