I'm attempting to set the BootOrder of a Virtual Machine. I want to get the current BootOrder and modify it:
final VirtualMachineBootOptionsBootableDevice[] bootOrder =
vm.getConfig().getBootOptions().getBootOrder();
bootOrder is null. When looking in the BIOS for the VM, there is a list of choices, so obviously such a list exist - how do I get it?