The code I'm using looks like:
while(childVm.getGuestCustomizationSection().getAdminPassword() == null) {
childVm = VM.getVMByReference(client, childVm.getReference());
Time.sleep(3000L);
}
and that never shows the adminPassword (=null always)
The code I'm using looks like:
while(childVm.getGuestCustomizationSection().getAdminPassword() == null) {
childVm = VM.getVMByReference(client, childVm.getReference());
Time.sleep(3000L);
}
and that never shows the adminPassword (=null always)