@gridscale/api
Version:
gridscale API Wrapper
33 lines • 776 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $SnapshotSchedulesinStorage = {
type: 'array',
contains: {
properties: {
object_name: {
type: 'string',
},
next_runtime: {
type: 'string',
format: 'date-time',
},
keep_snapshots: {
type: 'number',
},
create_time: {
type: 'string',
},
name: {
type: 'string',
},
run_interval: {
type: 'number',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
},
},
};