Forum Discussion
Anonymous
10 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
- 10 months ago
- 3 months ago