UNPKG

@gridscale/api

Version:
63 lines (62 loc) 1.54 kB
export declare const $StorageBackupSchedule: { properties: { change_time: { type: string; format: string; }; create_time: { type: string; format: string; }; keep_backups: { type: string; minimum: number; }; name: { type: string; }; next_runtime: { type: string; format: string; }; object_uuid: { type: string; format: string; }; relations: { properties: { storages_backups: { type: string; contains: { properties: { create_time: { type: string; format: string; }; name: { type: string; }; object_uuid: { type: string; }; }; }; }; }; }; run_interval: { type: string; minimum: number; }; status: { type: string; }; storage_uuid: { type: string; format: string; }; active: { type: string; }; }; };