ClusterMaintenancePolicy
import type { ClusterMaintenancePolicy } from "https://googleapis.deno.dev/v1/redis:v1.ts";
Maintenance policy per cluster.
interface ClusterMaintenancePolicy {
readonly createTime?: Date;
readonly updateTime?: Date;
weeklyMaintenanceWindow?: ClusterWeeklyMaintenanceWindow[];
}§Properties
§
readonly createTime?: Date
[src]Output only. The time when the policy was created i.e. Maintenance Window or Deny Period was assigned.
§
readonly updateTime?: Date
[src]Output only. The time when the policy was updated i.e. Maintenance Window or Deny Period was updated.
§
weeklyMaintenanceWindow?: ClusterWeeklyMaintenanceWindow[]
[src]Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_window is expected to be one.