@@ -21,8 +21,6 @@ type Properties struct {
2121
2222 Owner string `json:"Owner,omitempty"`
2323
24- ObRoot string `json:"ObRoot,omitempty"`
25-
2624 RuntimeId string `json:"RuntimeId,omitempty"`
2725
2826 RuntimeTemplateId string `json:"RuntimeTemplateId,omitempty"`
@@ -35,29 +33,15 @@ type Properties struct {
3533
3634 Memory * MemoryInformationForVm `json:"Memory,omitempty"`
3735
38- ContainerReportedMemory * ContainerMemoryInformation `json:"ContainerReportedMemory,omitempty"`
39-
40- CpuGroupId string `json:"CpuGroupId,omitempty"`
41-
4236 Statistics * Statistics `json:"Statistics,omitempty"`
4337
4438 ProcessList []ProcessDetails `json:"ProcessList,omitempty"`
4539
4640 TerminateOnLastHandleClosed bool `json:"TerminateOnLastHandleClosed,omitempty"`
4741
48- SystemGUID string `json:"SystemGUID,omitempty"`
49-
5042 HostingSystemId string `json:"HostingSystemId,omitempty"`
5143
5244 SharedMemoryRegionInfo []SharedMemoryRegionInfo `json:"SharedMemoryRegionInfo,omitempty"`
5345
5446 GuestConnectionInfo * GuestConnectionInfo `json:"GuestConnectionInfo,omitempty"`
55-
56- Silo * SiloProperties `json:"Silo,omitempty"`
57-
58- CosIndex int32 `json:"CosIndex,omitempty"`
59-
60- Rmid int32 `json:"Rmid,omitempty"`
61-
62- CacheStats * CacheQueryStatsResponse `json:"CacheStats,omitempty"`
6347}
0 commit comments