UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 465 B
import { BiosSettingsSgxPrmrrEnum } from './BiosSettingsSgxPrmrrEnum'; import { BiosSettingsSgxStatusEnum } from './BiosSettingsSgxStatusEnum'; /** A structure describing supported SGX options values */ export interface BiosSettingsSupportSgxOptions { /** Supported SGX prmrr values */ prmrr: BiosSettingsSgxPrmrrEnum[]; /** Supported SGX statuses */ status: BiosSettingsSgxStatusEnum[]; } //# sourceMappingURL=BiosSettingsSupportSgxOptions.d.ts.map