Hi Team,
I am trying to automate the process of moving a vm from one vapp to another after a scheduled time. Then that vm will be deleted after certain time.
Example:
Components: There are two vapps(source and target), There is a VM that is in source vapp.
Process: The VM present in in source vapp has to move to target vapp after a scheduled time(say 1 month). After the VM is moved to target site,it will reside in target vapp for certain time(say 1 week) and then VM has to be deleted from target vapp.
My goal is to automate this process.
What are the steps i must follow to achieve this?