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

Re: How to set a Virtual Machine name with Java vCloud SDK api

$
0
0

I've figured it out to set the VM name you nead to update this :

 

childVm.getResource().setName(vappName);

 

an then

 

childVm.updateVM(childVm.getResource()).waitForTask(0);


Viewing all articles
Browse latest Browse all 244951

Trending Articles