logical_processor.go 535 B

123456789101112131415161718
  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.4
  7. * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
  8. */
  9. package hcsschema
  10. type LogicalProcessor struct {
  11. LpIndex uint32 `json:"LpIndex,omitempty"`
  12. NodeNumber uint8 `json:"NodeNumber, omitempty"`
  13. PackageId uint32 `json:"PackageId, omitempty"`
  14. CoreId uint32 `json:"CoreId, omitempty"`
  15. RootVpIndex int32 `json:"RootVpIndex, omitempty"`
  16. }