V2PolicyOrchestratorForFolderOrchestrationStatePreviousIterationState

data class V2PolicyOrchestratorForFolderOrchestrationStatePreviousIterationState(val errors: List<V2PolicyOrchestratorForFolderOrchestrationStatePreviousIterationStateError>? = 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(errors: List<V2PolicyOrchestratorForFolderOrchestrationStatePreviousIterationStateError>? = 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

(Output) 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) Number of orchestration actions which failed so far. For more details, query the Cloud Logs.

Link copied to clipboard
val finishTime: String? = null

(Output) Finish time of the wave iteration.

Link copied to clipboard

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

Link copied to clipboard
val progress: Double? = null

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

Link copied to clipboard
val rolloutResource: String? = null

(Output) 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) Start time of the wave iteration.

Link copied to clipboard
val state: String? = null

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