DeploymentExecutionProgress¶
-
class
oci.devops.models.
DeploymentExecutionProgress
(**kwargs)¶ Bases:
object
The execution progress details of a deployment.
Methods
__init__
(**kwargs)Initializes a new DeploymentExecutionProgress object with values from keyword arguments. Attributes
deploy_stage_execution_progress
Gets the deploy_stage_execution_progress of this DeploymentExecutionProgress. time_finished
Gets the time_finished of this DeploymentExecutionProgress. time_started
Gets the time_started of this DeploymentExecutionProgress. -
__init__
(**kwargs)¶ Initializes a new DeploymentExecutionProgress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_started (datetime) – The value to assign to the time_started property of this DeploymentExecutionProgress.
- time_finished (datetime) – The value to assign to the time_finished property of this DeploymentExecutionProgress.
- deploy_stage_execution_progress (dict(str, DeployStageExecutionProgress)) – The value to assign to the deploy_stage_execution_progress property of this DeploymentExecutionProgress.
-
deploy_stage_execution_progress
¶ Gets the deploy_stage_execution_progress of this DeploymentExecutionProgress. Map of stage OCIDs to deploy stage execution progress model.
Returns: The deploy_stage_execution_progress of this DeploymentExecutionProgress. Return type: dict(str, DeployStageExecutionProgress)
-