MaintenanceWindow class

MaintenanceWindow defines the maintenance window to be used for the cluster.

Constructors

MaintenanceWindow({DailyMaintenanceWindow? dailyMaintenanceWindow, Map<String, TimeWindow>? maintenanceExclusions, RecurringTimeWindow? recurringWindow})
MaintenanceWindow.fromJson(Map json_)

Properties

dailyMaintenanceWindow DailyMaintenanceWindow?
DailyMaintenanceWindow specifies a daily maintenance operation window.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maintenanceExclusions Map<String, TimeWindow>?
Exceptions to maintenance window.
getter/setter pair
recurringWindow RecurringTimeWindow?
RecurringWindow specifies some number of recurring time periods for maintenance to occur.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited