JoaoJandre commented on PR #12758:
URL: https://github.com/apache/cloudstack/pull/12758#issuecomment-4170723134

   > That is a bice backcronim :D !
   
   :)
   
   > I hope you can also either fully integrate it in the framework or make it 
a standalone plugin.
   
   I've removed the createNativeBackupOffering, listNativeBackupOffering, and 
deleteNativeBackupOffering APIs, and now you can create offerings for the 
provider using the `createBackupOffering` API. 
   
   Currently, there should be no mentions of "internal" or "native" concepts to 
the users. On the code, for new parts that are agnostic and can be extended by 
other providers, such as NAS, I will (soon) rename "native" to "internal". So 
for example the `NativeBackupServiceJobController` class, which controls the 
compression and validation jobs, will become 
`InternalBackupServiceJobController`. 
   
   I could remove the "internal" from such cases as well, but I would like to 
make it clear to future devs that those classes should be used for provider 
implementations where ACS is responsible for all aspects of the backup, such as 
NAS and KBOSS. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to