UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 434 B
import { HaRoutingOfferEnum } from './HaRoutingOfferEnum'; /** A structure describing informations for High Availability routing service orderable for this housing bay */ export interface HaRoutingOrderable { /** High Availability routing service offers */ offer: HaRoutingOfferEnum[]; /** Is a routing service is orderable for this housing bay */ orderable: boolean; } //# sourceMappingURL=HaRoutingOrderable.d.ts.map