/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * 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