Quantcast
Channel: VMware Communities : Discussion List - vRealize Orchestrator
Viewing all articles
Browse latest Browse all 6251

NSX-v DynamicTypes plug-in V2 - find and return an object

$
0
0

I'm using the NSX-v DynamicTypes plug-in V2 plugin.

 

 

 

Inside a workflow, I'm looking for a pre-created object using:

 

var object = Server.findForType("DynamicTypes:NSX.pool",hostid + '/' + edgeId + '/' + poolId);

 

System.log(object.name); //and I can see the correct data

 

 

 

then I assign the object to an out-param:

 

outPool = object;  //(outPool = "DynamicTypes:NSX.pool")

 

 

 

In another workflow I have an Attribute of type "DynamicTypes:NSX.pool", when I call the first workflow binding the out-param to the attribute, it receive nothing. I can't access any property of the object.

 

 

 

How can I accomplish this?

 

 

 

Thanks a lot,

 

D.


Viewing all articles
Browse latest Browse all 6251

Trending Articles