Hi Everyone,
I am looking for a way to delete a VM from a vCenter using Perl SDK.
It seems that there is no delete() method once a vm refernce is obtained from find_view call. There is register and unregister but I could not find it anywhere how-to destroy a VM destructively as opposed to just simply unregister. I must be missing something and guessing that it cannot be that complicated since it is a basic operation that anyone would want to perform.
Anyone have any Perl snippet that can share in this regards here?
Thanks.