UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 374 B
import { InstanceGroupTypeEnum } from './instancegroup/InstanceGroupTypeEnum'; /** Missing description */ export interface ProjectInstanceGroupCreation { /** instance group name */ name: string; /** Instance region */ region: string; /** Instance group type */ type: InstanceGroupTypeEnum; } //# sourceMappingURL=ProjectInstanceGroupCreation.d.ts.map