ResourceMaintenanceInfo
import type { ResourceMaintenanceInfo } from "https://googleapis.deno.dev/v1/redis:v1.ts";
MaintenanceInfo to capture the maintenance details of database resource.
interface ResourceMaintenanceInfo {
denyMaintenanceSchedules?: ResourceMaintenanceDenySchedule[];
maintenanceSchedule?: ResourceMaintenanceSchedule;
maintenanceVersion?: string;
}§Properties
§
denyMaintenanceSchedules?: ResourceMaintenanceDenySchedule[]
[src]Optional. List of Deny maintenance period for the database resource.
§
maintenanceSchedule?: ResourceMaintenanceSchedule
[src]Optional. Maintenance window for the database resource.