vmware / govmomi

Go library for the VMware vSphere API
Apache License 2.0
2.26k stars 896 forks source link

[BUG] DistributedVirtualSwitchManager:DVSManager does not implement: QueryDvsByUuid #3445

Open lnaras1978 opened 1 month ago

lnaras1978 commented 1 month ago

Describe the bug I keep getting this message DistributedVirtualSwitchManager:DVSManager does not implement: QueryDvsByUuid. How to fix the same ?

To Reproduce Steps to reproduce the behavior:

  1. Imported an existing vCenter info into a DB using govc save.object and started the vcsim using -load option.
  2. Function calls being done from a client package
  3. dv_switch_manager = self.connector.get_service_instance().content.dvSwitchManager
  4. dvs = dv_switch_manager.QueryDvsByUuid(dvs_uuid) >>>
github-actions[bot] commented 1 month ago

Howdy 🖐   lnaras1978 ! 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.