ManagedAction class
The record of an upcoming or in-progress managed action.
Constructors
- ManagedAction({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. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- 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 non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited