I am getting an error trying to get details about shadow VM's on a template.
com.vmware.vcloud.sdk.utility.VCloudException: Operation Not Supported.
VappTemplate vappTemplate = VappTemplate.GetVappTemplateByReference(_client, vappTemplate_Ref );
List<ReferenceType> shadowList = vappTemplate.GetShadowVmReferences();
The GetShadowVmReferences is giving the error - I need to get a list of all the shadow VM's for a template, then look at what vcenter they are on.