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