UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 262 B
/** List of tests to run on a BMC */ export var BmcTestTypeEnum; (function (BmcTestTypeEnum) { BmcTestTypeEnum["password"] = "password"; BmcTestTypeEnum["ping"] = "ping"; BmcTestTypeEnum["web"] = "web"; })(BmcTestTypeEnum || (BmcTestTypeEnum = {}));