/* * 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 ModelsStorageNewModel struct { // Unique ID of the DC where it is the storage DCacronym string `json:"DCacronym"` BookingPrice int32 `json:"bookingPrice,omitempty"` Description string `json:"description"` Encryption bool `json:"encryption,omitempty"` Logo string `json:"logo"` Name string `json:"name"` Redundancy string `json:"redundancy,omitempty"` ShortDescription string `json:"short_description"` Size int32 `json:"size"` Throughput string `json:"throughput,omitempty"` Type_ string `json:"type"` }