This is driving me crazy. Hopefully I can explain this well enough that someone can help because it's becoming a roadblock for me.
Ok, so I think what I'm trying to do should be pretty easy but I cannot for the life of me figure it out. I apologize if I'm not using the proper terminology, I'm still pretty new to scripting/vCO.
If I perform a call to vCenter from Orchestrator using VcPlugin.getAllDatastores(); it returns a DynamicWrapper object. How do I print or otherwise know what properties are available as possible values (like .name)?
If I do a Get-Datastore | fl in PowerCLI it returns a list of the datastores with the properties I can use, but I've noticed that those properties are not necessarily included within the API call when done in vCO.
Hopefully that's clear but if you need clarification just let me know.
Thanks in advance!