UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

17 lines 577 B
/** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */ /** * Generated by orval v7.17.0 🍺 * Do not edit manually. * Palette APIs - 4.8 * OpenAPI spec version: v1 */ export type VmPITTimer = { /** Enabled set to false makes sure that the machine type or a preset can't add the timer. Defaults to true. */ present?: boolean; /** TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. One of "delay", "catchup", "discard". */ tickPolicy?: string; }; //# sourceMappingURL=vmPITTimer.d.ts.map