UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 302 B
/** Zpool and their availability */ export interface ZpoolStockProfile { /** Minimum accepted available zpools */ minimumAvailability: string; /** Reference of zpool */ profile: string; /** Available zpools */ realCount: number; } //# sourceMappingURL=ZpoolStockProfile.d.ts.map