Quantcast
Channel: VMware Communities : Discussion List - Virtual Disk Development Kit
Viewing all articles
Browse latest Browse all 2039

Duplicate children VM's listed

$
0
0

I am having an problem where when I load a vAppTemplate and look at the children (GetChildren) I see two of every VM.

 

Quick example:

 

VappTemplate has 3 VM's in it.  ServerA, ServerB, ServerC

 

foreach (VappTemplate vm in template.GetChildren())
{

  Console.WriteLine(vm.Reference.name);
}

 

 

Output:

ServerA

ServerB

ServerC

ServerA

ServerB

ServerC

 

Looking at the of returned Vm's in detail - they are copies.  I am getting two back.

 

Ideas?  Or is this a SDK bug?

(1.5 SDK on VCD 1.5)


Viewing all articles
Browse latest Browse all 2039

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>