@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
17 lines (16 loc) • 777 B
JavaScript
/** SGX PRMRR value enum */
export var BiosSettingsSgxPrmrrEnum;
(function (BiosSettingsSgxPrmrrEnum) {
BiosSettingsSgxPrmrrEnum["Key_128"] = "128";
BiosSettingsSgxPrmrrEnum["Key_131072"] = "131072";
BiosSettingsSgxPrmrrEnum["Key_16384"] = "16384";
BiosSettingsSgxPrmrrEnum["Key_2048"] = "2048";
BiosSettingsSgxPrmrrEnum["Key_256"] = "256";
BiosSettingsSgxPrmrrEnum["Key_32"] = "32";
BiosSettingsSgxPrmrrEnum["Key_32768"] = "32768";
BiosSettingsSgxPrmrrEnum["Key_4096"] = "4096";
BiosSettingsSgxPrmrrEnum["Key_512"] = "512";
BiosSettingsSgxPrmrrEnum["Key_64"] = "64";
BiosSettingsSgxPrmrrEnum["Key_65536"] = "65536";
BiosSettingsSgxPrmrrEnum["Key_8192"] = "8192";
})(BiosSettingsSgxPrmrrEnum || (BiosSettingsSgxPrmrrEnum = {}));