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.5 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package hcsschema 11 12 type Processor2 struct { 13 Count int32 `json:"Count,omitempty"` 14 15 Limit int32 `json:"Limit,omitempty"` 16 17 Weight int32 `json:"Weight,omitempty"` 18 19 ExposeVirtualizationExtensions bool `json:"ExposeVirtualizationExtensions,omitempty"` 20 21 // An optional object that configures the CPU Group to which a Virtual Machine is going to bind to. 22 CpuGroup *CpuGroup `json:"CpuGroup,omitempty"` 23 } 24