UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

22 lines 578 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 */ /** * List of Datacenter with computeclusters */ export type VsphereDatacenter = { /** List of the VSphere compute clusters in datacenter */ computeclusters?: string[]; /** name of the datacenter of the VSphere */ datacenter?: string; /** List of the VSphere folders in datacenter */ folders?: string[]; }; //# sourceMappingURL=vsphereDatacenter.d.ts.map