Replication Recovery Plan Azure To Azure Settings Args
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>
Properties
Link copied to clipboard
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
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
The Availability Zone in which the VM is recovered. Changing this forces a new Site Recovery Replication Recovery Plan to be created.