mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
48 lines
1.2 KiB
Go
48 lines
1.2 KiB
Go
/*
|
|
* HCS API
|
|
*
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
*
|
|
* API version: 2.1
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package hcsschema
|
|
|
|
type Properties struct {
|
|
|
|
Id string `json:"Id,omitempty"`
|
|
|
|
SystemType string `json:"SystemType,omitempty"`
|
|
|
|
RuntimeOsType string `json:"RuntimeOsType,omitempty"`
|
|
|
|
Name string `json:"Name,omitempty"`
|
|
|
|
Owner string `json:"Owner,omitempty"`
|
|
|
|
RuntimeId string `json:"RuntimeId,omitempty"`
|
|
|
|
RuntimeTemplateId string `json:"RuntimeTemplateId,omitempty"`
|
|
|
|
State string `json:"State,omitempty"`
|
|
|
|
Stopped bool `json:"Stopped,omitempty"`
|
|
|
|
ExitType string `json:"ExitType,omitempty"`
|
|
|
|
Memory *MemoryInformationForVm `json:"Memory,omitempty"`
|
|
|
|
Statistics *Statistics `json:"Statistics,omitempty"`
|
|
|
|
ProcessList []ProcessDetails `json:"ProcessList,omitempty"`
|
|
|
|
TerminateOnLastHandleClosed bool `json:"TerminateOnLastHandleClosed,omitempty"`
|
|
|
|
HostingSystemId string `json:"HostingSystemId,omitempty"`
|
|
|
|
SharedMemoryRegionInfo []SharedMemoryRegionInfo `json:"SharedMemoryRegionInfo,omitempty"`
|
|
|
|
GuestConnectionInfo *GuestConnectionInfo `json:"GuestConnectionInfo,omitempty"`
|
|
}
|