/* * oc-catalog API * * Backend of the oc-search project * * API version: 1.0.0 * Contact: opencloud@irt-saintexupery.com * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package swagger type ModelsDatacenterCpuModel struct { Architecture string `json:"architecture,omitempty"` Cores int32 `json:"cores"` MinimumMemory int32 `json:"minimum_memory,omitempty"` Platform string `json:"platform,omitempty"` Shared bool `json:"shared,omitempty"` }