UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 312 B
import { CrushTunablesEnum } from './clusterUpdate/CrushTunablesEnum'; /** Update cluster details */ export interface UpdateClusterDetails { /** Tunables of cluster */ crushTunables: CrushTunablesEnum; /** Name of the cluster */ label: string; } //# sourceMappingURL=UpdateClusterDetails.d.ts.map