DenyMaintenancePeriod
import type { DenyMaintenancePeriod } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";
DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.
interface DenyMaintenancePeriod {
endDate?: GoogleTypeDate;
startDate?: GoogleTypeDate;
time?: GoogleTypeTimeOfDay;
}§Properties
§
endDate?: GoogleTypeDate
[src]Deny period end date. This can be: * A full date, with non-zero year, month and day values OR * A month and day value, with a zero year for recurring
§
startDate?: GoogleTypeDate
[src]Deny period start date. This can be: * A full date, with non-zero year, month and day values OR * A month and day value, with a zero year for recurring
§
time?: GoogleTypeTimeOfDay
[src]Time in UTC when the deny period starts on start_date and ends on end_date. This can be: * Full time OR * All zeros for 00:00:00 UTC