MaintenanceWindowIdentity class

Information about the maintenance window.

Constructors

MaintenanceWindowIdentity({int? cutoff, String? description, int? duration, bool? enabled, String? endDate, String? name, String? nextExecutionTime, String? schedule, int? scheduleOffset, String? scheduleTimezone, String? startDate, String? windowId})
MaintenanceWindowIdentity.fromJson(Map<String, dynamic> json)
factory

Properties

cutoff int?
The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks for execution.
final
description String?
A description of the maintenance window.
final
duration int?
The duration of the maintenance window in hours.
final
enabled bool?
Indicates whether the maintenance window is enabled.
final
endDate String?
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the maintenance window.
final
nextExecutionTime String?
The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule String?
The schedule of the maintenance window in the form of a cron or rate expression.
final
scheduleOffset int?
The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.
final
scheduleTimezone String?
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
final
startDate String?
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
final
windowId String?
The ID of the maintenance window.
final

Methods

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

Operators

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