UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

21 lines 766 B
import { UnitAndValueDouble } from '../../complexType/UnitAndValueDouble'; /** Sqlperso service */ export interface Extrasqlperso { /** Number of database allowed by this option */ database: number; /** Identifier of the (additional) SQL slot */ id: number; /** The extraSqlPerso option name */ name: string; /** Billing name of the matching subscription (or internal naming otherwise) */ serviceName: string; /** Quota size allowed per each database by this option */ size: UnitAndValueDouble; /** The extraSqlPerso option status */ status: string; /** The task ID working on this extraSqlPerso */ taskId?: number; /** Linked databases */ usage: string[]; } //# sourceMappingURL=Extrasqlperso.d.ts.map