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

ResourcePolicyDailyCycle

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

Time window specified for daily operations.

interface ResourcePolicyDailyCycle {
daysInCycle?: number;
duration?: string;
startTime?: string;
}

§Properties

§
daysInCycle?: number
[src]

Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle.

§
duration?: string
[src]

[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.

§
startTime?: string
[src]

Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.