Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScalingScheduleStatus

import type { ScalingScheduleStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ScalingScheduleStatus {
lastStartTime?: string;
nextStartTime?: string;
state?:
| "ACTIVE"
| "DISABLED"
| "OBSOLETE"
| "READY";
}

§Properties

§
lastStartTime?: string
[src]

[Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.

§
nextStartTime?: string
[src]

[Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.

§
state?: "ACTIVE" | "DISABLED" | "OBSOLETE" | "READY"
[src]

[Output Only] The current state of a scaling schedule.