/* * 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 ModelsDCstatus struct { Booked *ModelsScheduleInfo `json:"Booked,omitempty"` DCname string `json:"DCname,omitempty"` DCobjID string `json:"DCobjID,omitempty"` ErrorMessage string `json:"ErrorMessage,omitempty"` IsAvailable bool `json:"IsAvailable,omitempty"` IsReachable bool `json:"IsReachable,omitempty"` }