You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These attributes are in the xml of a vapp-template query but aren't mapped in QueryResultVappTemplateType (or the admin one) so the data is lost.
NumberOfVMs int `xml:"numberOfVMs,attr,omitempty"`
NumberOfCPUs int `xml:"numberOfCpus,attr,omitempty"`
CpuAllocationMhz int `xml:"cpuAllocationMhz,attr,omitempty"`
CpuAllocationInMhz int `xml:"cpuAllocationInMhz,attr,omitempty"`
StorageKB int `xml:"storageKB,attr,omitempty"`
MemoryAllocationMB int `xml:"memoryAllocationMB,attr,omitempty"`
AutoDeleteNotified bool `xml:"isAutoDeleteNotified,attr,omitempty"`
AutoUndeployNotified bool `xml:"isAutoUndeployNotified,attr,omitempty"`
VdcEnabled bool `xml:"isVdcEnabled,attr,omitempty"`
HonorBootOrder bool `xml:"honorBookOrder,attr,omitempty"`
The text was updated successfully, but these errors were encountered:
These attributes are in the xml of a vapp-template query but aren't mapped in QueryResultVappTemplateType (or the admin one) so the data is lost.
The text was updated successfully, but these errors were encountered: