ManagedAction class
The record of an upcoming or in-progress managed action.
Constructors
- ManagedAction.new({String? actionDescription, String? actionId, ActionType? actionType, ActionStatus? status, DateTime? windowStartTime})
- ManagedAction.fromXml(XmlElement elem)
-
factory
Properties
- actionDescription → String?
-
A description of the managed action.
final
- actionId → String?
-
A unique identifier for the managed action.
final
- actionType → ActionType?
-
The type of managed action.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ActionStatus?
-
The status of the managed action. If the action is
Scheduled
, you can apply it immediately with ApplyEnvironmentManagedAction.final - windowStartTime → DateTime?
-
The start time of the maintenance window in which the managed action will
execute.
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