Forum Discussion
Anonymous
11 months agodef user = hostProps.get('vcenter.user') ?: hostProps.get("vcsa.user") ?: hostProps.get("esx.user")
This simply means use vcenter.user if it exists, If not, use vcsa.user if it exists. If not, use esx.user.
Related Content
- 11 months ago
- 4 months ago