VMware Cloud Community
mcfadyenj
Hot Shot
Hot Shot

VcSdkConnection missing in vim3.5

does anyone know the equivalent of

VcSdkConnection object in vim3.5 plugin?

0 Kudos
3 Replies
mmarinov
VMware Employee
VMware Employee

I'm not sure what the sdk connection you'll use for. However in vc plugin 3.5 the VimPlugin object has sdkconnection property that returns VimSdkConnection object.

What do you need this sdk connection for?

Regards,

--Martin

Martin Marinov VMware Software Engineer If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points
0 Kudos
cdecanini_
VMware Employee
VMware Employee

If I recall well it is vimHost.

Christophe.

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you! Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator for vCenter Orchestrator tips and tutorials - @vCOTeam on Twitter
mcfadyenj
Hot Shot
Hot Shot

well I don't think I need it now. Whilst using 4.1 against a 3.5 vc most of the VimPlugin.xxxx methods would fail.

As such I was using workarounds such as VcSdkConnection to pull arrays of datastores etc.

Now that I have the correct 3.5 plugin loaded against a 4.0 vco server all the native calls are working ok. So I can skip the SdkConnection

0 Kudos