oc-catalog/selfapi/model_models_storage_model.go

28 lines
946 B
Go

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