GoogleCloudOsconfigV2PolicyOrchestratorIterationState class

Describes the state of a single iteration of the orchestrator.

Constructors

GoogleCloudOsconfigV2PolicyOrchestratorIterationState.new({Status? error, String? failedActions, String? finishTime, String? iterationId, String? performedActions, double? progress, String? startTime, String? state})
GoogleCloudOsconfigV2PolicyOrchestratorIterationState.fromJson(Map json_)

Properties

error Status?
Error thrown in the wave iteration.
getter/setter pair
failedActions String?
Number of orchestration actions which failed so far.
getter/setter pair
finishTime String?
Finish time of the wave iteration.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iterationId String?
Unique identifier of the iteration.
getter/setter pair
performedActions String?
Overall number of actions done by the orchestrator so far.
getter/setter pair
progress double?
An estimated percentage of the progress.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Start time of the wave iteration.
getter/setter pair
state String?
State of the iteration.
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