@gridscale/api
Version:
gridscale API Wrapper
31 lines (30 loc) • 695 B
TypeScript
export declare const $SnapshotSchedulesinStorage: {
type: string;
contains: {
properties: {
object_name: {
type: string;
};
next_runtime: {
type: string;
format: string;
};
keep_snapshots: {
type: string;
};
create_time: {
type: string;
};
name: {
type: string;
};
run_interval: {
type: string;
};
object_uuid: {
type: string;
format: string;
};
};
};
};