palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
17 lines • 524 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
*/
import type { VmFeatureState } from './vmFeatureState';
export type VmVGPUDisplayOptions = {
/** Enabled determines if a display addapter backed by a vGPU should be enabled or disabled on the guest. Defaults to true. */
enabled?: boolean;
ramFB?: VmFeatureState;
};
//# sourceMappingURL=vmVGPUDisplayOptions.d.ts.map