Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 233224

Re: Unable to retrieve the auto-generated password using java SDK

$
0
0

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)


Viewing all articles
Browse latest Browse all 233224

Trending Articles