VMware Cloud Community
pdumais
Contributor
Contributor

VCD plugin 9.5 for VRO: parent attribute is undefined

Hi,

I'm seeing a new issue since I've updated my VCD plugin for VRO to 9.5. The following code returns "undefined" for the "parent" attribute.

var network = vcdHost.getEntityById(VclFinderType.ORG_VDC_NETWORK, networkEntityId);

System.log(network);

System.log(network.name);

System.log(network.status);

System.log(network.href);

System.log(network.parent);

Using the plugin for 9.1 works, but fails for 9.5. I am using vro 7.3

Has anyone else seen an issue like that? Could someone confirm that it is a bug in the new plugin? And if that is the case, how should I raise the issue in order to get a fix?

0 Kudos
2 Replies
iiliev
VMware Employee
VMware Employee

Hi,

VCD plug-in has been transferred to vCloud Director team a long time ago, so you may want to post the same question in their community forum at https://communities.vmware.com/community/vmtn/vcd

0 Kudos
pdumais
Contributor
Contributor

Thank you. I just posted the question there.

0 Kudos