MaintenanceWindow class
Maintenance window.
This specifies when a Cloud SQL instance is restarted for system maintenance purposes.
Constructors
- MaintenanceWindow({int? day, int? hour, String? kind, String? updateTrack})
- MaintenanceWindow.fromJson(Map _json)
Properties
- day ↔ int?
-
day of week (1-7), starting on Monday.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hour ↔ int?
-
hour of day - 0 to 23.
getter/setter pair
- kind ↔ String?
-
This is always sql#maintenanceWindow.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTrack ↔ String?
-
Maintenance timing setting: canary (Earlier) or stable (Later).
getter/setter pair
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