DeployStageExecutionProgressDetails

class oci.devops.models.DeployStageExecutionProgressDetails(**kwargs)

Bases: object

Details about stage execution for each target environment.

Methods

__init__(**kwargs) Initializes a new DeployStageExecutionProgressDetails object with values from keyword arguments.

Attributes

rollback_steps Gets the rollback_steps of this DeployStageExecutionProgressDetails.
steps Gets the steps of this DeployStageExecutionProgressDetails.
target_group Gets the target_group of this DeployStageExecutionProgressDetails.
target_id Gets the target_id of this DeployStageExecutionProgressDetails.
__init__(**kwargs)

Initializes a new DeployStageExecutionProgressDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • target_id (str) – The value to assign to the target_id property of this DeployStageExecutionProgressDetails.
  • target_group (str) – The value to assign to the target_group property of this DeployStageExecutionProgressDetails.
  • steps (list[oci.devops.models.DeployStageExecutionStep]) – The value to assign to the steps property of this DeployStageExecutionProgressDetails.
  • rollback_steps (list[oci.devops.models.DeployStageExecutionStep]) – The value to assign to the rollback_steps property of this DeployStageExecutionProgressDetails.
rollback_steps

Gets the rollback_steps of this DeployStageExecutionProgressDetails. Details about all the rollback steps for one target environment.

Returns:The rollback_steps of this DeployStageExecutionProgressDetails.
Return type:list[oci.devops.models.DeployStageExecutionStep]
steps

Gets the steps of this DeployStageExecutionProgressDetails. Details about all the steps for one target environment.

Returns:The steps of this DeployStageExecutionProgressDetails.
Return type:list[oci.devops.models.DeployStageExecutionStep]
target_group

Gets the target_group of this DeployStageExecutionProgressDetails. Group for the target environment for example, the batch number for an Instance Group deployment.

Returns:The target_group of this DeployStageExecutionProgressDetails.
Return type:str
target_id

Gets the target_id of this DeployStageExecutionProgressDetails. The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.

Returns:The target_id of this DeployStageExecutionProgressDetails.
Return type:str