UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 355 B
import { BmcSupportedFeatures } from './BmcSupportedFeatures'; /** Server BMC interface (formerly named IPMI) */ export interface BMC { /** True, if a BMC is available on this server */ available: boolean; /** A structure describing the BMC supported features */ supportedFeatures: BmcSupportedFeatures; } //# sourceMappingURL=BMC.d.ts.map