VMware Cloud Community
jimmerman
Contributor
Contributor

Create linked clone pool visible within VIEW using c#

Hi All,

I currently am using vSphere and VIEW to deploy pools of linked clones.  I have used powershell and the following two snapins to automate much of what I'm doing. 

     Vmware.VimAutomation.Core

     VMware.View.Broker

For a few reasons, I want to move to C# and package all of the logic inside of a webservice.  I can migrate much of the vSphere logic using the VMware.Vim assembly (Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI).

However, I can't figure out how to perform VIEW operations, such as creating a pool of linked clones (ie the powershell cmdlet Add-AutomaticLinkedCLonePool).

With this cmdlet, the pools are created in such a way that they are visible in the VIEW administrator client and can be managed there if necessary.

Does anyone know how this would be done/if its possible?

Thanks!

Jason

0 Kudos
0 Replies