V2PolicyOrchestratorOrchestrationStatePreviousIterationState

data class V2PolicyOrchestratorOrchestrationStatePreviousIterationState(val error: V2PolicyOrchestratorOrchestrationStatePreviousIterationStateError? = null, val failedActions: String? = null, val finishTime: String? = null, val performedActions: String? = null, val progress: Double? = null, val rolloutResource: String? = null, val startTime: String? = null, val state: String? = null)

Constructors

constructor(error: V2PolicyOrchestratorOrchestrationStatePreviousIterationStateError? = null, failedActions: String? = null, finishTime: String? = null, performedActions: String? = null, progress: Double? = null, rolloutResource: String? = null, startTime: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide. Structure is documented below.

Link copied to clipboard
val failedActions: String? = null

(Output) Output only. Number of orchestration actions which failed so far. For more details, query the Cloud Logs.

Link copied to clipboard
val finishTime: String? = null

(Output) Output only. Finish time of the wave iteration.

Link copied to clipboard

(Output) Output only. Overall number of actions done by the orchestrator so far.

Link copied to clipboard
val progress: Double? = null

(Output) Output only. An estimated percentage of the progress. Number between 0 and 100.

Link copied to clipboard
val rolloutResource: String? = null

(Output) Output only. Handle to the Progressive Rollouts API rollout resource, which contains detailed information about a particular orchestration iteration.

Link copied to clipboard
val startTime: String? = null

(Output) Output only. Start time of the wave iteration.

Link copied to clipboard
val state: String? = null

(Output) Output only. State of the iteration. Possible values: STATE_UNSPECIFIED PROCESSING COMPLETED FAILED CANCELLED UNKNOWN