Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryResultVappTemplateType missing fields #367

Open
jakecoffman opened this issue Apr 13, 2021 · 0 comments
Open

QueryResultVappTemplateType missing fields #367

jakecoffman opened this issue Apr 13, 2021 · 0 comments

Comments

@jakecoffman
Copy link

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"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant