@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 327 B
JavaScript
/** Different netboot boot */
export var BootTypeEnum;
(function (BootTypeEnum) {
BootTypeEnum["harddisk"] = "harddisk";
BootTypeEnum["internal"] = "internal";
BootTypeEnum["network"] = "network";
BootTypeEnum["power"] = "power";
BootTypeEnum["rescue"] = "rescue";
})(BootTypeEnum || (BootTypeEnum = {}));