UpdateMaintenanceWindowResult class
Constructors
-
UpdateMaintenanceWindowResult({bool? allowUnassociatedTargets, int? cutoff, String? description, int? duration, bool? enabled, String? endDate, String? name, String? schedule, int? scheduleOffset, String? scheduleTimezone, String? startDate, String? windowId})
-
-
UpdateMaintenanceWindowResult.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
allowUnassociatedTargets
→ bool?
-
Whether targets must be registered with the maintenance window before tasks
can be defined for those targets.
final
-
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?
-
An optional description of the update.
final
-
duration
→ int?
-
The duration of the maintenance window in hours.
final
-
enabled
→ bool?
-
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. The maintenance window will not run
after this specified time.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
→ String?
-
The name of the maintenance window.
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. For example:
"America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the
Time Zone Database on the IANA
website.
final
-
startDate
→ String?
-
The date and time, in ISO-8601 Extended format, for when the maintenance
window is scheduled to become active. The maintenance window will not run
before this specified time.
final
-
windowId
→ String?
-
The ID of the created 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