vRO Workflow Script to Add a DRS VM Group and a DRS VM Affinity Rule
The following is the workflow script to adda DRS VM Group and a DRS VM Affinity Rule. var strVmGroupName;... Continue reading →
The following is the workflow script to adda DRS VM Group and a DRS VM Affinity Rule. var strVmGroupName;... Continue reading →
The following is the script for the action to wait for a vCenter task to complete. if (objVCTask ==... Continue reading →
The following is the script to create a new virtual machine in vCenter. var objVcDatastoreInfo; objVcDatastoreInfo = objVCDatastore.info; var... Continue reading →
vCO Workflow Script to Find a Virtual Machine DRS Group and Add New Virtual Machines var objVcClusterVmGroup; objVcClusterVmGroup =... Continue reading →