UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

29 lines 797 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 */ import type { CloudCategory } from './cloudCategory'; export type CustomCloudType = { cloudCategory?: CloudCategory; /** Cloud grouping as family */ cloudFamily?: string; /** Custom cloudtype displayName */ displayName?: string; /** If it is a custom cloudtype */ isCustom?: boolean; /** If custom cloudtype is managed */ isManaged?: boolean; /** If cloud is support for Vertex env */ isVertex?: boolean; /** Custom cloudtype logo */ logo?: string; /** Custom cloudtype name */ name?: string; }; //# sourceMappingURL=customCloudType.d.ts.map