properties.go 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * HCS API
  3. *
  4. * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
  5. *
  6. * API version: 2.1
  7. * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
  8. */
  9. package hcsschema
  10. type Properties struct {
  11. Id string `json:"Id,omitempty"`
  12. SystemType string `json:"SystemType,omitempty"`
  13. RuntimeOsType string `json:"RuntimeOsType,omitempty"`
  14. Name string `json:"Name,omitempty"`
  15. Owner string `json:"Owner,omitempty"`
  16. RuntimeId string `json:"RuntimeId,omitempty"`
  17. RuntimeTemplateId string `json:"RuntimeTemplateId,omitempty"`
  18. State string `json:"State,omitempty"`
  19. Stopped bool `json:"Stopped,omitempty"`
  20. ExitType string `json:"ExitType,omitempty"`
  21. Memory *MemoryInformationForVm `json:"Memory,omitempty"`
  22. Statistics *Statistics `json:"Statistics,omitempty"`
  23. ProcessList []ProcessDetails `json:"ProcessList,omitempty"`
  24. TerminateOnLastHandleClosed bool `json:"TerminateOnLastHandleClosed,omitempty"`
  25. HostingSystemId string `json:"HostingSystemId,omitempty"`
  26. SharedMemoryRegionInfo []SharedMemoryRegionInfo `json:"SharedMemoryRegionInfo,omitempty"`
  27. GuestConnectionInfo *GuestConnectionInfo `json:"GuestConnectionInfo,omitempty"`
  28. }