Hello,
I need to concatenate informations in an object to be able to link those objects
example I have a list of datastores I need to remove. I want to link them to the storagepod, the host and the canonical name
I want to create an object in the form
datastores (table)
name string
storagepod storagepodobject
host hostobject
CN string
How can I create those type of object in javascript or is there a solution in the vcenter API ?