palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
19 lines • 541 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
*/
/**
* Deprecated. Cloudtype of the provisioned edge host
*/
export type EdgeHostDeviceSpecType = typeof EdgeHostDeviceSpecType[keyof typeof EdgeHostDeviceSpecType];
export declare const EdgeHostDeviceSpecType: {
readonly vsphere: "vsphere";
readonly 'edge-native': "edge-native";
};
//# sourceMappingURL=edgeHostDeviceSpecType.d.ts.map