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

GoldengateMaintenanceWindow

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

The maintenance window of the GoldengateDeployment.

interface GoldengateMaintenanceWindow {
day?:
| "DAY_OF_WEEK_UNSPECIFIED"
| "MONDAY"
| "TUESDAY"
| "WEDNESDAY"
| "THURSDAY"
| "FRIDAY"
| "SATURDAY"
| "SUNDAY";
startHour?: number;
}

§Properties

§
day?: "DAY_OF_WEEK_UNSPECIFIED" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"
[src]

Required. Days of the week.

§
startHour?: number
[src]

Required. Start hour for maintenance period. Hour is in UTC.