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

ResourcePolicyInstanceSchedulePolicy

import type { ResourcePolicyInstanceSchedulePolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";

An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.

interface ResourcePolicyInstanceSchedulePolicy {
expirationTime?: string;
startTime?: string;
timeZone?: string;
}

§Properties

§
expirationTime?: string
[src]

The expiration time of the schedule. The timestamp is an RFC3339 string.

§
startTime?: string
[src]

The start time of the schedule. The timestamp is an RFC3339 string.

§
timeZone?: string
[src]

Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.

§

Specifies the schedule for starting instances.

§

Specifies the schedule for stopping instances.