VMware {code} Community
anil21
Contributor
Contributor

Using c# .net how to update hostsystem configuration detail ?

I am trying to update /change configutaions detaills of host object using c#.net. Can anyone help out for this?

Gettting host object by

VimClient vimClient = new VimClient();

vimclient.Connect(URL);

List<EntityViewBase> hosts = vimClient.FindEntityViews(typeof(VMware.Vim.HostSystem),null,null,null);

Thanks.

Reply
0 Kudos
0 Replies