palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
18 lines • 528 B
TypeScript
/**
* 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
*/
/**
* Realtime holds the tuning knobs specific for realtime workloads.
*/
export type VmRealtime = {
/** Mask defines the vcpu mask expression that defines which vcpus are used for realtime. Format matches libvirt's expressions. Example: "0-3,^1","0,2,3","2-3" */
mask?: string;
};
//# sourceMappingURL=vmRealtime.d.ts.map