Open dekz opened 12 years ago
Hi Rick,
Just wondering if you have been successful in setting EULAs on VMs by performing the ReconfigVM_Task? Here is what I am currently trying but to no avail:
vm.ReconfigVM_Task( :spec => VIM.VirtualMachineConfigSpec( :annotation => 'test', :vAppConfig => VIM.VmConfigSpec( :eula => ['test2'] ) ) ).wait_for_completion
Thats really an API question, not an rbvmomi issue. You may have more luck asking in the VMware community forums.
Hi Rick,
Just wondering if you have been successful in setting EULAs on VMs by performing the ReconfigVM_Task? Here is what I am currently trying but to no avail: