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 10 package hcsschema 11 12 type LogicalProcessor struct { 13 LpIndex uint32 `json:"LpIndex,omitempty"` 14 NodeNumber uint8 `json:"NodeNumber,omitempty"` 15 PackageId uint32 `json:"PackageId,omitempty"` 16 CoreId uint32 `json:"CoreId,omitempty"` 17 RootVpIndex int32 `json:"RootVpIndex,omitempty"` 18 } 19