vm_memory.go 701 B

1234567891011121314151617181920212223242526
  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 VmMemory struct {
  11. AvailableMemory int32 `json:"AvailableMemory,omitempty"`
  12. AvailableMemoryBuffer int32 `json:"AvailableMemoryBuffer,omitempty"`
  13. ReservedMemory uint64 `json:"ReservedMemory,omitempty"`
  14. AssignedMemory uint64 `json:"AssignedMemory,omitempty"`
  15. SlpActive bool `json:"SlpActive,omitempty"`
  16. BalancingEnabled bool `json:"BalancingEnabled,omitempty"`
  17. DmOperationInProgress bool `json:"DmOperationInProgress,omitempty"`
  18. }