UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

18 lines 515 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 */ /** * UTC sets the guest clock to UTC on each boot. */ export type VmClockOffsetUTC = { /** OffsetSeconds specifies an offset in seconds, relative to UTC. If set, guest changes to the clock will be kept during reboots and not reset. */ offsetSeconds?: number; }; //# sourceMappingURL=vmClockOffsetUTC.d.ts.map