vmware / govmomi

Go library for the VMware vSphere API
Apache License 2.0
2.3k stars 910 forks source link

How to migrate both vm and storage using govc commands. #3415

Closed HaruChebrolu closed 4 months ago

HaruChebrolu commented 5 months ago

I want to know if there are govc commands are available for vMotion covering below scenarios.

Screenshot 2024-04-12 at 1 58 43 PM
github-actions[bot] commented 5 months ago

Howdy 🖐   HaruChebrolu ! Thank you for your interest in this project. We value your feedback and will respond soon.

If you want to contribute to this project, please make yourself familiar with the CONTRIBUTION guidelines.

dougm commented 5 months ago

Yes, see vm.migrate

HaruChebrolu commented 5 months ago

Okay @dougm, will check! Thank you!

HaruChebrolu commented 5 months ago

But, I don't see an option to mention destination network when we migrate vm using vm.migrate

Screenshot 2024-04-17 at 9 21 10 PM
HaruChebrolu commented 4 months ago

@dougm Do we have any update on this.