UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 453 B
import { BackupStorageCapacityEnum } from './BackupStorageCapacityEnum'; /** A structure describing informations storage backup orderable for this dedicated server */ export interface BackupStorageOrderable { /** Backup storage orderable capacities in gigabytes */ capacities?: BackupStorageCapacityEnum[]; /** Is a backup storage is orderable for this server */ orderable: boolean; } //# sourceMappingURL=BackupStorageOrderable.d.ts.map