@gridscale/api
Version:
gridscale API Wrapper
71 lines (69 loc) • 1.81 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.$StorageBackupSchedule = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$StorageBackupSchedule = {
properties: {
change_time: {
type: 'string',
format: 'date-time',
},
create_time: {
type: 'string',
format: 'date-time',
},
keep_backups: {
type: 'number',
minimum: 1,
},
name: {
type: 'string',
},
next_runtime: {
type: 'string',
format: 'date-time',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
relations: {
properties: {
storages_backups: {
type: 'array',
contains: {
properties: {
create_time: {
type: 'string',
format: 'date-time',
},
name: {
type: 'string',
},
object_uuid: {
type: 'string',
},
},
},
},
},
},
run_interval: {
type: 'number',
minimum: 1,
},
status: {
type: 'string',
},
storage_uuid: {
type: 'string',
format: 'uuid',
},
active: {
type: 'boolean',
},
},
};
//# sourceMappingURL=$StorageBackupSchedule.js.map