virtual_node_info.go 549 B

123456789101112131415161718192021
  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 VirtualNodeInfo struct {
  11. VirtualNodeIndex int32 `json:"VirtualNodeIndex,omitempty"`
  12. PhysicalNodeNumber int32 `json:"PhysicalNodeNumber,omitempty"`
  13. VirtualProcessorCount int32 `json:"VirtualProcessorCount,omitempty"`
  14. MemoryUsageInPages int32 `json:"MemoryUsageInPages,omitempty"`
  15. }