VMware Cloud Community
lurims123
Enthusiast
Enthusiast
Jump to solution

Which is faster VcPlugin:getAllVirtualMachines() OR VcSDKConnection:getAllVirtualMachines()

Can anyone tell which is faster out of VcPlugin:getAllVirtualMachines() OR VcSDKConnection:getAllVirtualMachines()?

Reply
0 Kudos
1 Solution

Accepted Solutions
dvatov
VMware Employee
VMware Employee
Jump to solution

VcPlugin will fetch VMs from all configured vCenter servers in parallel - the slowest remote call will be the time for its execution. VcSDKConnection only from a single vCenter.

View solution in original post

Reply
0 Kudos
1 Reply
dvatov
VMware Employee
VMware Employee
Jump to solution

VcPlugin will fetch VMs from all configured vCenter servers in parallel - the slowest remote call will be the time for its execution. VcSDKConnection only from a single vCenter.

Reply
0 Kudos