Forum Discussion
Anonymous
2 years 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
- 2 years ago
- 6 months ago