vrealize/Orchestrator/Workflows/Generate Unique Hostname/08_return_nextVmName.js

7 lines
286 B
JavaScript

/* JavaScript: return nextVmName
Returns the selected nextVmName after passing all collision checks
Inputs: candidateVmName (string)
Outputs: nextVmName (string)
*/
nextVmName = candidateVmName;
System.log(" ***** Selecting [" + nextVmName + "] as the next VM name ***** ")