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

GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule

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

Maintenance schedule which is exposed to customer and potentially end user, indicating published upcoming future maintenance schedule

interface GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule {
canReschedule?: boolean;
endTime?: Date;
rolloutManagementPolicy?: string;
scheduleDeadlineTime?: Date;
startTime?: Date;
}

§Properties

§
canReschedule?: boolean
[src]

This field is deprecated, and will be always set to true since reschedule can happen multiple times now. This field should not be removed until all service producers remove this for their customers.

§
endTime?: Date
[src]

The scheduled end time for the maintenance.

§
rolloutManagementPolicy?: string
[src]

The rollout management policy this maintenance schedule is associated with. When doing reschedule update request, the reschedule should be against this given policy.

§
scheduleDeadlineTime?: Date
[src]

schedule_deadline_time is the time deadline any schedule start time cannot go beyond, including reschedule. It's normally the initial schedule start time plus maintenance window length (1 day or 1 week). Maintenance cannot be scheduled to start beyond this deadline.

§
startTime?: Date
[src]

The scheduled start time for the maintenance.